DNN Version: 5.6.3
SQL Version: SQL 2005
OS Cersion: Win 2003
SmithCart: 4.67
I'm experiencing an issue where the manage order tabs (billing info, custom fields, file uploads/sn) is not working. When the page loads in IE, you immediately see the "done but with errors" message on the bottom left of the browser. This prevents the ability to click on any tabs. This appeared originally at the 4.6 release but was hoping it would be resolved at 4.67. The error I'm getting from the IE browser is "Message: Object doesn't support this property or method"... line 572. When going to that line, it's
//On Click Event
jQuery("ul.tabs li").live('click', function () {
jQuery("ul.tabs li").removeClass("active"); //Remove any "active" class
jQuery(this).addClass("active"); //Add "active" class to selected tab
jQuery(".tab_content").hide(); //Hide all tab content
It also does not work in firefox. This is an important feature needed so I can view the billing info for the customers.
Additionally, I'm seeing a similar issue on the products detail page where the tabs will also not load.
error is: Message: 'b.support.opacity' is null or not an object.. line 44 (jquery.fancybox-1.3.4.pack.js)
The interesting thing is the tabs within the add products pages work fine.
Thanks in advance for the help!