diff --git a/templates/frontOffice/default/cart.html b/templates/frontOffice/default/cart.html
index 47ec10ec1..9802d01a1 100644
--- a/templates/frontOffice/default/cart.html
+++ b/templates/frontOffice/default/cart.html
@@ -36,7 +36,7 @@
{intl l="Name"}
- {intl l="Unit Price"}
+ {intl l="Unit Price incl. taxes"}
{intl l="Price"}
|
@@ -44,7 +44,7 @@
{intl l="Qty"}
|
- {intl l="Total"}
+ {intl l="Total incl. taxes"}
{intl l="Total"}
|
@@ -53,16 +53,14 @@
{loop type="cart" name="cartloop"}
+ {ifloop rel='product-image'}
{assign "cart_count" $LOOP_COUNT}
- {ifloop rel='product-image'}
- {loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
-
- {/loop}
- {/ifloop}
- {elseloop rel="product-image"}
- {images file='assets/img/product/1/118x85.png'} {/images}
- {/elseloop}
+ {loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"}
+
+ {/loop}
+
+ {/ifloop}
|
@@ -162,7 +160,7 @@
|
| |
- {intl l="Total"} |
+ {intl l="Total incl. taxes"} |
{assign var="totalAmount" value={cart attr='total_taxed_price_without_discount'} + $postageAmount }
|