Hot products

Zlkk

No avatar

2006-04-08 00:53

I want to change the product list. I want to see the hot products in first page. Any idea ?

treewood (OpenSolution)

Avatar: treewood

2006-04-08 13:44

Zlkk - create category type "products" named for example "hot products". after go to configuration and set start page "productsList", after edit index.php and find this:

<?php
if( !isset( $p ) || $p == '' ){
  
$p  $config['start_page'];
}
?>


replace this:

<?php
if( !isset( $p ) || $p == '' ){
  
$p  $config['start_page'];
  
$iCategory 22// id selected category named for example "hot products"
}
?>

Back to top
about us | contact