miikewordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [NextMove Lite - Thank You Page for WooCommerce] notices php 7.4.0I also have this error notice on PHP7.4
Hello @wpr0ck,
That’s a great news! Thanks for letting me know.
However, after updating the plugin to 3.1.7 it still doesn’t translate subsequent emails.
I’ve putadd_filter( 'weglot_wooccommerce_translate_following_mail', '__return_true' );
in functions.php then turned on the email translation option on Weglot settings.
I also tried other email addresses on the browser’s incognito mode. Tried with logged-in and guest checkouts. I still couldn’t make it work.
I went to the database and looked for a custom field named ‘weglot_language’ in wp_postmeta but could not find it. Maybe it’s not saving the language to the order?
Is this feature being used without an issue for other users?
Please advise thank you!- This reply was modified 4 years, 10 months ago by miikewordpress.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Issues with too long numbersHi Alex
That’s really weird. I always exporeted in XLS.
I tried XML and JSON, they both export full numbers so there seems to be something with Excel’s 15 digit limitation.
https://support.microsoft.com/en-us/help/269370/last-digits-are-changed-to-zeroes-when-you-type-long-numbers-in-cellsBut no matter which cell format I use eg. Scientific, Text, General, I still don’t get the full numbers on excel.
I will research about this issue further.Thank you!
Thank you it worked perfectly!
Hi Remy,
Thank you for taking this issue to github, I really appreciate it.
I will try to find some temporary workaround for the time being.Thank you.
Hi @wpr0ck
I doubt that solution would work for most of the WooCommerce stores.
Suppose we have 100 orders to change status from Processing to Completed.
No one actually goes to each order detail to change status manually. Usually it’s done via bulk edit method.
By doing this manually as you suggested, you would also have to guess the language of the particular order by just looking at their address without knowing their selected language upon checkout. They could’ve selected English although they live in France for example.
In our case we use YITH order tracking plugin that when we upload a csv file containing tracking numbers of say 100 orders, it will add tracking numbers to the orders as well as change their status to Completed which in turn triggers the emails to be sent.
I believe most of other stores use tracking number plugins in one way or another to bulk change the status to Completed because manually changing the status just doesn’t work after say 30 orders a day.Hi there,
I thought about this again, I believe it has to be fixed with the Pixel Caffeine plugin that I’m using to fire pixels instead of Product Feed Pro plugin.
I’m sorry about the confusion.
Forum: Plugins
In reply to: [Pixel Caffeine] No product variations added to catalog feedHi,
I still have the variation and sales price problems which I think related to this post.
For variation products, normal prices are shown instead of sales price except the default variation have one duplicate product with the sale price.
For example,
Product A is a single product sold at $70 normally but now on sale for $40.
Facebook Catalog has Product A at $70.Product B is a variable product and there are Red,Blue,Yellow colors.
Red is the default variation. Product B is sold at $100 normally but now on sale for $50.
Facebook Catalog has
1. Product B Red at $50
2. Product B Red at $100
3. Product B Blue at $100
4. Product B Yellow at $100I believe something is wrong with how the plugin treats variation.
WP 4.9.1
WC 3.2.6
Theme: SavoyThank you!
Forum: Plugins
In reply to: [Loco Translate] Disable Translation of wp-admin areaThanks for your reply.
Forum: Plugins
In reply to: [Premmerce Frequently Bought Together for WooCommerce] Variation ProductsHello,
Thanks for your follow up!
Only concern I have right now is that,
while this plugin looks very good, it isn’t quite optimal for mobile view
because one bundle uses 1 column with a lot of left and right margins.
So suppose I have one product that has 2 bundles, mobile users have to scroll down
a lot to see the bundles and it can be quite confusing.So I’m using YITH Frequently Bought Together plugin at the moment
which does not provide discount feature for bundles but it has some great
responsiveness on mobile view.It would be really great if it’s possible to combine the pros of these
two plugins.Thank you!
Forum: Plugins
In reply to: [WooCommerce Custom Payment Gateway] Plugin not working after installationSomehow, buying the Pro version solved issue. Thank you.
Forum: Plugins
In reply to: [WooCommerce Custom Payment Gateway] Plugin not working after installationHello,
I also have this problem.
There is no Custom Payment tab after activation.
I tried this both on my multisite and single site installation.
I don’t know how fernandodelperal managed to use it because on multisite dashboard there is no WooCommerce tab at all.
I’m currently using these versions.
Multisite: WC 3.3.3 WP 4.9.4 PHP7.2
Single site: WC 3.2.6 WP 4.9.1 PHP7.2Could you please see what’s wrong? I really want to use the Pro version.
Thank you,
Mike
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Excel Column Width AutofitHi Alex
I actually don’t know where the “Auto column width” setting is. But on export settings tab, I see “format_xls_auto_width”: “1” so I think it should be on.
Below is the capture of the exported file.
https://unsee.cc/1927eaaa/Thank you!
- This reply was modified 7 years, 1 month ago by miikewordpress.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Customer Notes in WC 3.0+Okay I think now I understood how it works.
“Order status changed from Completed to Cancelled.”
this was actually done manually by admin.
And it seems like WC is treating this same as manually added Private Note
so the plugin exported those lines.Thank you very much Alex!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Customer Notes in WC 3.0+Okay I understood!
Thank you very much Alex!