HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to remove product detail Tabs?How to remove product detail Tabs?
Previous
 
Next
New Post
8/11/2010 3:09 AM
 

Is it possible to remove the tabs from the product detail?

We only require an image as the main product detail and ideally I would like it to display at the height of the image, rather than the defined height in the settings. Is this possible?

Thanks

Tony

 
New Post
8/11/2010 12:07 PM
 

If you open up the productdetails.ascx page located in the \desktopmodules\smith.buynow folder and go to line 183 you can set the visible property to false for the table row the tab control is in.

For example:

<tr align="left" visible="false">

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/12/2010 7:46 AM
 

Thanks for the advice.

Unfortunately, it doesn't quite achieve what I'm looking for.

I want to show the content from one tab only. Therefore I don't need the tab itself - just the content.

Possible?

Thanks

Tony

 
New Post
8/12/2010 10:29 AM
 

On line 198 of productdetails.ascx move the following label control outside the tab control:

<asp:Label ID="lblDescription" runat="server" CssClass="SmithProdText" />


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to remove product detail Tabs?How to remove product detail Tabs?