Mise à jours lien fiche produit sur template order-edit dans le back-office
This commit is contained in:
@@ -99,7 +99,9 @@
|
|||||||
{/if}
|
{/if}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="#">{$TITLE}</a>
|
{loop type="product" name="my_product_loop" visible="*" ref="$REF"}
|
||||||
|
<a href="{url path='/admin/products/update' product_id=$ID}">{$TITLE}</a>
|
||||||
|
{/loop}
|
||||||
{ifloop rel="combinations"}
|
{ifloop rel="combinations"}
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
{loop type="order_product_attribute_combination" name="combinations" order_product=$ID}
|
{loop type="order_product_attribute_combination" name="combinations" order_product=$ID}
|
||||||
|
|||||||
Reference in New Issue
Block a user