This is the second issue related to the “default shopify theme” when using a shopify app.
Each time my customers add 20g tester (size) of my product to their cart, it defaults to the 80g size instead - see here https://www.thecandlecreatornz.com/cart
As I want my customers to review their products on my site, I’ve downloaded your suggested “Product Review app” and followed the instructions /tutorial in your help centre including copying and pasting the code as per your instructions.
Please advise how this can be fixed.
FYI - Current situ - my menu bar is not working (due to Privy app) and now also the issue with the size selection.
If I knew that this “Debut /Default” theme would provide this my issues with shopify recommended, I would have chosen something else.
Issue is JS conflict in your theme.js. And not only wrong variants in cart but other features are also not working in your store like search, mobile hamburger, drop down menu click etc.
And this is neither with the app nor with the theme.
Issue is you added css in JS file check you theme.js under assets. You will find this css code there at botom.
As I check now, variants are working properly. I mean correct variant added to the cart.
Also I checked that you removed the extra code from theme.js which I shared in my last reply.