Just products, no categories

Nicky

Avatar: Nicky

2007-05-26 15:28

Is it possible to add only a range of products, without using a category for it?

I just need a shop with 10 products, no need for separate/different categories.

» Quick.Cart v2.x

merci

No avatar

2007-05-28 10:55

Nicky - you need at least one category, but you may not display it. Create one category for all products, then put all products to this category. Next step - open file templates/page.tpl and delete $sMenu1. In file index.php remove code:

if( !isset( $sMenu1 ) ){
    
$sMenu1 listCategories'menu_1.tpl'1true, Array( $iCategory ) );
    if( !isset( 
$sMenu1 ) )
      
$sMenu1 $tpl->tbHtml'menu_1.tpl''NOT_FOUND' );
  }

Now open file templates/products_list.tpl and delete

<h3>$aList[sCategories]</h3>

and the last step - open file templates/products_details.tpl and delete:

<h3>$aData[sCategories]</h3>



Back to top
about us | contact