diff --git a/falcon/templates/checkout/_partials/cart-summary-totals.tpl b/falcon/templates/checkout/_partials/cart-summary-totals.tpl index cfadbed..b69d165 100644 --- a/falcon/templates/checkout/_partials/cart-summary-totals.tpl +++ b/falcon/templates/checkout/_partials/cart-summary-totals.tpl @@ -38,6 +38,11 @@ {$cart.totals.total.label} {if $configuration.display_taxes_label && $configuration.taxes_enabled}{$cart.labels.tax_short}{/if} {$cart.totals.total.value} + {if !$cart.has_delivery_address} +

+ {l s='Shipping costs will be calculated in the next step, before you checkout. Shipping costs depend on the country the order is shipped to. For the Netherlands, orders with a value of € 125.00 will be shipped free of charge. You can view the shippingcosts here' d='Shop.Checkout.Total'} +

+ {/if} {/if} {/block}