diff --git a/themes/default/account/address.blade.php b/themes/default/account/address.blade.php index cf7db375..172126da 100644 --- a/themes/default/account/address.blade.php +++ b/themes/default/account/address.blade.php @@ -80,7 +80,7 @@ phone: '', country_id: @json((int) system_setting('base.country_id')), zipcode: '', - zone_id: '', + zone_id: @json((int) system_setting('base.zone_id')), city: '', address_1: '', address_2: '', diff --git a/themes/default/checkout.blade.php b/themes/default/checkout.blade.php index f3176bf2..9a0770b4 100644 --- a/themes/default/checkout.blade.php +++ b/themes/default/checkout.blade.php @@ -220,7 +220,7 @@ phone: '', country_id: @json($country_id), zipcode: '', - zone_id: '', + zone_id: @json((int) system_setting('base.zone_id')), city: '', address_1: '', address_2: '',