Save
This commit is contained in:
@@ -1326,4 +1326,13 @@ if (!window.__p02p04Bound) {
|
||||
$(document).on('updatedProduct', function() {
|
||||
setTimeout(window.__p02p04RecalcPrice, 50);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// product custom accordion for variants
|
||||
$(function() {
|
||||
$('body').on('click', '.product-box.product-box-acc .product-box--head', function() {
|
||||
$(this).parent().toggleClass('active');
|
||||
$(this).parent().find('.product-box--data').slideToggle();
|
||||
});
|
||||
})
|
||||
Reference in New Issue
Block a user