Hi Nat,
Thanks for reaching us.
We need an event from your filter plugin should be triggered after new posts are loaded.
Like this filter plugin: https://woocommerce.com/products/product-filters/
jQuery(document).ready(function( $ ){
// Your code in here
jQuery(window).on(‘wcpf_update_products’, function () {
console.log(‘Hi’);
});
});
Thank You
Composite Products error
Nat Arem
Hi, for some reason, this plugin does not work with the Composite Products plugin. The behavior is that it works with the default options on the page. But if you try to switch an option for something which is not a swatch, it won’t let you choose the variations anymore. I recorded a video to show what it looks like. The options that are default from loading the page will still work. But as soon as I change anything in the dropdown menu, the size is no longer pulling up the price/stock and it is not longer considered selected. This has been going on for awhile.
Here’s the video: https://www.dropbox.com/s/a3rqmot29swyzvr/IMG_7695.MOV?dl=0