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)
-   -   If statement to determine if a coupon was applied (https://forum.x-cart.com/showthread.php?t=45541)

tqualizerman 02-12-2009 10:56 PM

If statement to determine if a coupon was applied
 
Can anyone help me write an if statement that will prevent a section from displaying if a coupon has already been applied? Is this possible?

Victor D 02-13-2009 03:50 AM

Re: If statement to determine if a coupon was applied
 
Do you want to hide some content on checkout or something else?
Code:

{if $cart.discount_coupon gt 0}APPLIED{else}NOT APPLIED{/if}


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

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