remove link on product images in invoice page
This commit is contained in:
@@ -73,12 +73,11 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="image">
|
<td class="image">
|
||||||
<a href="{$PRODUCT_URL}" class="thumbnail">
|
|
||||||
|
|
||||||
{assign "cart_count" $LOOP_COUNT}
|
{assign "cart_count" $LOOP_COUNT}
|
||||||
{ifloop rel='product-image'}
|
{ifloop rel='product-image'}
|
||||||
{loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
|
{loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
|
||||||
<img src="{$IMAGE_URL}" alt="Product #{$cart_count}"></a>
|
<img src="{$IMAGE_URL}" alt="Product #{$cart_count}">
|
||||||
{/loop}
|
{/loop}
|
||||||
{/ifloop}
|
{/ifloop}
|
||||||
{elseloop rel="product-image"}
|
{elseloop rel="product-image"}
|
||||||
|
|||||||
Reference in New Issue
Block a user