fix tpl order-detail
This commit is contained in:
parent
7e7072c600
commit
ddad6db847
@ -297,11 +297,11 @@
|
||||
{if $product.product_quantity > $product.customizationQuantityTotal}
|
||||
<tr class="item">
|
||||
|
||||
<td class="cart_product">
|
||||
{*<td class="cart_product">
|
||||
<a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'htmlall':'UTF-8'}">
|
||||
<img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'large')}" alt="{$product.name|escape:'htmlall':'UTF-8'}" {if isset($smallSize)}width="{$smallSize.width}" height="{$smallSize.height}" {/if} />
|
||||
</a>
|
||||
</td>
|
||||
</td>*}
|
||||
<td class="cart_description">
|
||||
<table>
|
||||
<tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user