Hello Team,
I am using the WoodMart theme along with the WPC Product Bundles for WooCommerce (Premium) plugin.
I am using the native WoodMart “Back in stock” / “Waitlist” notification system for out-of-stock products. This works perfectly for standard Simple and Variable products.
However, the notification form does not appear for products created with WPC Bundles, even when the bundle is correctly set to “Out of Stock”.
It seems the theme logic restricts the waitlist form to standard product types or the WPC plugin template is overriding the hook where WoodMart injects the form.
Could you please provide:
A code snippet or filter to force the WoodMart Waitlist form to render for custom product types?
Or let me know which specific hook I need to call manually in my child theme to render the notification form?
Thank you.