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.
|