"New" Address button not working

  • Posts: 9
  • Thank you received: 0
8 years 7 months ago #238123

-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : firefox/chrome/ie

When attempting to use the "new" address button or un-check the "use same address" button the site leaves the address page (step 1) and skips to task 3. The user is unable to enter a new address. I have tried every configuration possible with the different popup methods and with the check box enabled or disabled. We have the latest hikashop and joomla stable versions installed. Multiple customers have complained about this issue.

Attachments:

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

  • Posts: 82866
  • Thank you received: 13373
  • MODERATOR
8 years 6 months ago #238129

Hi,

Do you have the folder templates/YOUR_TEMPLATE/html/com_hikashop/address in your website ? (you can check via filezilla or the file manager of your cpanel) ?
If you do, try renaming it to something else in order to deactivate the view overrides and see if that helps because we're not able to reproduce the problem on our end.
If that doesn't help, please provide a backend and FTP access via our contact form along with a link to this thread :
www.hikashop.com/support/contact-us.html

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

  • Posts: 9
  • Thank you received: 0
8 years 6 months ago #238284

No, we do not have any such directory. I sent a message with the credentials requested.

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

  • Posts: 4747
  • Thank you received: 644
  • MODERATOR
8 years 6 months ago #238355

Hello,

Note that your backend access doesn't work, and so I can't go very far in process tests...
Ftp references is okey.

Awaiting news from you.

Regards.

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

  • Posts: 9
  • Thank you received: 0
8 years 6 months ago #238398

We have corrected the backend login to use the credentials we sent.

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

  • Posts: 82866
  • Thank you received: 13373
  • MODERATOR
8 years 6 months ago #238560

Hi,

That's really strange. We've fix the problem by changing the code:
if(JRequest::getVar('edition', false) === true) {
to:
if(JRequest::getVar('edition', false)) {
in the file components/com_hikashop/views/address/view.html.php
This means that Joomla is not storing the boolean values properly in the temporary storage while it is doing it on our end.
We'll add the patch on our end too for the next version.

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

Time to create page: 0.059 seconds
Powered by Kunena Forum