I want to customize my wix store shopping cart to add some custom fields and delivery address details to calculate the shipping cost. Please let me know, how can I read my shopping cart data from existing wix shopping cart?
You can only customise it to a certain degree with Wix Stores.
https://support.wix.com/en/article/customizing-your-wix-stores-cart-page
https://support.wix.com/en/article/customizing-your-wix-stores-mini-cart-and-shopping-cart-icon
If you wanted to customise it completely, then you would need to make up your own custom checkout etc.
However, to get certain parts from it, you can look at using Wix Stores Backend API and functions like getCurrentCart() or Shippinginfo
https://www.wix.com/corvid/reference/wix-stores-backend.html
https://www.wix.com/corvid/reference/wix-stores-backend.Events.html
Thanks a ton @givemeawhisky . I am able to get the shopping cart content details and can create my own shopping cart.
by any chance, if I can know how to use elements in shopping cart iFrame that will be of great help.
Is there any tutorial to create a custom cart page with code?
I require to set the delivery rates by code