diff --git a/themes/default/checkout.blade.php b/themes/default/checkout.blade.php index 68c5d94f..b26201a4 100644 --- a/themes/default/checkout.blade.php +++ b/themes/default/checkout.blade.php @@ -23,7 +23,7 @@
{{ __('shop/checkout.address') }}
- {{ __('shop/checkout.same_as_shipping_address') }} + {{ __('shop/checkout.same_as_shipping_address') }}
@@ -288,7 +288,7 @@ }, updateCheckout(id, key) { - if (this.form[key] === id) { + if (this.form[key] === id && key != 'same_as_shipping_address') { return }