Jsanchez_DW
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Translation Files .PO, .MO – Where do they go?Placeing the .mo, and .po files on wp-content/languages/theme-my-login/
with the filenames theme-my-login-es_ES (Replace es_ES) has worked.
Thank you Jeff.
Forum: Plugins
In reply to: [WooCommerce] Price updating problem – Bulk Update of all productsSQL Output: http://pastebin.com/cgDC5rxe
Mike, I have pasted SQL output on one product, first before and then after.
I have found out that _price is the one holding the old price. I also just found out that it adds quite a lot of new keys.I guess updating the _price will solve the issue and correct the problem.
The doubt I am having is all those new meta_keys that got added after the save, do you mind taking a look and telling me if they are harmless or not?
Thanks Mike.
Forum: Plugins
In reply to: [WooCommerce] Price updating problem – Bulk Update of all productsMike,
Fixing the plugin is the correct way to go. I’m going to open a ticket with the import plugin folks. I don’t know how long it could take, I could really use a fast hack, just to get me some breathing room while I fix it. There could potentially be hundreds of prices wrong.Can you think of a fast hack to resave all products?
Thank you Mike.