product loop parameters done

This commit is contained in:
Etienne Roudeix
2013-08-20 11:29:35 +02:00
parent d50b0e6e10
commit 42270991c5
2 changed files with 58 additions and 48 deletions

View File

@@ -4,4 +4,12 @@
{*loop name="product" type="product" min_weight="1000" max_weight="6000" attribute_non_strict_match="*"}
<h3>PRODUCT : #REF / #TITLE (#ID)</h3>
{/loop*}
{/loop*}
{*loop name="product" type="product" min_price="100" max_price="300" min_stock="4" min_weight="6000" max_weight="7000" attribute_non_strict_match="*" promo="on"}
<h3>PRODUCT : #REF / #TITLE (#ID)</h3>
{/loop*}
{loop name="product" type="product" order="promo,min_price"}
<h3>PRODUCT : #REF / #TITLE (#ID)</h3>
{/loop}