product loop : given id exception

This commit is contained in:
Etienne Roudeix
2013-07-22 09:36:06 +02:00
parent 87dd416a1e
commit 0e9d918b84
2 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@
{loop name="product" type="product" order="ref"}
<h3>PRODUCT : #REF / #TITLE</h3>
<h4>Accessories</h4>
{loop name="acc" type="accessory" product="#ID" order="max_price"}
{loop name="acc" type="accessory" product="#ID" order="accessory,max_price"}
#REF -
{/loop}
{/loop}