Hello!
Requesting some help on this one.
With Velo, I have the following done:
- Dynamic Product List Page with products fetched from the Wix Stores Product collection;
- Dynamic Product Item page, properly functioning and opening the right product;
- Add to cart button integrated AND, given that my clothing pieces all have Size Options, a selector added and also fed to the addToCart item;
- Product successfully being added to Cart, and Minicart showing up (as well as product in the actual default Cart Page).
The issues is that all the items in the cart pages are clickable, and the redirect sends me to the default Wix Stores Product Page. It actually manages to go to the right product, but the default product page was specifically avoided due to its low design flexibility.
Using wixLocation frontend API to transfer the user to another page, once he arrives to the default and unwanted default product page, could hypothetically work but given that the page has to load until the code runs on the frontend, this is not a viable alternative.
Any suggestion? Or do I design my cart page from scratch, too?
Thanks in advance for your time.