address issues

  • Posts: 14
  • Thank you received: 1
8 years 7 months ago #238607

-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.4
-- Browser(s) name and version -- : Crhome 49.0.2623.112 m

I am having a few issues with addresses.
1. I can not edit any address already created. I click edit button, page refreshes. Nothing happens.
2. I can not add new address. I uncheck "Use the same address as for billing" then choose "new Address" from drop down. Same thing happens. Page refresh and not able to add new shipping address.

I saw another post that was similar about duplicate addresses, but I can't even edit or add a new address. This happens when a previous customer is checking out. I will happily provide login info securely.

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

  • Posts: 14
  • Thank you received: 1
8 years 7 months ago #238608

I just looked a the code and think I see the issue.

<a href="/checkout/address/edit/subtask-billing/cid-4/fid-hikashop_checkout_billing_address_zone/tmpl-component" id="hikashop_address_billing_4_edit" onclick="return window.hikashop.get(this,'hikashop_checkout_billing_address_zone');"><img src="/media/com_hikashop/images/edit.png" alt=""><span>Change</span></a>

Shouldn't it be?
tmpl=component
not
tmpl-component

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

  • Posts: 14
  • Thank you received: 1
8 years 7 months ago #238609

I had 2 addresses under shipping. I deleted one. Now when I try to uncheck the box, it refreshes immediately

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
8 years 6 months ago #238615

Hi,

Try changing the line:
if(JRequest::getVar('edition', false) === true) {
to:
if(JRequest::getVar('edition', false)) {
in the file components/com_hikashop/views/address/view.html.php and that should help.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum