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)
-   -   Removing Featured Products (https://forum.x-cart.com/showthread.php?t=1073)

brgreene 12-30-2002 06:04 PM

Removing Featured Products
 
I would like to remove the featured product from the home page? I can not figure out which template to edit.

jpsowin 12-30-2002 07:55 PM

I think that would be the /customer/home_main.tpl
Try changing the following
Quote:

{elseif $main eq "catalog" and $current_category.category eq ""}
{include file="customer/main/welcome.tpl" f_products=$f_products}

to:
Quote:

{elseif $main eq "catalog" and $current_category.category eq ""}
{include file="customer/main/welcome.tpl"}

If that doesn't work, just play with those lines a bit and you'll get it. :)


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

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