HomeHome Product Discus... Product Discus...SmithCartSmithCartDelete SmithCart product Delete SmithCart product
Previous
 
Next
New Post
4/16/2013 11:59 PM
 
I have Smith Cart 5.37.0 running on DNN 07.00.03 and I have deleted some products with the Smith Cart product manager. These have been removed from the product list.
The problem is that I can still see them if I select a manufacturer with the Smith.ManufacturerMenu or I click the Related Products tab of an active product.
How can I completely delete a product?
 
New Post
4/17/2013 4:40 PM
 
To fix the issue open up the following stored procedures:

1. Smith_ListProductsByManufacturerName
2. Smith_ListBundledProducts

and add the following to the where clause of the select statement:

LogicallyDeleted != 1 AND Archived != 1 AND HideProduct != 1


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
4/18/2013 3:52 AM
 
A recycle bin would be more user friendly...
 
New Post
4/18/2013 9:48 PM
 
Hello,

A recycle bin for deleted products could be a useful enhancement. I'll bring this up in our next dev meeting and you can also submit enhancement ideas in our Enhancement Requests forum here: http://www.smith-consulting.com/Forum...

Thanks!
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartDelete SmithCart product Delete SmithCart product