Where to remove validations of billing address in bagisto e-commerce
-
Hi,
can anyone tell where to remove validations of billing address in bagisto e-commerce because I have removed the email input field from billing address so that continue button is not working by removing the email field. Please can anyone suggest me thank you in advance.
-
Hi @Keerthi
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.
Thanks
-
Hi Rahul,
Thank you so much, now it is working fine to me........!