variation form is not a function
-
On the WooCommerce checkout page I get a console.error
$(this).wc_variation_form(); is not a function.It seems to come from this bit:
$(document).ajaxComplete(function (event, request, settings) {
_.delay(function () {
$(‘.variations_form:not(.wvs-loaded)’).each(function () {
$(this).wc_variation_form();
});
}, 1000);
});The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.