Whats the best way to display only Sale / Clearance products (where price has been reduced)
I would like to show this in the top navigation.
1 answer
You can create new category with name is "Sale", add all products you want show on top navigation and using this rule to call theme:
Code:
{{block type="joomlart_jmproducts/list" name="mega.jmproducts.list" template="joomlart/jmproducts/oneproduct.phtml" quanlity="1" catsid="1"}}
Note: catsid="Your category Sale’s ID"
For your detail, please refer JM Products List via link:
http://www.joomlart.com/documentatio…ct-list#config