Is it possible to disable, hide, and/or make not required the mailing address (i.e., Address, City, State, Zipcode) when checking out? I can hide these with CSS, but the cart is still checking for field entry?
Thanks for the info. The client only offers in-store pick up, online payment is not authorized with the franchise agreement thus payment is done in-store at pick up or via the phone, so they really only need name, email, and phone.
I had an idea. You could pre populate that field with something like In store Pickup for the address line when the page loads. That can be done with javascript so it doesn't get overwritten when you update the store. As a matter of fact, you could probably populate the stores city, state, and zip fields as well. Maybe take it one step further and disable those fields so the customer cannot change them https://www.w3schools.com/jsref/prop_text_disabled.asp
If you think that's something that may work for you, and you need help with the javascript, let me know.