I want to add a custom button below the regular “Checkout” button to expose a third party Payment Method. I want to avoid creating a Cart page from scratch just to add an additional button.
Thanks!
- Musa
I want to add a custom button below the regular “Checkout” button to expose a third party Payment Method. I want to avoid creating a Cart page from scratch just to add an additional button.
Thanks!
Not possible at the moment. I believe third party payment provider is not yet available on Wix
You’ll have to rebuild the whole checkout page with WixStore.createOrder
API if you want to add your own payment provider
@plomteuxquentin Thanks for the answer!
Those are very bad news for me and for my customer as well. My hope was to create a custom Cashout page from scratch for the custom payment provider but still reuse the Cart page with the regular Checkout button for the Stripe CC payment method and add an additional checkout button to point to the custom Checkout page.
If I cannot modify the Cart page then I have to do EVERYTHING from scratch. I thought I could hack my way and do DOM manipulation to add the additional button, but I realized Wix does not allow that.