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.
I want to change the "Order Form Billing Fields" from the default.
Som of the fields shall be deleted and two fiuelds should be added. I have tried to delete/add those in the database, but with no luck....
How do I do this?
I also want to do the same with "Order Form Shipping Fields".
Please tell me how to do this.
Kjetil
Offline
Very complicated. You'll need to adjust the tables that house billing and shipping info and the tracking table, cookies and the code in ste_usr.pl, ste_chkout.pl and ste_order.pl.
Can what you want to accomplish be done just by adding additional fields to the form? The program allows you to enter up to 10 custom fields.
___________________________
Nick Hendler
Webmaster, Kryptronic, Inc.
Offline
Is it possible to just comment out those fields from the part of the script which print those fildt to the browser + set those fields as "Not Required".
Kjetil
Try just deleting the lines from:
./data/tables/orderbilling.csv
For the ones you don't want. Adding new ones may be as easy as adding new lines.
___________________________
Nick Hendler
Webmaster, Kryptronic, Inc.
Offline
webmaster,11/30/2002 11:44:31 AM wrote:
Try just deleting the lines from:
./data/tables/orderbilling.csv
For the ones you don't want. Adding new ones may be as easy as adding new lines.
I went in to orderbilling.csv and deleted the fields I do not want (company, residential/commercial and fax number). It works great.
Question:
After submitting the form, you come to the verification page.
It shows a "fax number: not applicable" field and a blank field in the table.
How can I get this table to only have what was in the input table?
Thanks!
Offline