Display Sale / Clearance products

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

Profile photo of Seoki Lee 1510.00 $tone September 22, 2014
Public

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

#1

Please login or Register to Submit Answer

Written By

Comments