What I have done so far is that i modify the single_product.js v.2.4.12 with single_product.js v.2.4.6 and it works fine, but I don’t know if there will be a problem in the future if I update the theme or the plugin if I do this change in the production?
Hi Mike,
This is the link to the page http://aleardi.ch/?product=olive-nere-bella-di-cerignola-dop. From what I have investigated so far at the single-product.js in woocommerce the difference form v.2.4.12 and 2.4.6, in the version 2.4.12 this is a part of code that is missing
$(' ul.tabs li a').click(function(){
$('ul.tabs li').removeClass( 'active' );
$(this).parent().addClass('active');
})
Did anyone found the solution to this?
Can you share it