I have special requirements concerning shipping (that are not available through the standard Wix shipping capabilities), which, as far as I can tell, requires me to set up a fully custom checkout process. So I have two questions:
-
Is there any way to simply update the cart directly? E.g. use wixStoresBackend . getCurrentCart () then update the shipping parameters as needed then save the updated cart? This could be done at any time, such as when a user adds an item to the cart. I can’t find anything in the documentation for this.
-
If I can’t update the cart directly but I still need to edit the shipping parameter, do I need to create an entirely new cart or can I somehow intercept the “Checkout” button on the Wix default cart page to send the user to my custom checkout page?
Thank you for any help.