Ok, forgive me if I understood wrong but Corvid is Developer Mode right? Meaning it’s basically an Advanced mode right?
Through it is it possible to add the following very simple features to my Wix store?
A way to remove a coupon once it is added in the cart page (deleting cookies seems impractical)
A clear cart button that removes all products at once as well as any coupons
The ability to use many coupons at once and to choose which coupons stack with other coupons in the settings
If this is possible, how difficult would it be?
Thank you very much for your help!
If you want to learn about Wix Corvid, then simply look through the pages for it.
https://support.wix.com/en/corvid-by-wix/basics
https://www.wix.com/corvid
As for doing things with Wix Stores app, then note that some of the Wix apps are integrated with Wix Corvid and some other apps are not integrated or are limited to what you can do with them.
With Wix Stores with Corvid you can see a lot of info about it here.
https://support.wix.com/en/corvid-by-wix/wix-stores-with-corvid
Plus more from this Corvid Forum’s own examples page here.
https://www.wix.com/corvid/examples
So for your coupon question for example, you can read about using coupons in Wix Stores here.
https://support.wix.com/en/wix-stores/managing-coupons
Plus it also has its own API that you can view in the Wix API Reference for it.
https://support.wix.com/en/wix-stores/managing-coupons
As for clearing cart, then if you can’t do it already in the Wix Stores app, which it looks like you can’t currently and can only do it one product at a time with the remove link.
https://support.wix.com/en/article/customizing-your-wix-stores-cart-page
https://support.wix.com/en/article/request-customizing-the-checkout-page-in-the-wix-stores
Code.
https://www.wix.com/corvid/reference/$w.CartIcon.html
https://www.wix.com/corvid/reference/wix-stores.html
https://www.wix.com/corvid/reference/wix-stores-backend.html
Although you can try having a look at using getAbandonedCart() or AbandonedCart through Wix Stores Backend or Wix Stores app itself.
https://support.wix.com/en/article/abandoned-carts-in-wix-stores
https://support.wix.com/en/article/sending-emails-to-customers-who-abandon-carts-in-wix-stores
https://support.wix.com/en/article/corvid-wix-stores-abandonedcarts-collection-fields
Then simply have a search in the Wix Corvid Forum first before commenting as it probably has been asked before.
https://www.wix.com/corvid/forum/community-discussion/clear-shopping-cart-upon-checkout
If something is not possible that you wish it could be implemented, then try adding it as a feature request and maybe it might get put on the list of to do items and be brought into Wix sometime into the future.
https://www.wix.com/corvid/forum/community-feature-request
https://www.wix.com/release/notes
Thank you SO much for your kind and thorough answer. This is already of great help since I know where to start and I was feeling completely overwhelmed without this. Thanks a lot!