Please add this simple feature to QC, it's done already:

beholder

Avatar: beholder

2008-01-06 05:10

Please, pretty please, could you add the possibility to use different templates for products displayed in "content" categories, some other than "products_list.tpl"?
You can do it this way:

First duplicate categories/products_list.tpl and rename it to products_list2.tpl

Then in index.php replace the line

$sProductsList  listProducts'products_list.tpl' );


with following code


    
if ($aData[iType] == '1'
              
$sProductsList  listProducts'products_list.tpl' );
          else
              
$sProductsList  listProducts'products_list2.tpl' );



It allows you to have different list styles for products in typical "product" categories (i.e. Menu1), and different products list style for products in "content" categories.

» Quick.Cart v2.x

beholder

Avatar: beholder

2008-01-06 05:11

It would be great if I found this in the next QC version.

treewood (OpenSolution)

Avatar: treewood

2008-01-07 16:12

beholder - yes it will be in Quick.Cart v3.0 as it is in Quick.Cms.Lite v2.0 :)

beholder

Avatar: beholder

2008-01-08 14:40

Thank you, Treewood. Of course, rename the new tpl file to suit your naming scheme better.

Back to top
about us | contact