Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving Postal Code in create_account.php


signs

Recommended Posts

Posted

I have searched the knowledge base and on the forum but am getting frustrated because I can't find the answer. ...

 

I have the create_account.php file open and I am ready to move the code around so that the zip code displays AFTER the drop down box for countries, but I am not sure which part of the code to move around since I don't speak "php" :blush: I don't want to move the wrong thing and totally screw something up because everything's working fine right now.

 

It just annoys me that the zip code isn't in the place you would naturally find it -- at the end of the address -- and I had one customer comment on that, so I want to move it.

 

Here's the code as it appears now:

 

$sql_data_array = array('customers_id' => $customer_id,
                             'entry_firstname' => $firstname,
                             'entry_lastname' => $lastname,
                             'entry_street_address' => $street_address,
                             'entry_postcode' => $postcode,
                             'entry_city' => $city,
                             'entry_country_id' => $country);

 

what I need to know if this is the right part of the php file to even be messing with since I don't know what I am doing and the same info is found in several other areas of the file. I just want to change what the customer sees when they go to create an account.

 

Any help would be greatly appreciated!!! :D

Jeri

Archived

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

×
×
  • Create New...