-
Notifications
You must be signed in to change notification settings - Fork 67
Product type dropdown shows "Simple Product" after saving a variable product #526
Comments
ok wow, it works fine in Safari which i was using but in Chrome no, nada |
Hi @mrleemon try this, just replaced the JQuery with standard javascript |
I tested this new version and now in the edit screen of any previously saved product (single, group, external, etc.), the "Variable Product" option is always selected in the Product Type dropdown. |
I suppose this line:
should be:
to select the correct type ( |
haha yes, was already on it.. |
In this new patch you referenced the wrong placeholder: It's %2$s, not %1$s |
Thanks! |
Hi. Sorry to say that my wp is still stuck with this #526 issue. Same with the 1.4.5 zip from github and the 1.5.0 from wordpress repo. I'm totally lost. |
I installed the plugin from master with the latest commits from February to test if issues with variable product persist, and I see that #510 is still occurring.
When I save a variable product, and the edit product page reloads, the "Single Product" option in the product type dropdown is selected. As soon as I select "Variable Product", all the previously set up attributes and variations appear again, so this data is apparently not lost when saving.
The text was updated successfully, but these errors were encountered: