When creating a new field for a product, the modal doesn't close after clicking "Create". This happens for other modals, but only in the uCommerce-section. Clicking "Cancel" won't close the window either. Only clicking the cross in the upper right corner works. However the item does get created...
Seems as UmbClientMgr is not defined in the right scope. The solution for now is to edit in this script file:
Umbraco\ucommerce\Scripts\UCommerce4_1.js
Search and replace UmbClientMgr to top.UmbClientMgr.
Remember to clear client dependency by deleting clientdependency files under app data and under web.config find client dependency version number and bump it up with 1.
Yes i realize that. But if you set debug mode in wen.config (under compilation), you will see that the errors origin in Umbraco specific js files, not uCommerce. Not really much i can do about that :)
Modal-window doesnt close
Umbraco 6.2.1 with uCommerce 6.0.3.14141
When creating a new field for a product, the modal doesn't close after clicking "Create". This happens for other modals, but only in the uCommerce-section. Clicking "Cancel" won't close the window either. Only clicking the cross in the upper right corner works. However the item does get created...
Video demonstration: http://screencast.com/t/WmIqzjLX
From Chrome console: http://screencast.com/t/EVNAykjvSlV
This happens on two different installations on two different machines.
I'm getting a very similar issue with the latest version of uCommerce and Umbraco 6.2.1. The symptoms are the same, but the console error is:
Regards Tom
Hi guys,
Seems as UmbClientMgr is not defined in the right scope. The solution for now is to edit in this script file:
Umbraco\ucommerce\Scripts\UCommerce4_1.js
Search and replace UmbClientMgr to top.UmbClientMgr.
Remember to clear client dependency by deleting clientdependency files under app data and under web.config find client dependency version number and bump it up with 1.
Why this is suddently happening is hard to say :)
We'll include the same fix it for next release.
Hi Morten
Thanks, this worked - the window now closes correctly. However the erorrs are still showing in the console ...
Yes i realize that. But if you set debug mode in wen.config (under compilation), you will see that the errors origin in Umbraco specific js files, not uCommerce. Not really much i can do about that :)
Thumbs up. Thanks :)
is working on a reply...