how to disable "bestsellers" and "last view" ?

akkiro

Avatar: akkiro

2012-07-18 18:15

please, help me to disable "bestsellers" and "last view"

» Quick.Cart v5.x

treewood (OpenSolution)

Avatar: treewood

2012-07-19 07:10

1. edit actions/themes/default.php and change
$sBestsellers = listSimpleBestsellers( 'container.tpl' );
to
//$sBestsellers = listSimpleBestsellers( 'container.tpl' );

2. edit actions/products.php and change:
addProductsVisit( $aData['iProduct'] );
$sProductsLastVisited = listLastVisitedProducts( $aData['sTemplate'] );
to
//addProductsVisit( $aData['iProduct'] );
//$sProductsLastVisited = listLastVisitedProducts( $aData['sTemplate'] );

Back to top
about us | contact