fix tpl order-detail

This commit is contained in:
Marion Muszynski 2016-11-25 18:45:07 +01:00
parent 7e7072c600
commit ddad6db847

View File

@ -297,11 +297,11 @@
{if $product.product_quantity > $product.customizationQuantityTotal} {if $product.product_quantity > $product.customizationQuantityTotal}
<tr class="item"> <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'}"> <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} /> <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> </a>
</td> </td>*}
<td class="cart_description"> <td class="cart_description">
<table> <table>
<tbody> <tbody>