HomeHome Product Discus... Product Discus...SmithCartSmithCartNew tabbed interface for product descriptionsNew tabbed interface for product descriptions
Previous
 
Next
New Post
4/14/2010 10:40 AM
 

Starting with version 2.76, the cart has a tabbed interface for the product description on product detail page that allows you to configure up to 5 tabs for each product. The tabbed interface was implemented using the ajax tab control which is part of the ajax control tool kit. If you are running .net framework 2.0 you may need to update your web.config with the following entry that will provide cross compatibility:

<runtime>

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

<probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;"/>

<dependentAssembly>

<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>

<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>dependentAssembly>

<dependentAssembly>

<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>

<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>dependentAssembly>

assemblyBinding>

runtime>



Also here is a link on it:

forums.asp.net/p/1238861/2268687.aspx...


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
4/30/2010 11:05 AM
 

I just upgraded from 2.64 to 2.84 and noticed that while I can change and set the tabs content in the product editor, none of the tab names and content for tabs after the first one are not saved to the database.

My web.config is configured as you mention and it's changing from one tab to another in the editor, it's just not saving to the DB.

 
New Post
4/30/2010 12:23 PM
 

When you upgraded did you install over the old version of the cart? In v2.76 we fixed a bug in the install script that was not copying the new dlls when upgrading. So if you were running v2.64 you wont be able to upgrade by simply installing over the old version.


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartNew tabbed interface for product descriptionsNew tabbed interface for product descriptions