I wish to use aMember in the UK. Is it possible to change the address lines state and zip code to the UK equivalent of county and post code? Also, can the default currency be changed to pound sterling?
Hallo! Ofcourse, if it could`nt, it would be a real good joke of the year!! Well, go to the setup and enter Pound sign where it says "Display Currency" . Also out there it says the following: NOTE - it is display change only - real price/currency change must be made in product settings and not all payment processors allow you to change currency. Make sure that EACH enabled payment processor will work in selected currency.
YOu can change the display of STATE to COUNTY and ZIP to POSTCODE by copying relevan lines in the language file /language/en-php to a custom file called /language/en-custom.php. e.g. sample lines below: define ('_TPL_SIGNUP_STATE', 'County'); define ('_TPL_SIGNUP_ZIP', 'Post Code'); define ('_TPL_PROFILE_STATE', 'County'); define ('_TPL_PROFILE_ZIP', 'Post Code'); This will change the displayed text, but not the underlying field itself. I haven't found out where the US states are coming from in the pull-down in the PROFILE change page or SIGNUP page. Can anyone suggest where these can be accessed and changed?