dynamic sku display on variable products ( Mihai )
jQuery(document).ready(function($) { // Listen for clicks on the variation items $(‘.variable-items-wrapper’).on(‘click’, ‘li’, function() { // Get the data-value attribute of the selected item var selectedValue = $(this).data(‘value’); // Check if the skuData object is defined and contains the selected SKU…Continue reading