Products from selected category on Home page

rttx

No avatar

2007-04-05 20:53

How to change the index.php file in a way that
de first page that loads when i enter my shop becomes (one of my productgroups)

www.mypage.com/?p=productsList&iCategory=2&sName=Een-lang-weekend-in-hotel-aan-zee

ThnQ in advance

» Quick.Cart v1.x

RtTx

treewood (OpenSolution)

Avatar: treewood

2007-04-06 10:25

rtts - go to index.php and find:

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

change to:

if( !isset( $p ) || $p == '' ){
  
$p  'productsList';
  
$iCategory 1// here write id of category You want to have on home page
}

rttx

No avatar

2007-04-06 12:10

Treewood - Works like a charm, thnQ!

RtTx

Back to top
about us | contact