I’d like to make major changes to the format of the Product Page. My goal is to present the page in a completely different way. None of the pre-sets (Classic, Sleek, Stunning, etc.) are appropriate.
The purchase and payment flow can (and should) remain the same. So once the user has clicked the buy button I’m happy to let Wix take over and use Wix’s default UI for collecting address info, making the payment and saving the Order to the Order table. I’d rather not have to do all of that myself in JS and custom forms.
Also, I do want to use Wix’s Ordering and fulfillment system – I don’t simply want to request a payment form a form. And I only need a single product with a buy button – no cart.
Is there an easy way to accomplish this? Or do I need to start coding the flow from scratch using the wix-ecom API?
EDIT: Looks like someone else is trying to do the same thing as me, but I’m not seeing any solutions. Essentially I want to create a button that trigger’s Wix’s buying flow – not simply to trigger payments: https://community.wix.com/velo/forum/coding-with-velo/create-custom-buy-now-button-using-store-api-s