|
Hi Moshe,
How would that look:
{{block type="catalog/product_list" template="YOUR_TEMPLATE_HERE" category_id="PLACE THE CORESPONDING CATEGORY NUMBER HERE"}}
{{block type="catalog/product_list" template="babyfavors" category_id="13"}}
(babyfavors is the template pkg (like default)
design/frontend/default/babyfavors
or do I need to call the phtml file specifically?
/app/design/frontend/default/babyfavors/template/catalog/product/list.phtml
{{block type="catalog/product_list" template="babyfavors/template/catalog/product/list.phtml" category_id="13"}}
I know its neither one of the above since I tried it and it produced errors.
Thanks for your help!!!
Chris
|