HomeHome Product Discus... Product Discus...SmithCartSmithCartSkin Overflow BugSkin Overflow Bug
Previous
 
Next
New Post
12/29/2010 12:19 PM
 

This is my first time posting, I'm evaluating the Smith cart for our new website.

I've run into a bug which is quite frustrating... on several occasions when I am edditing Shipping and Variants, some of the tables and menus overflow into the background. The menus and tables dissapear behind the background so that I am no longer able to edit, select or delete these items.

I've attached a photo for you to see what I mean. Also, I'm not using the latest version, I've had the trial for about 10 days.

 
 Login to download attachment
New Post
12/29/2010 12:28 PM
Accepted Answer 

This is most likely caused by your skin not allowing the container to expand past a certain width. In the addproducts.ascx page line 695 the following table width is set that allows the variant grid enough space to display all the columns:

<table class="SmithProdText" cellpadding="2" cellspacing="2" width="1060px" >

Try change the width to 100% as follows to see if that helps:

<table class="SmithProdText" cellpadding="2" cellspacing="2" width="100%" >

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
12/29/2010 3:28 PM
 

Thanks for the response.

I had sort of a 'duuuh' moment, I realized that an easy fix for this was to leave the editor skin at the default FullLength DNN skin.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSkin Overflow BugSkin Overflow Bug