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)
-   -   Promotional Message by Membership by Product (https://forum.x-cart.com/showthread.php?t=17939)

Dionysis 11-13-2005 05:10 PM

Promotional Message by Membership by Product
 
Hi All,

I would like to display a promotional message to certain membership levels but only for certain products.

If I could enter the following into the product description, it would do the trick...

{if $user_membership eq "off-premise"}{$txt_promo_off}{/if}

However, putting it in the product description only displays the code, not the content of txt_promo_off

Can anyone help with an effective solution please?

Thanks,
Colin

balinor 11-14-2005 08:36 AM

You can't put smarty inside of a product description, it has to go in the template itself. You would need to include the membership level with an and statement for the product id.

Dionysis 11-16-2005 12:01 PM

Quote:

Originally Posted by balinor
You can't put smarty inside of a product description, it has to go in the template itself. You would need to include the membership level with an and statement for the product id.


Hi Padraic,

Thank you for that. I'll see what I can come up with.

Colin


All times are GMT -8. The time now is 01:24 AM.

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