HomeHome Product Discus... Product Discus...SmithCartSmithCartSmith.MyAccount not working	Smith.MyAccount not working
Previous
 
Next
New Post
12/31/2009 2:56 PM
 

I've dropped the Smith.MyAccount module on a page so registered users can review their purchase history, but there is no data being shown (just the search and pagination controls, and "Order Detail" and "Payment History" labels with no content). Is there anything else that must be done to enable this control? Link it to the store somehow?

Thanks,

Walter

 
New Post
1/1/2010 4:15 PM
 

In order for the user to see their order in the my accounts module they must create a login on the confirmation page of the cart checkout. If the user enters a login and password on the cart confirmation page and they successfully place an order the cart will log them in and they will be able to view their order in the my accounts module.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
1/1/2010 4:52 PM
 

Yep, that is how I expected the module to work. Turns out this was just a bug. The "login" param in the Smith_GetCustomer SP was declared as a varchar(20) - this obviously causes problems if login length>20.

-Walter

 
New Post
1/1/2010 4:58 PM
 

I increased the login parameter to varchar(50) in the Smith_GetCustomer SP to handle the longer login ids. Thanks for your feedback.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
1/2/2010 5:23 AM
 

David, I'm still having some trouble with this module: I just made a purchase, but had an incorrect CC number so received an error. I fixed the number and re-submitted the purchase, it worked the 2nd time. When I go to the accounts module there is only one item listed, and it's status is "Cancelled". Looking at the database, I can see that two users have been created in the Smith_Customer table referencing the same DNNLogin. (In fact, there are numerous duplicate DNNLogins in this table). I presume information is only being reported for one of these users.

Thanks,

Walter

 
New Post
1/2/2010 1:56 PM
 

I will try to replicate this in my test environment and get back to you.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSmith.MyAccount not working	Smith.MyAccount not working