Show products on pages

tevart

Avatar: tevart

2013-10-08 21:04

Is it possible to show products from two specific categories on all pages, even if there are normal pages? I have normal pages with text only and i would like to show few products from category id2 and id3.

Thanks

» Quick.Cart v5.x

treewood (OpenSolution)

Avatar: treewood

2013-10-09 12:43

Easiest solution is to assign product to that page too.

You can also use this tip:
http://opensolution.org/Quick.Cart/docs/?id=en-tips#8

And delete from new "theme" this:
if( isset( $aData['iProducts'] ) ){

and change:
echo $oProduct->listProducts( $aData['iPage'], isset( $bViewAll ) ? 999 : null ); // displaying products
to
echo $oProduct->listProducts( 2, isset( $bViewAll ) ? 999 : null ); // displaying products

tevart

Avatar: tevart

2013-10-10 10:24

Hi treewood

While i can assign product to that page, it's not that easy, when you have many products.

That tip you mention is for ver6, do you have solution for ver5

tnx

Back to top
about us | contact