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)
-   -   don't want to show location.tpl on home.php (https://forum.x-cart.com/showthread.php?t=14919)

2019 07-01-2005 12:26 AM

don't want to show location.tpl on home.php
 
i dont want to show location on homepage, it ruins the design.
can anybody help me out? thnx

Zaja 07-01-2005 12:50 AM

Just remove
Code:

{include file="location.tpl"}
from skin/customer/home.tpl.

2019 07-01-2005 01:00 AM

thx for quick reply but, if i remove from home it is disabled entire site.
i just want to hide it when the customer is on the main page. home.php.

Zaja 07-01-2005 01:12 AM

Replace
Code:

{include file="location.tpl"}
with
Code:

{if $main eq "catalog" and $current_category.category eq ""}
{else}
{include file="location.tpl"}
{/if}


2019 07-01-2005 01:26 AM

thank you so much!


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

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