{{gist file=”functions.php” lang=”php”}}
(function($) {
$(document).on(‘facetwp-loaded’, function() {
$(document).trigger(‘updated_cart_totals’); // fix the “+/-” quantity buttons
});
})(jQuery);
<?php
}, 100 );
{{/gist}}
mgibbs189
{{gist file=”functions.php” lang=”php”}}
(function($) {
$(document).on(‘facetwp-loaded’, function() {
$(document).trigger(‘updated_cart_totals’); // fix the “+/-” quantity buttons
});
})(jQuery);
<?php
}, 100 );
{{/gist}}