expresstechsoftware / product-questions-answers-for-woocommerce

WooCommerce product questions and answers.
0 stars 4 forks source link

Create shortcode for posting the question on frontend #34

Open geek92sunny opened 1 week ago

geek92sunny commented 1 week ago
  1. We have already created shortcode to list QAs.
  2. Now we will create the shortcode to generate the form to post the question.
  3. It will produce this form and function exactly like this.

image

  1. Similar to QA list shortcode, this shortcode will accept an optional parameter for product ID.

Don't duplicate the code, the core code that renders and handles the form must be the same.