Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PLEASE HELP = Driving Me Mad :(


crazymazey

Recommended Posts

at the momment the order confirmation sent to me reads as below

 

Delivery Address

------------------------------------------------------

Members Name

house number

1 line of address

Town, postcode

county, country

 

and i want it to read as below

 

Delivery Address

------------------------------------------------------

Members Name

house number , 1 line of address

Town

county

postcode

 

not worried about country can be removed

 

please help. i have tried loads and its driving me mad :(

Link to comment
Share on other sites

First off, "Never let them drive you crazy when you are within walking distance!"

 

Second, go wander around Catalog/creat_account.php

You'll find all those goodies in there near the bottom.

If you want to move post code, Select <tr>

<td>post code text xxxxxxxxx

</td>

<tr>

cut the four lines go down to the /php> after state and past it there.

You can do that with any of the title you want to move around. Make certain yuou get all four lines each time!

 

You can change their various names in Catalog/includes/laguages/english.php

If you want suburb to be Street Address2 just change it in the define statement don't lose the single quotes, you'll get a parse error. you change post code to zip code depends on what part of the world your in... whatever you cna pretty much change the presentation names to whatever you want. they'll still be know by their original names in the database table, but who cares, that's just a relative way to put things in a big barrel and get them back when you want them

 

Hope that helps!

 

Mike

Link to comment
Share on other sites

B)-->

QUOTE(Michael B @ Jan 8 2007, 04:15 AM) <{POST_SNAPBACK}>

First off, "Never let them drive you crazy when you are within walking distance!"

 

Second, go wander around Catalog/creat_account.php

You'll find all those goodies in there near the bottom.

If you want to move post code, Select <tr>

<td>post code text xxxxxxxxx

</td>

<tr>

cut the four lines go down to the /php> after state and past it there.

You can do that with any of the title you want to move around. Make certain yuou get all four lines each time!

 

You can change their various names in Catalog/includes/laguages/english.php

If you want suburb to be Street Address2 just change it in the define statement don't lose the single quotes, you'll get a parse error. you change post code to zip code depends on what part of the world your in... whatever you cna pretty much change the presentation names to whatever you want. they'll still be know by their original names in the database table, but who cares, that's just a relative way to put things in a big barrel and get them back when you want them

 

Hope that helps!

 

Mike

 

Cheers :0

now when member joins

format like this

 

Address Line 1: = street name

Address Line 2: = suburb

Town: = city

City/County: = state

Post Code: = postcode

Country: = country

 

i need to know what to change so when order confirmation email sent to me

 

so it reads

 

Name

Address Line 1: = street name

Address Line 2: = suburb (if used)

Town: = city

City/County: = state

Post Code: = postcode

Country: = country

 

in delivery address section

because at present it reads like this

 

Name

Address Line 1: = street name

Town: = city , Post Code: = postcode

City/County: = state , Country: = country

 

which is a pain when copying and pasting to labels (having to unjumble it )

 

hope i have explained it ok.

cheers for your support :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...