Lee337 Posted April 17, 2009 Posted April 17, 2009 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
Guest Posted April 17, 2009 Posted April 17, 2009 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;
♥14steve14 Posted April 18, 2009 Posted April 18, 2009 There is a contribution to change to UK style oscommerce. look here REMEMBER BACKUP, BACKUP AND BACKUP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.