WooCommerce 2.6
-
Hi,
Has anybody tried this plugin along with WooCommerce 2.6, which is close to being released? Does it work?
https://woocommerce.wordpress.com/2016/05/27/woocommerce-2-6-beta-3/
Thanks in advance
-
It is on my to-do’s list….
but i may well wait for the final build since I’m not big on upgrading just after a new release is out. there is always several patches/maintenance releases that come out just following the release to field of a the release and testing each of them is (time) expensive…
I see. Thanks for keeping the development of this really necessary plugin alive!
I’ve installed WooCommerce 2.6 RC with the 0.27 version of your plugin and apparently everything is still working as expected. I haven’t tried the new Shipping Zones feature yet, though.
Doesnt seems to work correct with the 2.6
There is a problem with my-account end pointsThanks for reporting.
What version of this plugin have you tested with WC 2.6? Have you tested with 0.27?
Hellows! I tested it and the only thing i think is broken are the links of the new “Account Section” in Woocommerce 2.6.1 and the option to translate emails to the clients.
Good Luck!
Yes just tested it with 2.6.1 and the same things that kamarena said are broken.. Any ideas.. must go live soon ??
Hi all,
I tested WC 2.6 with my fork and found issues so far with shipping zones, shipping classes and the new cart ajax. I have solve this issues in my development branch here:
https://github.com/decarvalhoaa/woo-poly-integration/tree/development?files=1
I have not tested exhaustively, but the part touched by WC 2.6 seem to be working. Another example is endpoint a, this is working well and the new endpoint strings are registered for translation.
Note that the my account links, that someone reported broken, is not a plugin issue but your theme need to style (css) the new list of links.
In case you decide to test my fixes, let me know if you find any issues, so I can fixe it.
Please test on a staging environment. There are still plenty of issues with WC 2.6 and many language translations are not yet at 100%.
Hi decarvalhoaa!
Thankyou very much for sharing! I just spend a lot of time testing your development branch of the plug-in. What i found is that the e-mail translations works fine, as well as the new account section.
And i found 2 issues, whenever i try to create a translation of a variable product, it changes automatically the type from “variable” to “simple” in the new translation and in the original language. And the inventory is not sync, if i made a purchase in the first language, the stock in the same product variation in the second language doesn’t change.
Also in the cart page, the price is set to $0 in all the products, later when you reach the check out page the prices display right again.
Thanks a lot!
Funny enough I was just testing products with variation when I saw your message comming in.
I have tested with global attributes (e.g. the ones defined under Products->Attributes with respective translations of the attribute, and translation of all possible values the attribute can have) and custom attributes.
I can’t reproduce your problems. ??
My test scenarios:
1.) Global attribute named “Color” (EN) translated to “Farbe” (DE – 2nd language).
Values are “Blue” and “Green” (EN), respectively translated to “Blau” and “Grün” (DE).
2.) Custom attribute named “Size”. It can’t be translated.
Side Note: This is not a recommended configuration because of that, unless you use it for something international like EAN that doesn’t need translation.
Values are “XS|S|M|L|XL”.
Side Note: They don’t need translation, but you can add also the translations and then just select the ones in the product language to create the variations. Something like “Water|Wine|Wasser|Wein”.
When I create the translation, it works fine. On scenario 2.) all date is copied to the translation but you need to manually assign the Variation name because Polylang doesn’t know the relation between the words. So – works as designed!
Creating order does decrease stock of the variation in the default language and the translation.
I thinking you are configuring wrongly the variations or your setup may have some corrupted data.
I have talked to other developers and users using the plugin and it works for then as well.
If you can, try a fresh setup of WP + WC + Polylang + Woo-Poly and see if the problem still persists.
Or (may start with this one) disable all plugins except WC, Polylang and Woo-Poly, to test if some other plugin may be causing the issue.Hi decarvalhoaa!
Fine job !
I have install your development branch (1.0.0) on my staging WC 2.6 website.
All seems OK for me. But I have deepest test to do.Thanks a lot!
Ok! Just tested on a fresh new installed site with just WC + Polylang + Woo-Poly and i just realized after a lot of testing as follows:
1. In order to sync both inventory on a variation product, the original product must be created after the installation of the plug-ins or just updated before creating a new translation of the product. I dont know why.
2. The plug in allows you to add to the cart and buy the same product of the same variation in different language. At the end of the purchase the stock of that variation will show a negative number (even if you selected “not allowed back orders”)
3. Whenever the woo-poly plug in is activated, i cannot update the cart or apply a coupon on the cart page, it always says in the quantity field of a product: “the value must be 0 or less”.
Thanks for your support!
Hi kamarena,
1.) I have not understood that your products were created before installing the plugin. This is a very important discovery ??
I have locked into the code and have noted that when you create a product this plugin adds a meta to store the product type (simple, variable, etc). When you create the translation, this meat is copied to the translated product. This plugin then uses this meta to configure the product correctly.
If the product was already created before the plugin is active, this meta will be missing and creates the problems you reported.
I will try to fix this over the weekend, since I believe this is a fairly common use case.
2.) I have tested this and can confirm what you reported. Although this is a corner case (not so common, users typically stick to one language and are not switching back an forward between languages like we do), I will try to fix this also. I need to do some investigation.
3.) I don’t follow you. Is this related to problem 2.)? Can you send me a screenshot of the cart page with the error message and the page with the coupon settings/configuration?
Hellow decarvalhoaa!
The 3rd issue is not related with problem 2, in fact i think its just in my site. I was testing back and foward in my current stage site and the fresh new install.
In the fresh new install i dont have that problem, but in the stage site where i have just activated the polylang + woopoly + woocommerce whenever i am in the cart page and i press the button “update cart” or try to ad a coupon (even if it doesnt exist) it appears a message right below the quantity field of the product saying that i need to change the quantity number to 0 or below.
Here’s the screenshot: https://s32.postimg.org/bgduw0mp1/cart_error_woopoly.gif
And if i deactivate just the woopoly plug in it works again. What could it be? I deleted and reinstall the plug in several times and always the same. It would work if i delete the database used by the woopoly plug in? or what do you recommend me to do?
Thanks!
Hi kamarena,
I think I manage to fix your issue 1.) in my development branch. Now, it should be possible to create variable product translations without having to save/update and existing product created before the plugin was activated.
My development branch is here https://github.com/decarvalhoaa/woo-poly-integration/archive/development.zip
Do you mind testing it and let me know if it works for you?
Didn’t add time to fix 2.) but already found the problem in the code and have some ideas how to fix it. Once i have that fixed also, i will let you know.
Cheers
A
- The topic ‘WooCommerce 2.6’ is closed to new replies.