Archive

Posts Tagged ‘mailing address’

Mailing Address Fill Out Form

August 28th, 2009 Comments off

We need a programmer to alter this form with these following changes:

1. Select Country First so that the mailing form is formatted to that country’s mailing format.

This site provides international address formats:
http://www.bitboost.com/ref/international-address-formats.html
Particular attention should be noted with specifically challenging addresses (see attached ‘Most Important Countries for Shipping.doc’).

Then the State or Province should be selected.

Example: If the country is Czech Republic the customer would select Czech Republic from a drop down box. The form would then look similar to this:

Name:
Pan Martin Parma [recipient name]
Address Fields: (from: http://www.bitboost.com/ref/international-address-formats.html)
Prujezdna 320/62 [street name + block number / building number]
100 00 PRAHA 10 [postal code + city name + one to three digit numeric for post office]
CZECH REP. [country name]
Additional fields:
Email Address [100 char alpha/num]
Phone Number [25 numeric]

Also, sometimes when a country is selected, but a state or province is not necessary, Alabama is being put as the state. This needs to be corrected.

2. Currently Address Line 2 is one continuous line after Address Line 1; this needs to be changed so that Address Line 2 is one separate line and so on for Address Line 3 etc. if necessary.

Mailing Address Fill Out Form

August 6th, 2009 Comments off

We need a programmer to alter this form with these following changes:

1. Select Country First so that the mailing form is formatted to that country’s mailing format.

This site provides international address formats:
http://www.bitboost.com/ref/international-address-formats.html
Particular attention should be noted with specifically challenging addresses (see attached ‘Most Important Countries for Shipping.doc’).

Then the State or Province should be selected.

Example: If the country is Czech Republic the customer would select Czech Republic from a drop down box. The form would then look similar to this:

Name:
Pan Martin Parma [recipient name]
Address Fields: (from: http://www.bitboost.com/ref/international-address-formats.html)
Prujezdna 320/62 [street name + block number / building number]
100 00 PRAHA 10 [postal code + city name + one to three digit numeric for post office]
CZECH REP. [country name]
Additional fields:
Email Address [100 char alpha/num]
Phone Number [25 numeric]

Also, sometimes when a country is selected, but a state or province is not necessary, Alabama is being put as the state. This needs to be corrected.

2. Currently Address Line 2 is one continuous line after Address Line 1; this needs to be changed so that Address Line 2 is one separate line and so on for Address Line 3 etc. if necessary.

Php Page Paypal Script Redo

March 25th, 2009 No comments

I have a php page that allows customers to place an order for audio programs and then sends them to PayPal to make the payment when the order is complete.

Here are the problems:
1. The page no longer self-refreshes when someone has selected their state. Needs to auto-refresh with new total when state is selected or when someone adds another program to the order.

2. PayPal is no longer displaying mailing address information in conjunction with the purchase records. We MUST have a mailing address and it worked fine until I messed with the html elements of the code one day. You will need to be VERY familiar with PayPal to fix this problem.

3. I want to add a select field in the form that defaults to “select a format” and dropboxes options USB Flash Drive and Audio CDs. I want this field to be required to have either USB Flash Dirve or Audio CDs selected before it will submit the form.

4. I want the form to email itself to me when the user presses the PayPal payment button.

I am needing a quick turnaround. The programmer that took this originally was not able to resolve the mailing address problem in PayPal.

Bear