Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-03-2001 13:09:38

Guest
Guest

'Ship to' needs 'Name' field

Is there any way to add a 'Ship to Name' in the 'Ship to' area and collect tha data in the email?.  Customers sometimes ship my products to someone else as a gift and I need to know the name of the person that is receiving it.

Also, is there any way to make the size of the option 'Text Area' under Options smaller? With maybe 3 lines so people cannot type too much in there?

Thanks,
Peter

 

#2 08-15-2001 09:36:36

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: 'Ship to' needs 'Name' field

You'll need to edit:

cgi-bin/library/modules/site_store_order.pl

- Add in the field to the order form.
- Add in the field to the pending order tracking datafile.

cgi-bin/library/modules/site_store_order_confirm.pl

- Add in the field to the completed order tracking datafile.

cgi-bin/library/modules/site_store_tracking.pl

- Add in code to display the field.

cgi-bin/library/modules/admin_tracking.pl

- Add in code to display and save the field.  Extensive editing is needed here.

cgi-bin/library/common/common_mail.pl

- Add in the field to the confirm emails.

Hope that helps...


Nick Hendler

Offline

 

Board footer