jaimex8
11/19/2015 - 11:33 PM

Grab selected attribute in attribute machine

Grab selected attribute in attribute machine

MivaEvents.SubscribeToEvent('variant_changed', function (product_data) {
            $('#swatch-name').text($('#Color option:selected').text());
        });