digamberpradhan
Forum Replies Created
-
Marking this as resolved
Hi KoolPal,
Thank you for reminding me, the version tag has been revised.
Hope this helps.Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Email triggersHello wuwstream,
Unfortunately I have been a bit busy lately and couldn’t reply to you in a timely manner so sorry for that.
The e-mails you have listed out there look to be all from the WooCommerce Subscriptions plugin https://woocommerce.com/products/woocommerce-subscriptions/
Unfortunately due to the way e-mails work in WooCommerce it’s pretty hard to account for 3rd Party emails.
If I can get my hand a WooCommerce Subscriptions plugin then i’d be happy to make it compatible.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Order numbers not updatingGreat to know you could find the problem and solution.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Order numbers not updatingCan you please let me know
1. which version of the plugin you are using
2. Which version of WooCommerce is activatedI tested with the latest version of WooCommerce and plugin and i haven’t been able to reproduce the problem.
The only thing that should prevent orders from displaying is if there is a caching mechanism of filtering for orders. So if there is a plugin or custom code doing it I would start there.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Fatal ErrorHello @renan_santos
Sorry for not getting back to you sooner,
I have fixed the issue in the latest version 1.4.1 of the plugin.Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Fatal error on email previewHey @coccoinomane,
Please update to the latest version of the plugin. I have identified and fixed the issue.Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Fatal error on email previewHey coccoinomane,
I just tested it on my local install with the latest version of my plugin.
And i am working on a fix for it, it seems there is a problem with processing order.I will update you as soon as I can.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Fatal error on email previewhi,
could you please let me know what version of Woo Preview E-mails you are using ?I did check against the latest version of WooCommerce plugin and haven’t run into this issue.
Also, what kind of Product is being used on those orders ?
– Simple , Variable , Virtual ?That would help me review and update as needed.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Fatal ErrorHello Renan,
Can you please let me know what version of WooCommerce are you using ?Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Preview > Emails – hit it’s limit?Hey Klincon,
i’m marking this as resolved. Hope everything has worked out for youForum: Plugins
In reply to: [Preview E-mails for WooCommerce] WC 3.2.0 supportHi KoolPal,
Thanks for the reminder, i’ve added the Version Check Support to my plugin.Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Preview > Emails – hit it’s limit?Hey Klincon,
I’m guessing that is the reason your emails aren’t changing. It’s not a issue with my plugin perse, but the issue is with WooCommerce email template .
If you recently updated WooCommerce then the email-order-details template that you are using isn’t working (it’s copied to your theme alone).That’s why emails aren’t being sent. Basically you need to look at email-order-details.php line 28 and debug the problem.
If you don’t have experience with WooCommerce and coding you need to ask a developer to look at the problem for you.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Preview > Emails – hit it’s limit?Hello Klincon,
I really didn’t intend preview e-mails to manually send orders. Although i’m glad it’s helping you.Secondly which version of the plugin are you running their should be an option to manually search for order numbers.
If that doesn’t work and you want to see the full list of orders you will need to change the plugin file to do it. Which i don’t recommend since it will be overwritten in a new version update. But if you want to you can.
Goto classes/class-woocommerce-preview-emails.php and on line number 40 change posts_per_page from 10 to -1.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Can Shop Managers preview emails?Thanks @skafte,
I really do appreciate the review, makes contributing to the community worth it ??