big progress on product loop
This commit is contained in:
7
templates/default/debug.html
Normal file
7
templates/default/debug.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{*loop name="product" type="product" new="on" promo="on" min_stock="20" attribute_non_strict_match="min_stock,promo"}
|
||||
<h3>PRODUCT : #REF / #TITLE (#ID)</h3>
|
||||
{/loop*}
|
||||
|
||||
{*loop name="product" type="product" min_weight="1000" max_weight="6000" attribute_non_strict_match="*"}
|
||||
<h3>PRODUCT : #REF / #TITLE (#ID)</h3>
|
||||
{/loop*}
|
||||
Reference in New Issue
Block a user