WP Manifestindependent plugin directory
manifest / ecommerce / smart-product-faqs-for-woocommerce

Smart Product FAQs for WooCommerce

A WordPress plugin that lets WooCommerce store owners add and manage product FAQs.

by Hamza Raees · github.com/hamzaraees42-dev/smart-product-faqs-for-woocommerce · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/hamzaraees42-dev/smart-product-faqs-for-woocommerce/archive/refs/heads/main.zip

Description

WooCommerce Product FAQs allows store owners to easily add, manage, and display Frequently Asked Questions for individual WooCommerce products.

The plugin adds a simple and user-friendly FAQ manager directly inside the product edit screen with a rich text editor for answers. FAQs can then be displayed on the frontend using a shortcode.

Features

  • Add unlimited FAQs per product
  • Rich text editor (TinyMCE) for answers
  • Remove unwanted FAQs easily
  • Secure data handling with nonce verification
  • Lightweight and fast
  • Works with any WooCommerce theme
  • Frontend display via shortcode

Installation

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Edit any WooCommerce product to add FAQs
  4. Use the shortcode [wc_product_faqs] to display FAQs on the frontend

Frequently Asked Questions

Does this work with any WooCommerce theme?

Yes. You can use the shortcode anywhere, or add it to your product template.

Can I add images or formatting in answers?

Yes. The plugin uses the WordPress TinyMCE editor.

Does this store FAQs in a custom table?

No. FAQs are stored securely in post meta.

Changelog

1.0.0

  • Initial release
  • Add, edit, and delete product FAQs
  • Rich text editor support
  • Frontend shortcode display

Upgrade Notice

1.0.0

Initial stable release.