Skip to content
![No thumbnail]() |
Uploaded
Failed
|
 |
document.addEventListener('DOMContentLoaded', function () {
// Still useful to refresh Woo cart fragments after add to cart
jQuery(document.body).on('added_to_cart', function () {
jQuery(document.body).trigger('wc_fragment_refresh');
});
});