• dbrooksuk

    (@dbrooksuk)


    Even using your own quick view plugin the total options and order total fields are blank until you select an add-on, which in this case is optional so you can’t proceed to Add to Basket as it does not work because it has no figure

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

    I hope you’re well. About your question, please send us the link to the site with the issue so we can check it.

    We’ll remain at your disposal.

    Thread Starter dbrooksuk

    (@dbrooksuk)

    It is a local site. It is the same issue that I had with the Merchant quick view module ie which you sent me a patch for about 10 days ago

    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 );
    }

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

The topic ‘YITH Quickview and this plugin’ is closed to new replies.