• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    I hope you’re well. To be sure, are you already displaying a product add-ons section in product page when you tested the issue with the quick view?

    If so, then unfortunately you can’t use the quick view with the add-ons in the product page, since the plugin is expecting only one group of add-ons in the product page.

    We’ll remain at your disposal.

    Thread Starter dbrooksuk

    (@dbrooksuk)

    All of my products have the same add-on of being able to add a gift box.

    So you are saying that if I am on a product page (which has the gift box option) that I can not open a “quick view” of a product in the related or upsell section at the bottom of that page using your plugin and get a figure in Total Options section and hence no Order total?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Not working using Merchant Quick View update’ is closed to new replies.