signs Posted April 7, 2005 Posted April 7, 2005 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
♥Vger Posted April 7, 2005 Posted April 7, 2005 Read my first post located here: http://www.oscommerce.com/forums/index.php?showtopic=143852 and "No" it's not the right part of the code - you only need to move the sub-table it is listed in down the page, from above city to below city. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.