HomeHome Product Discus... Product Discus...SmithCartSmithCartExporting from old db to new dbExporting from old db to new db
Previous
 
Next
New Post
12/22/2010 1:50 PM
 

I followed the directions here. http://www.smith-consulting.com/forums/forumid/13/threadid/3555/scope/posts.aspx

I verified that the tables match. When I go to the store everything is still blank, and the products aren't there.

 
New Post
12/22/2010 9:08 PM
 

There is a field in the category and product tables called "tabmoduleid" that needs to be updated. Add a new category and note the tabmoduleid that is added is different from the rest of the records. Issue the following update stmt:

update smith_products where set tabmoduleid = 'your new tabmoduleid'

if you are using an objectqualifer in your database you will need to prefix your table with it.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartExporting from old db to new dbExporting from old db to new db