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)
-   -   Disable the Featured Product List (https://forum.x-cart.com/showthread.php?t=15910)

techhead 08-14-2005 07:35 PM

Disable the Featured Product List
 
Is it possible to disable the featured product list and have the "home.php" page go to a category of my choice?

Dongan 08-14-2005 11:30 PM

If you don't want to display the featured products, the go to

skin1/customer/main/wecome.tpl an remove the code

{include file="customer/main/featured.tpl" f_products=$f_products}

and place this code somewhere else where you want to display.

For redirecting, go to index.php and change the code as you want.

techhead 08-15-2005 03:50 PM

Thanks Dongan!

I went a step further and placed the following code at the top of /home.php

Code:

if (empty($cat))
  $cat = 249;


Cheers.

Dongan 08-15-2005 08:27 PM

Quote:

Originally Posted by techhead
Thanks Dongan!

I went a step further and placed the following code at the top of /home.php

Code:

if (empty($cat))
  $cat = 249;


Cheers.


Cheers..... :o


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

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