Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

more uk code needed


Lee337

Recommended Posts

Posted

Hi all

I Have updated the customers "create an account information" input form to uk based, but need to know how to reflect that in the customers addmin section as it is still showing "suberb" and "state". Can anyne point me tell me where and what to change.

:rolleyes: Thanks

Posted

Try running the code below in PHPMyAdmin

 

UPDATE `address_format` SET `address_format` = '$firstname $lastname$cr$streets$cr$city$cr$state$cr$postcode$cr$country' WHERE `address_format_id` =1 LIMIT 1;

Archived

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

×
×
  • Create New...