After update of ucommerce to version 1.3.0.3 all custom fields with image datatype in products definition now renders as simple text boxes instead of image selector.
Images are confused with texts in 1.3.0.3. I'll incorporate a fix into 1.5. In the meantime you can fix it quite easily by running the following script on your uCommerce database.
update uCommerce_DataType set DefinitionName ='Media'where DataTypeId = 8
A quick update: You'll have to update to 1.5 PR1 to get it going. I discovered a related issue while looking into it some more, which requires an update of the binaries. Sorry for the inconvenience.
Image datatype rendering in Admin Ui
Hello,
After update of ucommerce to version 1.3.0.3 all custom fields with image datatype in products definition now renders as simple text boxes instead of image selector.
Please advise! ;(
I'm looking into a similar issue with another site. I'll let you know when I know more.
Hi Alex,
Images are confused with texts in 1.3.0.3. I'll incorporate a fix into 1.5. In the meantime you can fix it quite easily by running the following script on your uCommerce database.
Thanks a lot!
Will try.
Hi Alex,
A quick update: You'll have to update to 1.5 PR1 to get it going. I discovered a related issue while looking into it some more, which requires an update of the binaries. Sorry for the inconvenience.
It works now, thanks a lot!
is working on a reply...