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.