Hi,
When i open quick view of related product slider woodmart theme quick view function runs and triggers wc_variation_form directly to variations_form class div. Because of this in popup that div also triggeres and variation images mess up while, into quick popup this will not trigger.
When I click on the quick view then in main themes functions.js one function is called which is (https://prnt.sc/roruuj). This function resets each div class “.variations_form” and then varation images fetch with main image new layout. My Woocommerce-additional-variation-images plugin should apply only on new layout of main product which is variable product but it adds on the popup box too.
Could you maybe give me some advice on the above issue?