HomeHome Product Discus... Product Discus...SmithCartSmithCartManage ProductsManage Products
Previous
 
Next
New Post
8/17/2010 1:18 PM
 

We can't seem to delete a product from the list. The product is deleted in the Manage Products. It doesn't show in the Manage Products listing, but when you logout and view it as a user on the product page, the deleted product is still there. Is there a solution to this?

 
New Post
8/17/2010 1:47 PM
 

What version of the cart are you running?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/18/2010 6:04 AM
 

Version 2.96

 
New Post
8/18/2010 12:10 PM
 

I am not able to replicate this on my test system but I am running the latest version of the cart v3.03. Can you upgrade to the latest version of the cart and test again?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/18/2010 12:17 PM
 

Where do I go to get the latest version?

 
New Post
8/18/2010 1:31 PM
 

Here is a link to the cart downloads page:

http://www.smith-consulting.com/forums/smithcartdownloads.aspx


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/19/2010 6:02 AM
 

When I access the site, I get the error below.

you do not have access to view this tab within the portal.

 
New Post
8/19/2010 11:52 AM
Accepted Answer 

If you email support@smith-consulting.com with your purchase receipt and userid we will give you access to the downloads page.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/20/2010 6:17 AM
 

Thanks! The new version resolved the problem.

 
New Post
8/20/2010 6:45 AM
 

After installing the new version, the product display is not working correctly. The product listing is missing the search drop down is now missing the categories. When you click the GO, it gives the 'A critical error has occurred.'

The two attached files are screen capture of the product display.

oldversion.jpg - version 2.96

gpsearch.jpg - version 3.03

 
 Login to download attachment
New Post
8/20/2010 10:30 AM
 

There is a new feature in the cart settings that lets you show/hide the search and sort bars you need to go into your settings and save to save a value for the new setting.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/20/2010 11:37 AM
 

I've passed the information to the client to make the change. I'll let you know what happens. Also, the category in the Manage Products is missing. Is there a way to bring this back?

 
New Post
8/20/2010 12:07 PM
 

The categories since that release have been re-worked, so that a single product can be in multiple categories.... if you have access to the database, I can give you a simple query to run that will populate the new table based on the categories that the items were previously in.

If you need that, I will post it here so that others may benefit from it as well.

 
New Post
8/20/2010 12:12 PM
 

Aww, heck. Somebody will need it. Here it is.

NOTE: ONLY DO THIS IF YOUR Smith_CategoryProduct TABLE IS EMPTY.

This script will replicate the original single-category products into the new format for multiple categories.

INSERT INTO dbo.Smith_CategoryProduct (CategoryID, ProductID)
SELECT CategoryID, ProductID FROM dbo.Smith_Products

 
New Post
8/23/2010 12:46 PM
 

Thanks for the code. I'll run it if the client wants it. However, now the description textbox is not showing up on the screen in the Add Products. I've got a screen shot below. I think this was happening in an earlier version of the Smith Cart.

 
 Login to download attachment
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartManage ProductsManage Products