How to configure customer billing address to remove fields?
-
Hi all
I need help for deleting some fields I didn't need it in billing address like last name
How to make this?? -
Hi Hadara Dev.
If the field is Required then you need to override 'customer-info.blade.php' in your package & then you can simply remove validation but it is not a nullable field in cart_address table so you need to alter this table in your package and need to save address using your controller.
-
in which file u mean we have three customer-info in package in diffrent places??