Trouble adding customer address on backend

  • Posts: 62
  • Thank you received: 1
7 years 8 months ago #263847

-- HikaShop version -- : 3.0.0
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.6.3

Hello,
I am setting up dealers on the backend. I create them as a user, and then go to the customer field to put in their address information. The system will not give me the opportunity to put in a state unless I pick a country, but it doesn't give me an area to pick a country (even though they are all US). So I put in what I can, and then log into the front end as the dealer. Going to the profile it then gives me a dropdown to select a state... what am I missing here?

Here is the back end shot.

Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
7 years 8 months ago #263857

Hi,

Change the line:
$address_country_field = $this->parent->get(14);
to:
$address_country_field = $this->parent->get(13);
in the file administrator/components/com_hikashop/classes/field.php and that should fix the problem.

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

  • Posts: 62
  • Thank you received: 1
7 years 8 months ago #264289

Thank you.
I made the change but am not being given a field box to enter the State value.


Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
7 years 8 months ago #264301

Hi,

Download again the install package on our website and install it on yours. I've added a more complete patch for the 3.0.1. I've tested it on my end and it works fine with it.
It will also add a lot of other important patches.

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

Time to create page: 0.076 seconds
Powered by Kunena Forum