X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Assign If to login membership type. (https://forum.x-cart.com/showthread.php?t=4487)

Gibberish 09-25-2003 02:20 PM

Assign If to login membership type.
 
Need help assigning an if statement to a login membership type.

if ($login = [$user_account['fulfilment staff'])
$smarty->assign("show_order_details", "N");

What im trying to do is I dont want any fulfilment staff members to see the credit card number, or maybe just the last 4 digits.


Thanks in advance.

B00MER 10-06-2003 10:58 AM

include/check_useraccount.php towards the bottom where the other $smart->assign's are:
Code:

#
# Assign $user_membership variable to templates
# {if $user_membership eq "Wholesale"}
#
$smarty->assign("user_membership",$user_account["membership"]);


;)


All times are GMT -8. The time now is 01:09 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.