Title: Wpcustom FAQ Master for WooCommerce
Author: wpcustom.ca
Published: <strong>July 24, 2026</strong>
Last modified: July 24, 2026

---

Search plugins

![](https://ps.w.org/product-faq-manager-for-woocommerce/assets/banner-772x250-rtl.
jpg?rev=3621809)

![](https://ps.w.org/product-faq-manager-for-woocommerce/assets/icon.svg?rev=3621905)

# Wpcustom FAQ Master for WooCommerce

 By [wpcustom.ca](https://profiles.wordpress.org/wpcustomca/)

[Download](https://downloads.wordpress.org/plugin/product-faq-manager-for-woocommerce.1.1.2.zip)

 * [Details](https://wordpress.org/plugins/product-faq-manager-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/product-faq-manager-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/product-faq-manager-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/product-faq-manager-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/product-faq-manager-for-woocommerce/)

## 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

[⌊Wpcustom FAQ Master for WooCommerce admin page.⌉⌊Wpcustom FAQ Master for WooCommerce
admin page.⌉[

Wpcustom FAQ Master for WooCommerce admin page.

[⌊Product search and product list.⌉⌊Product search and product list.⌉[

Product search and product list.

[⌊Add FAQs and Edit FAQs popup.⌉⌊Add FAQs and Edit FAQs popup.⌉[

Add FAQs and Edit FAQs popup.

## Installation

 1. Upload the `product-faq-manager-for-woocommerce` folder to the `/wp-content/plugins/`
    directory, or upload the plugin ZIP from WordPress Admin.
 2. Activate Wpcustom FAQ Master for WooCommerce from the Plugins page.
 3. Make sure WooCommerce is installed and active.
 4. Go to WooCommerce > Product FAQs.
 5. Find a product and click Add FAQs or Edit FAQs.
 6. Enter the required questions and answers.
 7. Click Save FAQs.
 8. 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 `id` attribute.

### 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.

Contributors

 *   [ wpcustom.ca ](https://profiles.wordpress.org/wpcustomca/)

[Translate “Wpcustom FAQ Master for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/product-faq-manager-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/product-faq-manager-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/product-faq-manager-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/product-faq-manager-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/product-faq-manager-for-woocommerce/?limit=100&mode=stop_on_copy&format=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 `wpcufama` prefix.
 * 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.

## Meta

 *  Version **1.1.2**
 *  Last updated **10 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [faq manager](https://wordpress.org/plugins/tags/faq-manager/)[Product FAQ.](https://wordpress.org/plugins/tags/product-faq/)
   [Product Questions](https://wordpress.org/plugins/tags/product-questions/)[woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/product-faq-manager-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/product-faq-manager-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/product-faq-manager-for-woocommerce/reviews/)

## Contributors

 *   [ wpcustom.ca ](https://profiles.wordpress.org/wpcustomca/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/product-faq-manager-for-woocommerce/)