HomeHome Product Discus... Product Discus...SmithCartSmithCartCanCan't See custom textboxes
Previous
 
Next
New Post
11/17/2010 12:32 PM
 

I set up a custom textbox to show on checkout. When we go to view the past orders that information is not there. Where can I view what the user entered in that textbox. We are running dnn 04.09.04 and smith 03.88.00

 
New Post
11/17/2010 11:41 PM
 

In the manage order detail page if you click the "Custom Fields" button at the top of the screen you will see all the custom fields.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/18/2010 4:49 AM
 

So I found that and it looks like it cut off the message. I went in and saw that the db field is on 50 char. We need a long message because this is a flower ordering site and I added the custom text box for a message to be added with the flowers. I didn't see any option to add a text area. Is there any way I can make this longer? Can I just change the length in the DB or will that break something else?

 
New Post
11/18/2010 9:32 AM
 

Did you try using the special instructions field?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/18/2010 3:07 PM
 

The problem with that is, they go to paypal to check out. Some people might not go back to the site after they pay or may not see it. Do you know if adding chars to that textbox will hurt anything else?

 
New Post
11/18/2010 6:18 PM
 

I think in all the code behind the custom fields are defined as string so you should be able to increase the width of the field in the table and also you will need to change the varchar parameter in the add and update stored procs to match the new width you define. I recommend doing this on a test system and not your live site to see if it works first.

-Scott


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

Could you put me in contact with one of your developers or tell me what stored procs those would be so I don't have to look through all of them.

 
New Post
11/19/2010 10:20 AM
 

Check out the sprocs add and update customer and payhist. Or you can do a search in sql mgmt studio for the custom field you want to change

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartCanCan't See custom textboxes