We are using Tea Commerce 3.1.4 and we are experiencing a very annoying issue with the 'Tea Commerce: Variant Editor'.
When we click on a node in Umbraco, it will load the 'Tea Commerce: Variant Editor'(async).
The issue is as follows: the existing variants will be removed if the save button is clicked before the variants have been loaded.
This is very confusing for us and for our client.
Is this issue solved in a newer version?
Some extra information:
Umbraco version: 7.5.3
Tea Commerce version: 3.1.4
I can see the issuee, but know other packages that does the same thing. The async is to speed up the backoffice of Umbraco. Do you have an idea besides doing sync fetch of the data?
You can just download the source code for Tea Commerce for Umbraco and edit the property editor to your needs. The implementation with Umbraco is Open Source. Only the core is closed and licensed.
Was a bit too "click happy" bulk saving some products, and it reverted all the variant data back to BLANK, each variant had about 15 properties set on it.
Luckily, I was able to use the "Roll Back" feature on the umbraco node. But it did have me in a state of panic for a few moments.
Tea Commerce: Variant Editor issue
Hi,
We are using Tea Commerce 3.1.4 and we are experiencing a very annoying issue with the 'Tea Commerce: Variant Editor'.
When we click on a node in Umbraco, it will load the 'Tea Commerce: Variant Editor'(async).
The issue is as follows: the existing variants will be removed if the save button is clicked before the variants have been loaded.
This is very confusing for us and for our client.
Is this issue solved in a newer version?
Some extra information:
Umbraco version: 7.5.3
Tea Commerce version: 3.1.4
Hi Michel
I can see the issuee, but know other packages that does the same thing. The async is to speed up the backoffice of Umbraco. Do you have an idea besides doing sync fetch of the data?
Kind regards
Anders
Hi Anders,
Maybe disabling the save buttons when the async load is not ready yet?
The save button is something in Umbraco and not something we can change in Tea Commerce and its property editors.
Hi Anders, thanks for your response! Would it be possible to add some kind of validation to the property editor?
I'm also not sure if this is an issue with TeaCommerce or Umbraco.
Hi Michel
You can just download the source code for Tea Commerce for Umbraco and edit the property editor to your needs. The implementation with Umbraco is Open Source. Only the core is closed and licensed.
https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco
Kind regards
Anders
I've noticed this problem too...
Was a bit too "click happy" bulk saving some products, and it reverted all the variant data back to BLANK, each variant had about 15 properties set on it.
Luckily, I was able to use the "Roll Back" feature on the umbraco node. But it did have me in a state of panic for a few moments.
is working on a reply...