Adjust contact info step to just include name and e-mail

Hey there,

We love to use snipcart so far and have also successfully developed our own invoicing PDF microservice for it. But as we are selling just online PDF articles which are not that pricey we just need the users’ names and e-mail addresses. We don’t need shipping and even no street address at all. As these fields are required, we thought about hiding these not-needed fields and prefill them with dummy content so that it passes the snipcart validation, but is there a way to remove these fields directly?

Cheers!

Hey @krautnerds,

At the moment, it’s not possible to hide all the billing address fields, however, you can turn off the shipping so that customers won’t have to go through the shipping address and shipping methods steps.

The reason the billing address is always required is because some of the payment gateways we support need that information in order to process the transaction.

Hope this helps!

Hey @charles ,

thanks for your response. This was what I actually already thought, but okay. I think for now we will try to go the way with the dummy datat filled in in the background and filter this information out on the invoicing system.

Thanks anyway!