Hi Andres,
You are not using our filter widget, please check here https://prnt.sc/17klhsv You are using WC Ajax Product Filter Plugin. I have added our filter widget and it’s working as expected, could you check and confirm with me?
If you want to use 3rd party filter plugin then please follow below instruction:
We need an event from your filter plugin should be triggered after new posts are loaded.
Just send this plugin to your plugin developer: https://wordpress.org/plugins/malinky-ajax-pagination/
And ask them to send trigger like following as the Malinky Ajax Pagination plugin provides.
document.addEventListener(‘malinkyLoadPostsComplete’, function(e) {
console.log(‘LoadPostsComplete’);
});
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
Product images not changing when filter is applied on shop page
Andres Di Camillo
Hi there,
I’m seeing that the product image is not being changed after applying the color filter on the shop page, i.e: https://universotextil.com.ar/categoria/telas/jersey/?attra-color=306
Bassically the Pro version is not working properly or as it’s supposed to be working.
You are specifying on your Website that the variation should work when the filters are applied. Here is an screenshot of your Website:
Here is explicit that when you apply the filter the images on the shop list are being changed.
I need this feature working because we paid for the Pro version. If this is not going to work, I need my money back.
Thanks.