Home Forums WoodMart support forum QuickView when someone click on woocommerce bundle product title

QuickView when someone click on woocommerce bundle product title

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #688270

    spnutratea
    Participant

    Hi Artem,

    I am building a product bundle page in conjunction with WooCommerce Product Bundles plugin.

    How can I achieve quick view link when someone clicks the WooCommerce bundle title? I found the your code snippet below.

    jQuery(‘body’).on(‘click’, ‘ .bundled_product_title, .product_title’, function(e) {
    e.preventDefault();
    jQuery(this).parents(‘.product-grid-item’).find(‘.open-quick-view’).click();
    });

    It seems the code is not working properly.

    Kind regards,
    SP

    #688278

    spnutratea
    Participant

    jQuery(‘body’).on(‘click’, ‘.wd-product-title, .wd-product-info .product-title, .product-bundle-title’, function(e) {
    e.preventDefault();

    // Trigger WoodMart quick view button inside the product wrapper
    jQuery(this).closest(‘.wd-product-wrapper’).find(‘.quick-view’).trigger(‘click’);
    });

    #688532

    Hung Pham
    Participant

    Hi spnutratea,

    Thanks for reaching to us and appreciate your patience.

    Unfortunately, you requests require customization and out of our basic support. Thanks for understanding our limitations.

    Regards,
    Hung PD

    #688575

    spnutratea
    Participant

    Hi Hung PD,

    I have followed the instructions from the support forum.
    https://xtemos.com/forums/topic/quickview-when-click-on-product-grid-image-and-title/
    The question was for Artem. Maybe he can answer this thread instead if you don’t mind.

    Kind regards
    SP

    #688792

    Hung Pham
    Participant

    Hi spnutratea,

    Thanks for your patience.

    Can you please check if you disabled IPs / Countries? I cannot access to your site.

    Best Regards,
    Hung PD

    #690022

    spnutratea
    Participant

    Hi Hung PD,

    Yes there was an issue with the server, which is now restored.

    The website is working fine. I have shared the link in the private content area.

    #690293

    Hung Pham
    Participant

    Hi spnutratea,

    Thanks for your patience.

    Please allow me to explain: The code didn’t work due to your layout do not have Quickview enabled, so it can’t find the element to trigger it.

    Regards,
    Hung PD

    #690849

    spnutratea
    Participant

    Hi There,

    I have activated the quick view on the staging server.

    Unfortunately, it does not work.

    I have shared the link in the private content section.

    Kind regards
    SP

    #690954

    Hung Pham
    Participant

    Hi spnutratea,

    Thanks for your patience.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,
    Hung PD

Viewing 9 posts - 1 through 9 (of 9 total)