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)
-   -   Cart if statement (https://forum.x-cart.com/showthread.php?t=2359)

jgkiefer 04-18-2003 09:26 AM

Cart if statement
 
I would like to only have the cart module display only if there is something in it. What if statement would I use for this?

funkydunk 04-18-2003 11:11 PM

Hi,

Yeah - put the following into home.tpl where the include for the menu_cart.tpl is.

Code:

{if $minicart_total_items > 0}
{ include file="customer/menu_cart.tpl" }
{/if}


:D

jgkiefer 04-19-2003 06:17 AM

Thanks again!


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

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