change cart loop in mini cart
This commit is contained in:
Submodule local/modules/Klikandpay updated: 15cc539db9...a72c066e74
@@ -16,16 +16,14 @@
|
|||||||
{loop type="cart" name="cartloop"}
|
{loop type="cart" name="cartloop"}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="image">
|
<td class="image">
|
||||||
{ifloop rel="product-image"}
|
{loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="60"}
|
||||||
{loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="60"}
|
<img src="{$IMAGE_URL}" alt="{$TITLE}">
|
||||||
<img src="{$IMAGE_URL}" alt="{$TITLE}">
|
{/loop}
|
||||||
{/loop}
|
|
||||||
{/ifloop}
|
|
||||||
</td>
|
</td>
|
||||||
<td class="product">
|
<td class="product">
|
||||||
<h3 class="name" style="margin:0"><a href="{$URL}">
|
<h3 class="name" style="margin:0">
|
||||||
{$TITLE}
|
{$TITLE}
|
||||||
</a></h3>
|
</h3>
|
||||||
<a href="{url path="/cart/delete/{$ITEM_ID}"}" class="btn btn-remove" data-tip="tooltip" data-title="Delete" data-original-title=""><i class="icon-trash"></i> <span>{intl l="Remove"}</span></a>
|
<a href="{url path="/cart/delete/{$ITEM_ID}"}" class="btn btn-remove" data-tip="tooltip" data-title="Delete" data-original-title=""><i class="icon-trash"></i> <span>{intl l="Remove"}</span></a>
|
||||||
</td>
|
</td>
|
||||||
<td class="unitprice text-center">
|
<td class="unitprice text-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user