How to Add new value of state in billing Address
-
how to add new value of state of billing Address tab when u try to checkout the product, and is there way to edit the information of billing address and how??
-
Hi @israa96 ,
As of now there is no option to edit address while check out , we have an option that user can add new address.
But yes we will consider this as an enhancement post discussing with internal team. -
@bhanu-webkul ,Hi
thanks for u,
but my question now if we want to make some of the information of billing address not require or hide them from the form
how we can do this ?? -
In this case you have to edit these two tables country_states and country_state_translations from db according to your uses.
-
To hide the states from billing address you need to override below
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/checkout/onepage/customer-info.blade.php
and https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/checkout/onepage/customer-info.blade.php -
@bhanu-webkul said in How to Add new value of state in billing Address:
To hide the states from billing address you need to override below
what the change of code are u change sth