Trymanc wrote: i'm progessing here. just need a little help. does anyone know how to only call one product, by product id, as a summary template. i tried doing the following to call one id from the detail page, but use a detail template called result which is just a copied version of my default summary template:
{Products action='details' detailtemplate='result' productid='PRODUCT_ID'}
obviously the following does nothing:
{Products productid='PRODUCT_ID'}
any ideas?
{Products action='default' category="yourcategory" summarytemplate="sometemplate" productid="1"}
==> summary of 1 product from a certain category
{Products action='default' category="yourcategory" summarytemplate="sometemplate"}
==> summary of all products in the category displayed