HomeHome Product Discus... Product Discus...SmithCartSmithCartSaving the Cart?Saving the Cart?
Previous
 
Next
New Post
10/28/2010 1:02 PM
 

Did I miss something in setting up the save cart feature (besides turning it on in the BuyNow setup)?

Clicking on "Save Cart" is throwing:

Error A critical error has occurred.
Invalid object name 'dnn_Smith_SavedCart'.

 
New Post
10/28/2010 1:54 PM
 

Does the table 'dnn_Smith_SavedCart' exist?


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/28/2010 2:00 PM
 

No... the table dbo.Smith_SavedCart exists.... but not a table dnn_Smith_SavedCart

 
New Post
10/28/2010 2:36 PM
 

I checked the sql install scripts in the pa zip and it uses the objectqualifier variable so im not sure how you got the dnn_ maybe if you migrated the tables from another dnn portal that used the objectqualifer? To fix just remove the dnn_ and you should be fine.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/28/2010 2:53 PM
 

I'm sorry.... I've had a really hard day... can you be specific on what I need to change?

 
New Post
10/28/2010 3:01 PM
 

just delete the "dnn_" in front of the table.

-Scott


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

I don't have any table that says dnn_Smith_SavedCart.

I have a table that is called Smith_SavedCart

I am not sure what you're wanting me to change. I don't have the source code, and I don't think there's anything I can change in the ascx files.... I'm really not sure what I'm supposed to change here. Sorry to be dense, but it *seems* like an issue with the code-behind or something... unless there is somewhere else I should be looking?

 
New Post
10/28/2010 3:41 PM
 

OK... found it.

It was in the sp Smith_AddSavedCart ... somehow, the qualifier ended up in there. That seems to be the only SP that was affected.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSaving the Cart?Saving the Cart?