| 开发者 | gravitymaster97 |
|---|---|
| 更新时间 | 2026年3月4日 20:35 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 6.9.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[gmpqcw_enquiry_single_product] or [gmpqcw_enquiry_single_product id='{product_id}'][gm_woo_enquiry_cart]
Product & Cart Control
Gm_quote_cart_submitted) for custom tracking pixels, marketing tags, or analytics after form submission
[gm_woo_enquiry_cart], and assign it as your Enquiry Cart page.[gm_woo_enquiry_cart] — Displays the full enquiry cart and submission form. Add this to your dedicated enquiry cart page.[gmpqcw_enquiry_single_product] — Displays the enquiry button for the current product (use on single product pages).[gmpqcw_enquiry_single_product id='123'] — Displays the enquiry button for a specific product by its ID.window.addEventListener('Gm_quote_cart_submitted', (event) => { const { success, formData, result } = event.detail; if (success) { console.log("Enquiry submitted successfully:", result); } else { console.error("Enquiry submission failed:", result); } });
Use this to trigger Google Analytics events, Facebook Pixel, custom webhooks, or any third-party marketing integration.
🔗 Our Other Plugins
.zip file from the WordPress plugin directory..zip file and click Install Now.[gm_woo_enquiry_cart] to serve as your enquiry cart page.Yes. The plugin is designed to be compatible with all standard WooCommerce themes. It uses standard WooCommerce hooks and shortcodes, making it highly compatible across themes.
Yes. You can choose to show both the Add to Cart button and the Enquiry button simultaneously, or hide Add to Cart entirely — your choice.
Yes! You can enable the enquiry button specifically for out-of-stock products, so customers can still express interest and request availability updates.
Yes, custom form fields (text, select, checkbox, textarea, and radio) are available in the Pro version. Upgrade to Pro to collect additional customer information tailored to your business needs. Get the Pro version here.
Yes. All submitted quotes are stored in your admin dashboard and can be exported as a CSV file at any time.
Yes. The plugin is fully translation-ready and compatible with WPML and Loco Translate.
Yes. You can configure a webhook URL in the plugin settings. The webhook will be triggered automatically after every successful enquiry form submission.
Yes. The plugin includes an include/exclude filter based on product categories, giving you full control over where the button appears.
Yes. You can configure the enquiry button to show for logged-in users only, logged-out users only, or all visitors.
Gm_quote_cart_submitted) for developers.