Sunny Soni
Forum Replies Created
-
Hi @johnespindola ,
Thanks for contacting us.
Yes, this is possible but not available by default because Q & A’s are listed under the product edit page.We are not planning it in the near future, however, please feel to create a feature request on the Github Repository of this plugin https://github.com/expresstechsoftware/product-questions-answers-for-woocommerce/
If you found our plugin helpful, we would greatly appreciate a rating on the WordPress repository!
Hello,
Any updates on it please? Thanks
Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Q & A Tab not appearingHello @michaeltrotz ,
We noticed that there hasn’t been any activity on this issue for some time. We want to make sure that we keep the plugin page organized and that active issues receive attention, so we plan to close this issue in 7 days if we don’t hear back from you.
If the issue is still present, or if you have any further information that you think could help us resolve it, please let us know. We’ll be happy to continue working with you to find a solution.
Thanks,
SunnyForum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Some PHP ErrorsHi @keramikoch ,
Please update the plugin to the latest version, it should fix the error now.
And, all we want is love :), if the plugin is doing the job for you, please leave a review to motivate us.
Regards,
SunnyForum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Q & A Not SubmittingHi @obaid0572587 ,
Thanks for contacting us.
I checked the page you have shared, and the Q & A tab on this page is being served from a different plugin, this is not our plugin.
Best,
SunnyForum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Some PHP ErrorsHi @keramikoch ,
Please let me know your PHP version.Thanks,
SunnyHello,
I am adding details on the behalf of @rm19:
The PayPal transaction detail is showing blank in Order Details after we switched to Website Payments Pro:
https://ibb.co/sb3Cw8PForum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Some PHP ErrorsHi @keramikoch ,
We will fix this and release the next version soon. FYI, these are PHP warnings not critical errors and will not halt the features of this plugin or any other plugin / themes.
You just need to disable the error reporting for the production version of your site.
I will update you when a new version is released.Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Some PHP ErrorsHi @keramikoch ,
Thanks for contacting us, did this error appeared after migrating the site or cleaning up the database through a plugin or hosting?
Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Q & A Tab not appearingHi @michaeltrotz ,
Thanks for the contact, the Q& A plugin adds a tab on the single product (product details) page of the WooCommerce, I see that it is not adding the tab there, this is happening probably due to a plugin or the theme.Please deactivate all plugins besides WooCommerce and this plugin, one by one, and check if the tab is appearing on the frontend, if not this may be due to the theme, try activating a different theme, if it adds the tab with a different theme, please try contacting your theme developer.
Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Hook to call the tab contentHi @pobiol ,
These are the hooks:
//admin apply_filters("wc_qa_answer_updated_mail_subject" ,__("Answer to Your Question was Updated",'ets_q_n_a'). ': ' . get_bloginfo('name')); apply_filters("wc_qa_answer_updated_mail_message", $message, $productTitle, $answers); apply_filters("wc_qa_new_answer_mail_subject", $subject); apply_filters("wc_qa_new_answer_mail_message", $message, $productTitle, $answers); // After the question answers inputs (in the last) do_action('wc_after_qa_inputs', $productId); do_action('wc_before_qa_save', $productId); do_action('wc_after_qa_update', $productId, $productQas); // After new QA input pairs are added with AJAX do_action('wc_ajax_after_qa_inputs', $count); //front do_action('wc_qa_question_save', $productId, $question, $etsCustomerId) apply_filters("wc_qa_tab_name" , _( _("Q & A",'ets_q_n_a'), 'woocommerce'))
Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Login pageHi @juned21 ,
Thanks for contacting us.
Please add this snippet in the functions.php found at the root of your active theme or through the Code Snippets plugin.
add_filter( 'wc_add_qa_login_url', function($url){ return get_permalink( get_option('woocommerce_myaccount_page_id') ); } );
If it works well, please leave a rating on the plugin, it will be a great memory and motivation for us to serve the community.
Thanks,
SunnyHello,
Since there is no reply on this thread from a long time, I am marking it as resolved, please feel free to open a new ticket for any other issues.
Thanks
Forum: Plugins
In reply to: [Product Questions & Answers for WooCommerce] Error message backendHello @wilesco ,
Thanks for contacting us.
This was just a warning, but we have fixed it, please download the latest version.
And, all we want is love :), if the plugin is doing the job for you, please leave a review to motivate us.
Thanks.
SunnyThanks, all we want is love, if the plugin is serving you well, please help us spread the word by leaving a review on this plugin.