Home / Forums / WoodMart support forum / open jet popup within woodmart listing item
Home › Forums › WoodMart support forum › open jet popup within woodmart listing item
open jet popup within woodmart listing item
- This topic has 7 replies, 2 voices, and was last updated 1 week, 1 day ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
July 15, 2026 at 3:03 pm #723806
jerebenk95ParticipantHello
We are creating a website with woodmart based on the old website that is built with Elementor and Crocoblock.
In the old website in each Jet product listing item there is a button that opens a dynamic popup with description, images and a form with product details – all information is pulled from the product page.
Now we would like to add this button in the Product loop item layout in woodmart. I created the loop item with the button but it is not pulling the information about each product because the grid is not Jet engine listing grid.
How can I make it work?Attachments:
You must be logged in to view attached files.July 16, 2026 at 9:31 am #723842Hello,
Thanks for reaching out.
JetPopup’s dynamic content in Crocoblock works because each item is rendered inside a JetEngine Listing Grid, which provides the product context to the popup. WoodMart’s Products element and the Product loop item layout don’t use JetEngine listings, so JetPopup can’t “see” the current product and won’t pull product-specific fields out of the box.
If your goal is a per‑product popup with images/details without leaving the page, we recommend using WoodMart’s built‑in Quick View:
– Edit your Product loop item layout and add the “Product quick view” element/button to the card.
– This opens a per‑product lightbox with the product information and add to cart right from the grid.If you must use JetPopup with per‑product dynamic fields, it would require a custom integration to pass the current product ID/context to JetPopup from each loop item (typically via custom attributes/JS). This customization falls outside our theme support scope. In that case, please check with Crocoblock support for a way to trigger their popup with a passed product ID when used in third‑party product loops.
Best Regards.
July 19, 2026 at 8:56 am #723984
jerebenk95ParticipantHi
thank you for your replyAttachments:
You must be logged in to view attached files.July 20, 2026 at 10:06 am #724009Hello,
When you click the Quick View icon, it should open a popup like this:
https://postimg.cc/jwC0YSpGIf it redirects to the product page instead, please share your WP-Admin login details so we can check why the Quick View functionality is not working on your site.
Regarding adding a custom form with additional fields, there is no built-in option in the theme to add custom fields to the Quick View popup.
If you would like to customize the Quick View, it would require code customization. You can check the following theme file as a starting point:
wp-content/themes/woodmart/inc/integrations/woocommerce/modules/quick-view.php
Best Regards
July 29, 2026 at 3:31 pm #724537
jerebenk95ParticipantHi
We found a workaround to it.
I have another question
In WoodMart → Theme Settings → Product Archive
AJAX Shop is enabled but it reload the page when we filter as a visitor
https://dev.pillbox.co.il/product-category/complementary/?shop_view=grid&per_row=4July 29, 2026 at 3:56 pm #724539Hello,
Please deactivate all plugins except the essential ones:
– WoodMart Core
– WooCommerce
– ElementorIf the issue disappears, reactivate the others one by one to find the conflict.
If it persists with everything else off, please share your admin credentials in the Private content field and confirm we may temporarily deactivate plugins and switch themes for testing (15 to 20 minutes). Please back up your site before granting access.
Best Regards,
July 30, 2026 at 9:07 am #724566
jerebenk95ParticipantStill happaning
July 30, 2026 at 12:43 pm #724604Hello,
I noticed that you are using an Elementor Pro Product Archive template together with the WoodMart archive Layout.
Please temporarily deactivate Elementor Pro and check whether the AJAX filters work correctly.
This will help determine whether the Product Archive template created with Elementor Pro is interfering with the WoodMart AJAX Shop functionality.
Please let us know the result after testing.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register