Hello,
can anyone help me please? Variants on my products are not working… When I add multiple variants and want to select one of them to test, add to cart and buy button disappear and I’m not able to finish my test purchase.
Also the pricing isn’t changing… can you please help? thank you
No such product it leads to a 404 not found
https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408
Being able to add multiple variants to the cart at the same time is not a standard shopify theme feature.
If you are using an app contact the app developers.
If you customized your theme try switching to a back or rolling files in the code editor.
Goodluck
1 Like
@digiagency
Checking again now that the example product is reachable in this Dawn theme,
There are 2 initial suspect errors on the page
#1 in the theme.liquid, towards the end of the source there is an errant tag WITHIN another script tag
window.accessibilityStrings = {
shareSuccess: `Link copied to clipboard`,
}
#2 In a product-form.js there is a missing right-parenthesis
submitButton.setAttribute('aria-disabled', true;
#3 the following error happens when changing the variant option (i.e. “Set” from 57 to 121)
Uncaught TypeError: t.handleErrorMessage is not a function
at HTMLElement.removeErrorMessage (global.js?v=13018926706196956659? [sm]:653)
at HTMLElement.onVariantChange (global.js?v=13018926706196956659? [sm]:576)
removeErrorMessage @ global.js?v=13018926706196956659? [sm]:653
onVariantChange @ global.js?v=13018926706196956659? [sm]:576
1 Like