Multiple variation forms
-
Hello we have the following issue with the express button on the product page.
The way the template is built, makes it so that there are multiple forms with the class variations_form on the single page because the shortcodes were changed so that the user can add a product to cart via the shortcode output too.
This creates a very problematic issue though.
The amazon button tries to grab ALL forms.variations_form in its code.
So it cannot actually express checkout the single product itself since it tries to grab multiple.
Is there a fix for this?
so that the amazon button only grabs the very first variations_form class? and not every single one on the page?
The topic ‘Multiple variation forms’ is closed to new replies.