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)
-   -   Rectangle_bottom.tpl (https://forum.x-cart.com/showthread.php?t=26151)

bkmdano 10-27-2006 12:17 AM

Re: Template Editing Guide
 
Need help with having different bottom for the home page:

My objective - Different "rectangle_bottom.tpl" on the home page only from the rest of the product and category page.

Reason - Wanted to have some SEO related news and articles just on the bottom of the home page and not any inner pages.


Any suggestions to how I can do this? If I modify the /customer/home.tpl it changes the bottom for every page on the cart, which I'm hoping I can have a bit more control just for the main home page. thanks in advance for any help.

balinor 10-27-2006 03:20 AM

Re: Rectangle_bottom.tpl
 
Moving this to its own thread. Please post your version in your signature per the forum rules. Thank you!

Jon 10-27-2006 11:18 AM

Re: Rectangle_bottom.tpl
 
Edit skin1/customer/home.tpl as follows:

Code:

{if $main eq "catalog" and $cat eq ""}
{include file="rectangle_bottom_seo.tpl"}
{else}
{include file="rectangle_bottom.tpl"}
{/if}



All times are GMT -8. The time now is 04:20 PM.

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