Description
Wpcustom FAQ Master for WooCommerce allows administrators and shop managers to create and manage up to 10 FAQs for every WooCommerce product from a single admin page.
The plugin displays WooCommerce products with their product title and product link. Click the Add FAQs or Edit FAQs button to open a popup editor containing 10 separate question fields and 10 separate answer fields.
Each question and answer has its own shortcode. Shortcodes automatically detect the current WooCommerce product or current post, so a product ID is not required when they are used inside a single product template.
Main features:
- Manage FAQs from WooCommerce > Product FAQs.
- View WooCommerce product titles and product links.
- Add or edit FAQs inside a popup window.
- Store up to 10 questions and 10 answers per product.
- Separate shortcode for every question.
- Separate shortcode for every answer.
- Automatically detect the current product or post.
- Support WooCommerce single product pages.
- Support WooCommerce product loops.
- Support page-builder single product templates.
- AJAX FAQ saving.
- AJAX product loading.
- Infinite scroll and Load More Products button.
- Search products from the FAQ manager.
- Scrollable popup body with fixed header and footer.
- Copyable shortcodes inside the popup.
- Administrator and Shop Manager access.
Shortcodes
The plugin provides separate shortcodes for every question and every answer.
Question 1:
[wpcufama_faq_q1]
Answer 1:
[wpcufama_faq_a1]
Question 2:
[wpcufama_faq_q2]
Answer 2:
[wpcufama_faq_a2]
Continue using the same format up to Question 10 and Answer 10:
[wpcufama_faq_q10]
[wpcufama_faq_a10]<h3>Product ID Usage</h3>
On a WooCommerce single product page or inside a properly configured single product template, the shortcode automatically detects the current product.
Example:
[wpcufama_faq_q1]
[wpcufama_faq_a1]
To display an FAQ from a specific product, add the product ID:
[wpcufama_faq_q1 id="123"]
[wpcufama_faq_a1 id="123"]
Replace 123 with the required WooCommerce product ID.
License
Wpcustom FAQ Master for WooCommerce is licensed under the GPLv2 or later.
Screenshots



Installation
- Upload the
product-faq-manager-for-woocommercefolder to the/wp-content/plugins/directory, or upload the plugin ZIP from WordPress Admin. - Activate Wpcustom FAQ Master for WooCommerce from the Plugins page.
- Make sure WooCommerce is installed and active.
- Go to WooCommerce > Product FAQs.
- Find a product and click Add FAQs or Edit FAQs.
- Enter the required questions and answers.
- Click Save FAQs.
- Add the required shortcodes to your single product template or product content.
FAQ
-
How many FAQs can be added to each product?
-
You can add up to 10 questions and 10 answers to every WooCommerce product.
-
Are question and answer shortcodes separate?
-
Yes. Every question and every answer has its own separate shortcode.
-
Do I need to add a product ID to the shortcode?
-
No. On a WooCommerce single product page or single product template, the plugin automatically detects the current product or post.
-
Can I display an FAQ from another product?
-
Yes. Add the required product ID to the shortcode using the
idattribute. -
Does the plugin use AJAX?
-
Yes. FAQ saving and product loading are handled through AJAX.
-
Does the popup support scrolling?
-
Yes. The popup has a scrollable content area. Its header and footer remain visible while the FAQ fields scroll.
-
Who can manage product FAQs?
-
WordPress Administrators and WooCommerce Shop Managers can access the FAQ manager.
-
Does WooCommerce need to be active?
-
Yes. This plugin is designed for WooCommerce products and requires WooCommerce.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Wpcustom FAQ Master for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Wpcustom FAQ Master for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.2
- Matched the text domain, plugin folder, and main file to the assigned WordPress.org slug.
- Removed the invalid Plugin URI header.
- Replaced generic PHP, AJAX, asset, metadata, and shortcode prefixes with the unique
wpcufamaprefix. - Updated all shortcode names to use the unique plugin prefix.
1.1.0
- Added separate shortcode output for every question and answer.
- Added automatic current product and current post detection.
- Added support for WooCommerce loops.
- Added support for page-builder single product templates.
- Added scrollable popup content.
- Added fixed popup header and footer.
- Improved shortcode display inside the FAQ popup.
- Improved admin popup layout.
1.0.0
- Initial release.
- Added centralized Wpcustom FAQ Master for WooCommerce page.
- Added support for 10 questions and 10 answers per product.
- Added AJAX FAQ saving.
- Added product search.
- Added infinite product loading.
- Added Load More Products button.
- Added individual question and answer shortcodes.
