an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Custom Reports - Calendar not working right
Last Post 8/27/2012 1:13:16 PM By lukezy. 7 replies.
8/15/2012 4:24:55 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Custom Reports - Calendar not working right
Hi Luke,
 
On Sale Report - Custom, The calendar overlays with the underlying texts so no skin, also the custom mode has no from -to feature. We are using V4.0
 
 
Thanks,
 
 
8/21/2012 8:11:09 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Custom Reports - Calendar not working right
It works just fine from the out of box software. You need to check your JQuery reference and debug your instance.
DotShoppingCart Staff
8/21/2012 11:58:16 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Custom Reports - Calendar not working right
There was no change in the system for a long time. and We had this issue before this is a bug of V 4.0. 
What versions of jQuery works fine with V 4.0
 
Thanks,
 
 
8/22/2012 3:11:44 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Custom Reports - Calendar not working right
Hi Luke,
 
I got no message. This report was working well for a long time, until recently. The calendar is transparent and no from-to control works. No one touches the jQuery.
 
It seems new Windows Update obsoletes some of the technologies used by DSC or components.
 
 
Please advise how to fix this.
 
Thanks,
 
8/22/2012 4:11:50 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Custom Reports - Calendar not working right
Hi Luke,
 
 
I have downloaded and updated the latest jQuery in web.config, The skin is fixed but the date range does not work, as it worked in earlier configs which I commented.
I think the new jQuery has problem with DSC V4.o as the OTB DSC jQuery do not work with new updates of Windows.
 
Thanks,
 
 
 
 
 
 
 
8/23/2012 12:26:04 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Custom Reports - Calendar not working right
You have to use the JQuery that is shipped with DSC 4.0. That is the version that we tested against. I believe the new version JQuery removed Date Range. Our latest version DSC 4.51 is using jquery-ui-1.8.13 and jquery-1.5.1 which doesn't use Date Ranger. So you can either 1) use the old version JQuery that ships with DSC 4.0 or 2) upgrade to DSC 4.51.
DotShoppingCart Staff
8/23/2012 1:54:47 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Custom Reports - Calendar not working right
The old JQuery works on our test site, but on the live site/server (with regular Windows updates )  the OTB jQuery works not as it is expected.
I am not sure why after some time the jQuery wont work as before. 
 
What other places except the three lines of web.config is affecting the problem?
8/27/2012 1:13:16 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Custom Reports - Calendar not working right
Ta ke a look at the HTML source for that page and check which JQuery JS is included and being used. It is possible that you overwrite it.
DotShoppingCart Staff