HomeHome Product Discus... Product Discus...SmithCartSmithCartTab titles on the product description pagesTab titles on the product description pages
Previous
 
Next
New Post
12/28/2010 3:19 PM
 

Is there a way to update the tab titles on the product details without editing each product individually?

 
New Post
12/28/2010 3:30 PM
 

The tab titles are populated from the database so if you want to update them outside of the product setup screen in the cart you can issue a sql update statement like this :

update smith_products set tabname1 = 'Overview'

The database fields for the product tabs are as follows:

  • TabName1
  • TabName2
  • TabName3
  • TabName4
  • TabName5

-Scott


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

Scott, thanks. Where do you put the command in. Do I need a module to do this?

 
New Post
12/28/2010 5:25 PM
 

You can execute sql in sql mgmt studio or dnn has a sql option off the host menu.

-Scott


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

Scott, it worked. Thanks!!!!

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartTab titles on the product description pagesTab titles on the product description pages