View Single Post
  #6  
Old 10-03-2016, 07:56 AM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default Re: have promo banner image hidden from wholesale members

Thanks Steve and Cherie,
I added
Code:
$smarty->assign("user_membershipid",$user_account['membershipid']);
to the bottom of include/check_useraccount.php

Then I tried using both
Code:
{if $userinfo.membershipid ne 2} <div class="flat_shipping_promo"> <img src="images/flat-5-shipping.gif" /> </div> {/if}
and
Code:
{if $user_account.membershipid ne 2} <div class="flat_shipping_promo"> <img src="images/flat-5-shipping.gif" /> </div> {/if}

logged in with my wholesale account and the banner still is showing up. Any idea what I am missing?

As far as the wholesale accounts seeing it before they log in, I'm not too worried about it. I do have the qualifier $5 shipping on "RETAIL" orders but I thought it would be nice to hide it once they log in so it isn't sticking out like a sore thumb as they are placing their orders.
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote