Not working using Merchant Quick View update
-
After further testing the patch you supplied about 10 days ago only seems to work on the main pages when i click “quick view’. If I click “quick view” on the “related products” section on the single image page, quick view opens but again there is no Total options price, hence no order total unless an option is selected, which are optional, so might not be selected by the customer.
I’ve inserted the code you originally supplied below:
if ( ! function_exists( ‘yith_wapo_custom_update_on_quickview’ ) ) {
function yith_wapo_custom_update_on_quickview(){
$js = ” jQuery( function ( $ ) {
window.addEventListener( ‘merchant.quickview.ajax.loaded’, function () {
$( document ).trigger( ‘yith-wapo-reload-addons’ );
})
} ); “;
wp_add_inline_script( ‘yith_wapo_front’, $js );
}
add_action( ‘wp_enqueue_scripts’, ‘yith_wapo_custom_update_on_quickview’, 15 );
}Testing on a local server using Blocksy so I can’t point you a page sorry
The topic ‘Not working using Merchant Quick View update’ is closed to new replies.