Is it possible to autofill billing information on checkout process? So the users don't have to fill in the same information every time they make a payment.
Not ootb with Vendr Checkout no. For this you are likely going to need some membership system to record your members and their details and then auto fill the order or present the customer with saved addresses during checkout. As Vendr Checkout is aimed a simple, anonymous checkout process, it's not something that is available in that package itself. You can either take the source code (https://github.com/vendrhub/vendr-checkout) and extend it for your requirements, or look at creating your own custom checkout flow.
Autofill billing information on Vendr Checkout
Hi,
Is it possible to autofill billing information on checkout process? So the users don't have to fill in the same information every time they make a payment.
Thanks
Hi Nalysa,
Not ootb with Vendr Checkout no. For this you are likely going to need some membership system to record your members and their details and then auto fill the order or present the customer with saved addresses during checkout. As Vendr Checkout is aimed a simple, anonymous checkout process, it's not something that is available in that package itself. You can either take the source code (https://github.com/vendrhub/vendr-checkout) and extend it for your requirements, or look at creating your own custom checkout flow.
Hope this helps
Matt
is working on a reply...