Fixed issue with Cloth theme
parent
8a72d5c7a0
commit
2dabd7a32e
|
@ -64,7 +64,6 @@
|
||||||
<div class="cart-contents-shipping col-md-12 col m12 no-pad-right">
|
<div class="cart-contents-shipping col-md-12 col m12 no-pad-right">
|
||||||
{{#ifCond @root.session.shippingCostApplied '===' true}}
|
{{#ifCond @root.session.shippingCostApplied '===' true}}
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<strong>{{currencySymbol config.currencySymbol}}{{formatAmount config.flatShipping}}</strong>
|
|
||||||
{{ @root.__ "Shipping" }}
|
{{ @root.__ "Shipping" }}
|
||||||
<strong>{{currencySymbol @root.config.currencySymbol}}{{formatAmount @root.config.flatShipping}}</strong>
|
<strong>{{currencySymbol @root.config.currencySymbol}}{{formatAmount @root.config.flatShipping}}</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue