HomeHome Product Discus... Product Discus...SmithCartSmithCartEmail and Add To Cart Requires Login issueEmail and Add To Cart Requires Login issue
Previous
 
Next
New Post
1/13/2011 9:17 PM
 

Hi,

We're considering using Smith Cart for our website, but are having some problems regarding the User Role setup process.

1. Is there a way to add the users password to the confirmation email? - Seems there are no [PASSWORD] tokens. Any work around?

2. The "Add To Cart Requires Login" doesn't fire any form errors, which means you have to guess where the problem is. Such as password length, username already exists etc. Anyway to fix this?

Thanks,

Peter

 
New Post
1/13/2011 11:36 PM
 

1. To include the users password in the confirmation email use the [PASSWORD] token

2. What page in the cart are you referencing? What do you mean does not fire any form errors?


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
1/13/2011 11:52 PM
 

1. I did try that, this is how my "User Email Confirmation Header" looks like

Thank you for your order.<br>Your Order Total is :[ORDERTOTAL]
[PASSWORD]

+ I can't see that the token is supported in your user manual?

2. Nevermind - We sorted that issue.

Thanks!


 
New Post
1/14/2011 12:17 AM
 

The password token is still in the code that sends the confirmation email. We had some reports it wasnt working in some portals so we temporily removed it from the manual while we investigated. The cart uses the following code to get the password from the dnn profile:

UserController objUsers = new UserController();
UserInfo objUserInfo = null;
objUserInfo = objUsers.GetUserByUsername(PortalId, txtNewUserName.Text);
objUserInfo.Membership.Password

Does the [PASSWORD] token work for you?


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
1/16/2011 11:48 PM
 

No unfortunately the [PASSWORD] token doesn't work for me. We would really like to get this working, so any solution to the problem would be appreciated.

 
New Post
1/18/2011 6:43 PM
 

Hi Dave

Are you going to add this fix to the Smith Cart DNN Module - 4.0 - Scheduled Release 1/31/11? Otherwise can you post on the roadmap when we can expect the fix please.

Thanks

Adam

 
New Post
1/19/2011 11:03 AM
 

We have added this to the Smith Cart bug tracker. I dont know yet if it will be fixed in time for the 4.0 release next week if not it will be released in 4.01. I will post it as a bug fix under the change log when we have a definitive release date.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartEmail and Add To Cart Requires Login issueEmail and Add To Cart Requires Login issue