Home / Forums / WoodMart support forum / QuickView when someone click on woocommerce bundle product title
Home › Forums › WoodMart support forum › QuickView when someone click on woocommerce bundle product title
QuickView when someone click on woocommerce bundle product title
- This topic has 8 replies, 2 voices, and was last updated 1 week, 5 days ago by
Hung Pham.
-
AuthorPosts
-
September 26, 2025 at 3:21 pm #688270
spnutrateaParticipantHi 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,
SPSeptember 26, 2025 at 3:27 pm #688278
spnutrateaParticipantjQuery(‘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’);
});September 29, 2025 at 12:10 pm #688532
Hung PhamParticipantHi 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 PDSeptember 29, 2025 at 2:40 pm #688575
spnutrateaParticipantHi 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
SPOctober 1, 2025 at 8:16 am #688792
Hung PhamParticipantHi spnutratea,
Thanks for your patience.
Can you please check if you disabled IPs / Countries? I cannot access to your site.
Best Regards,
Hung PDOctober 10, 2025 at 10:52 am #690022
spnutrateaParticipantHi 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.
October 11, 2025 at 7:53 am #690293
Hung PhamParticipantHi 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 PDOctober 14, 2025 at 3:30 pm #690849
spnutrateaParticipantHi 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
SPOctober 15, 2025 at 10:23 am #690954
Hung PhamParticipantHi 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 -
AuthorPosts
Tagged: product title, quick view link
- You must be logged in to create new topics. Login / Register