Can’t make it work. I guess it’s because the difference with my code is the lines related with YITH Ajax Filter which i don’t have.
If i keep just the following lines
$(‘.variations_form’).each(function () {
$(this).wc_variation_form();
});
i get the next error:
jQuery(…).wc_variation_form is not a function
Maybe the scripts for variations only work in single product pages?
Thank you.
-
This reply was modified 6 years, 8 months ago by eramirezr.
-
This reply was modified 6 years, 8 months ago by eramirezr.
I can see the js files aren’t include at the bottom markup.