diff --git a/themes/default/shopping-cart.tpl b/themes/default/shopping-cart.tpl
index ff12f90db..3e5185989 100644
--- a/themes/default/shopping-cart.tpl
+++ b/themes/default/shopping-cart.tpl
@@ -167,7 +167,6 @@
{/if}
- {if $use_taxes}
| {l s='Total (tax excl.):'} |
{displayPrice price=$total_price_without_tax} |
@@ -186,26 +185,6 @@
{/foreach}
{/if}
- {/if}
-
-
- {l s='Total:'}
- {displayPrice price=$total_price}
- |
-
- {else}
-
-
- {if $voucherAllowed}
-
- {if isset($errors_discount) && $errors_discount}
-
- {foreach from=$errors_discount key=k item=error}
- - {$error|escape:'htmlall':'UTF-8'}
- {/foreach}
-
- {/if}
- {if $voucherAllowed}
- {/if}
-
{/if}
|
+ {if $use_taxes}
+
+ {l s='Total:'}
+ {displayPrice price=$total_price}
+ |
+ {else}
{l s='Total:'}
{displayPrice price=$total_price_without_tax}
|
+ {/if}
- {/if}
{foreach from=$products item=product name=productLoop}
@@ -308,19 +291,17 @@
{foreach from=$discounts item=discount name=discountLoop}
- | {$discount.name} |
+ {$discount.name} |
{if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if}
|
-
-
-
-
- 1
+ | 1 |
+
+ {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if}
+ |
+
+ {l s='Delete'}
|
-
- {if !$priceDisplay}{displayPrice price=$discount.value_real*-1}{else}{displayPrice price=$discount.value_tax_exc*-1}{/if}
- |
{/foreach}