HomeHome Product Discus... Product Discus...SmithCartSmithCartProducts are not displaying on my products page (urgently)Products are not displaying on my products page (urgently)
Previous
 
Next
New Post
6/4/2013 8:38 AM
 
Hi

I'm running dnn 7.0.6 smith cart v 5.52.0, all products where displaying until one of my collegue loaded a buy now module on to the home page, though i've deleted that buy now module from the home page and cleared the recycle bin but the products are still not display, when i check the admin i can see all the products and categories.

i have deleted the templates and recreated them but still the products are not displaying please help.
 
New Post
6/6/2013 2:12 PM
 
Just guessing, but make sure the Product Details url is correctly entered in the general settings for the cart.
 
New Post
6/6/2013 3:29 PM
 
Hi David,

It sounds like you may have deleted the BuyNow module that your Products were originally added to.

As a test, add a new Product then check the TabModuleId of the new product in the Smith_Products table of your database. If the TabModuleID is different than the other Products then you will need to update the original products to the new TabModuleID.

For Example:
UPDATE Smith_Products SET TabModuleID=(NewNumber) WHERE TabModuleID=(OldNumber)

The reason that TabModuleID is saved with product is so you can run multiple stores in your portal with unique categories and products. Also if you delete a BuyNow module and add it again to the page DNN will assign a different TabModuleID.

Hope this helps!
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartProducts are not displaying on my products page (urgently)Products are not displaying on my products page (urgently)