krishna89
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce emails notifications not working@gshah1993: First check if the mail function is triggered or not, for this you can use WP Mail Log plugin and see all the mail logs. Check if a mail log is created at the required point in flow.
Forum: Plugins
In reply to: [WooCommerce] Same tab content displaying for products in same categoryMy understanding was wrong that this issue ocurring only when products are in same category. Instead this issue is showing up when the products post author is same for the noticed products.
Sorry I would have checked deep into the plugin code before posting my query. The following hook worked for me–
the_champ_user_successfully_created
, this may help others looking for similar thing.Forum: Plugins
In reply to: [WooCommerce] woocommerce – call review form in other than product pageSince I moved the product review form to a non-product page, I want to remove just this form from inside reviews section in product page. Is there any hook available to remove only the form and let the review comments as they are?
Forum: Plugins
In reply to: [WooCommerce] woocommerce – call review form in other than product pageNo Mike, I double checked after your comment. I am trying to submit the comment form
#commentform
. But, later I tried to trigger a click event on the submit button like thisjQuery('#submit').trigger('click');
and it worked. ThanksForum: Plugins
In reply to: [WooCommerce] woocommerce – call review form in other than product pageI did some research and tried to apply woocommerce comment form in a non-product page. I am able to submit the form successfully with the wordpress default comment submit button.
All I want to do is to submit the same comment form in jQuery using.submit()
instead of submit button but looks like.submit
is not working here. Any idea why jquery submission is not working for comment form?Forum: Plugins
In reply to: [WooCommerce] woocommerce emails notifications not workingMike, you are the champ! SMTP worked perfectly fine. Thanks a lot.
Forum: Plugins
In reply to: [WooCommerce] woocommerce emails notifications not workingI am using mailgun plugin.I will try with SMTP and let you know. I am seeing this issue only for woocommerce order emails where as my other wordpress emails are sent perfectly.
Forum: Plugins
In reply to: [WooCommerce] woocommerce emails notifications not workingThanks very much Mike. I tried mailgun and configured using their plugin. Now emails started flowing. But I have a problem here, Though I have set email type as
Multipart
for all woocommerce notifications, emails are delivered with raw html code of template.
May I know if this is something to do with woocommerce? if not I will try to check with mailgun.Forum: Plugins
In reply to: [WooCommerce] Woocommerce – checkout error after plugin updateHi John,
The root cause for my issue was incorrectly Enqueuing the stylesteet in my custom plugin based on woocommerce. Not sure if the same root cause applies even for your issue.
Since this was a resolved thread, I think starting a new thread would get author’s attention if I am not wrong. ThanksForum: Fixing WordPress
In reply to: Alternative for woocommerce_locate_templateHello,
I have just got the answer for my question from another forum, would like to share the link so that it could come in use for anyone with same problem.
Thanks.Forum: Plugins
In reply to: [User Wallet Credit System] Unable to add depositNot yet emielm. Waiting for the plugin author to help. Please let me know if you progress on this.
Forum: Plugins
In reply to: [Custom User Profile Photo] admin side image uploader errorNow it is actually behaving strange. I am not able to see the media uploader popup on clicking the upload button which was at least visible earlier. Any clue?
Forum: Plugins
In reply to: [Custom User Profile Photo] admin side image uploader errorHey 3five, thanks for getting back on this. The upload is working fine everywhere else except for this plugin.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – checkout error after plugin updateSorry for not getting back for so long. Thanks Mike! your solution worked for me. Instead of calling the stylesheets directly, I applied Enqueue and the problem is solved. Thanks again.