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)
-   -   How to display custom message for memberships? (https://forum.x-cart.com/showthread.php?t=11007)

scott_dev 12-19-2004 09:56 AM

How to display custom message for memberships?
 
When a member logs in, I want to display a message such as "Welcome ABC Member!", based on their assigned membership.

What template and logic would I need to modify to do this?

shan 12-20-2004 08:39 AM

try

Code:

{if $login ne ""}

welcome, your membership is - {$user_membership}
{/if}



All times are GMT -8. The time now is 10:25 AM.

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