HomeHome Product Discus... Product Discus...SmithCartSmithCartTabs in product description: Why isnTabs in product description: Why isn't the left-most one the default?
Previous
 
Next
New Post
5/12/2010 6:17 PM
 

Somehow my third tab from the left has become my default and I don't see any way to decide which tab should be the first one shown to the user when they enter the page. Shouldn't it be the left-most tab?

 
New Post
5/13/2010 3:27 PM
 

There is a property called "ActiveTabIndex" - The first tab to show which was set to 2. If you set the ActiveTabIndex=0 it will make the first tab the default. We have changed this in the current version and will be availible in the next release 2.88. In the meantime if you would like to change it yourselft to make the first tab the default do the following:

1. Navigate to \desktopmodules\smith.buynow

2. Open up productdetails.ascx and go to line 195

3. Change the line to the following:

<cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" CssClass="google" Width="600px" >

4. Save the change

Thanks for reporting the issue!

Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
6/1/2010 1:50 PM
 

That did it. Thanks.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartTabs in product description: Why isnTabs in product description: Why isn't the left-most one the default?