
Wpcustom FAQ Master for WooCommerce admin page.
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:
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.
Wpcustom FAQ Master for WooCommerce is licensed under the GPLv2 or later.