dynasty2011-11-17 23:18 | How can I display a list of only some products ( by ID ) so that it won't show every product but only for example product ID 1, 4 and 7? » Quick.Cart v4.x |
Makaron2011-11-17 23:38 | You can prepare page which You add into Hidden menu and connect some products with this page. After that You can use function listProducts in templates/themes/default.php:
$sAdditionalProducts = $oProduct->listProducts( 'pages_default.tpl', PAGE_ID, 999 );
if( DISPLAY_SUBCATEGORY_PRODUCTS === true ){
$this->aPages = null;
I helped? Like it: www.facebook.com/makwebpl |