HomeHome Product Discus... Product Discus...SmithCartSmithCartIssue with Order Detail Tabs v4.67 (jquery?)Issue with Order Detail Tabs v4.67 (jquery?)
Previous
 
Next
New Post
10/25/2011 8:16 PM
 

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! 

 

 

 

 
New Post
10/25/2011 9:02 PM
 
appears to be a skin issue. I noticed it worked with the minimal skin. I'll let you know what I find out.
 
New Post
10/26/2011 2:37 PM
 

Hi Jason,

Thanks for the update please postback with your findings. Do you have a custom skin? If so, I believe someone else reported a similar problem, please see the following post for more information and as a possible solution:
https://www.smith-consulting.com/Foru...

Thanks,

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartIssue with Order Detail Tabs v4.67 (jquery?)Issue with Order Detail Tabs v4.67 (jquery?)