Display zone code 3 letters intead of name

  • Posts: 128
  • Thank you received: 3
8 years 10 months ago #226328

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.3.24

I would like to be able to display the code 3 letters for a zone in the address country and state dropdowns on the registration page and in the address_template view. Example would be instead of United States of America display USA and instead of Alabama display AL. Is this possible?

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
8 years 10 months ago #226341

For the address_template view, yes, that's possible.
You can use such code:
<?php
$address = $this->params->get('address');
echo $address->address_country_code_3; ?>

For the dropdowns, you can do it with a view override. You would have to hack directly in the administrator/components/com_hikashop/classes/field.php file but I don't recommend it as you'll loose the changes at each update.

The following user(s) said Thank You: deuce4884

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum