expresstechsoftware / product-questions-answers-for-woocommerce

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

Shortcode: list question and answers #24

Open geek92sunny opened 12 months ago

geek92sunny commented 12 months ago

New PR:

Create a shortcode to display a list of questions and answers with Load More button, it will use all the current settings.

Use all available common functions if not available, create, don’t replicate code.

geek92sunny commented 11 months ago

The product page does not default QA list under the Q&A tab anymore, fix it. image

geek92sunny commented 11 months ago

Add a parameter to this shortcode: 'product_id'.

geek92sunny commented 11 months ago

Add a parameter to this shortcode: 'product_id'.

This will allow user to show the QA list anywhere for a product, if not passed it will assume the current page is single product page and will pick the product id from global variable.