HomeHome Product Discus... Product Discus...SmithCartSmithCartbuttons not displaying properlybuttons not displaying properly
Previous
 
Next
New Post
1/6/2012 8:02 AM
 
Hi. My add to cart buttons in the related products section is not displaying properly. Could you tell me how to fix that? Picture attached. Thanks Here is a link: http://www.healingvineyard.com/SupplementDetail/tabid/145/ProductID/19/male-herbal-tonic/Default.aspx
 
 Login to download attachment
New Post
1/6/2012 5:26 PM
 
Hi Lloyd,

Which version of the Cart and DNN are you currently running?

Thanks,
 
New Post
1/19/2012 7:47 PM
 

Hello Kevin. I am running smith cart 4.86 and DNN 5.6.6. Thanks

 
New Post
1/24/2012 3:08 PM
 

Hi Lloyd,

You will need to add a width to the one of the table cells located in the DesktopModules/Smith.ProductDetails/ProductDetails.ascx file. Go to appromiate line 466 and make the following change:

 

 <ItemTemplate>
            <table cellspacing="1" cellpadding="5" border="0" width="100%" >
                <tr>
                    <td valign="top" align="center" width="100%">
                        <table align = "center">
                            <tr>
 
Thanks,
 
New Post
1/30/2012 5:17 PM
 

When I did it that way, it did not fix it. So I tried it as I have it below and it is displaying properly. Does the coding language look right? Thanks

<ItemTemplate>
            <table cellspacing="1" cellpadding="5" border="0" width="220px" >
                <tr>
                    <td valign="top" align="center" width="100%">
                        <table align = "center">
                            <tr>

 
New Post
1/30/2012 9:35 PM
 
Hi Lloyd,

As long as setting the table to a fixed width corrected the issue, you are good to go.

Thanks for your feedback!
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartbuttons not displaying properlybuttons not displaying properly