Update problem - product page missing right side until Ctl-F5 force refresh

  • Posts: 75
  • Thank you received: 1
8 years 6 months ago #257740

-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.6
-- Browser(s) name and version -- : Chrome 55.0.2883.87

Hi. I'm experiencing a peculiar issue upon the latest upgrade. When I upgrade and go to a product page display the right portion of the product view (hikashop_product_right_part) is completely missing upon the initial page load, but re-appears after a forced refresh (Ctrl-F5) or upon returning to the page. This issue also repeats on any new device I test the issue on, so of course my customers will also face this problem and only see half the product page.

Can you advise what could be causing this issue please. I have disabled JCH optimise etc but haven't experienced anything like this with earlier upgrades.

I attach the screen shots of the product pages before and after refresh.

Thanks

Attachments:

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

  • Posts: 83993
  • Thank you received: 13605
  • MODERATOR
8 years 6 months ago #257749

Hi,

It's probably linked to the modifications done to the product page views.
Rename the folder templates/YOUR_TEMPLATE/html/com_hikashop/product/ via FTP in order to deactivate them all temporarily and try again.
If you don't get the problem like that, it would confirm that it comes from a view override. So try renaming the files in that folder one by one in order to identify the one causing the problem.
If having that file renamed doesn't change the display but fixes the error then you can leave it renamed. Otherwise, it will require some modifications as there is either too many or not enough </div> in the file, which messes the display of the layout.

Last edit: 8 years 6 months ago by nicolas.

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

  • Posts: 75
  • Thank you received: 1
8 years 6 months ago #257824

Thanks for your reply Nicolas. Two further questions:

1. I cannot find the folder path you refer to. After templates/YOUR_TEMPLATE/html/ ...com_hikashop does not exist.
Com_hikashop is only located under components.

Please confirm the folder path I should be looking under.

2. Would this be a problem experienced by all users? I can't understand from your response how it would relate to only my site and therefore surely this would be a huge problem for most. Can you explain why it might only relate to my site, and whether I will experience similar problems every time there is an upgrade.

Regards.

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

  • Posts: 83993
  • Thank you received: 13605
  • MODERATOR
8 years 6 months ago #257829

Hi,

1. If you can't find the folder, then it would mean that it doesn't come from a template override but something else.
We'll have to look at the problem directly.
Could you provide a link to a product page with the problem ? I tried to check the link you provided with your first message, but it works fine there and I can see that you're using the 2.6.2 there.

2. HikaShop 2.6.4 has been released months ago. If that problem was experienced by everyone upgrading to the 2.6.4, we would have fixed it long ago. In fact such display problems sometimes occur with view modifications, but it doesn't seem the be the case on your website. So it's the first time I see that display problem not coming from a view override. Hence it's only related to your website. Once the source of the problem is identified and fixed, there is no reason you would get the same problem next time you update.

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

  • Posts: 75
  • Thank you received: 1
8 years 6 months ago #257838

Hi Nicolas

Thanks for your swift reply. Actually the url I provided was my main site but I restored an old version due to the problem I refer to so that's why that works fine. So if you look at my back-up site www.reserve.animaloutfitters.nz/ you'll see the problem I'm facing. Please look at that instead where I'm using 2.6.4

Let me know if you need anything else.

Kind regards

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
8 years 6 months ago #257847

Hello,

Can you provide thanks to our Contact us form some backend access to this website with issue ?
Because unfortunately I found nothing in your frontend...

Awaiting news from you

Regards

Last edit: 8 years 6 months ago by Philip.

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

  • Posts: 75
  • Thank you received: 1
8 years 6 months ago #257882

Hi, I've just sent backend access via Contact Us form. Look forward to hearing from you.

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

  • Posts: 83993
  • Thank you received: 13605
  • MODERATOR
8 years 6 months ago #257932

Hi,

Your test website backend has a htaccess authentication which doesn't allow us to reach it. So we couldn't log into it.

For the look of it on the frontend however, it does look like a customized product product layout as the HTML has been altered quite a lot compared to the default HTML of the product page layout. But that's not the case on your main website.
We really need to be able to check your settings in your backend in order to understand what's going on.
Could you do something with that htaccess ? Maybe provide the credentials to it via our contact form like for the backend access ?

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

  • Posts: 83993
  • Thank you received: 13605
  • MODERATOR
8 years 5 months ago #258261

Hi,

I was finally able to access your test website with the new accesses you provided.

So it indeed didn't came from a view override as there were none on your website.
So the only possibility left is that it comes from a plugin of either the group system or hikashop or a module displayed on the page and interfering with the view.
I started by the most likely cause: a plugin of the group "system". And I started by disabling the plugin "System - Novarain Framework" since it's not a plugin I knew and after disabling it, the product page displayed properly: take.ms/sIZbA
So I then enabled back the plugin but the page is still displaying properly.
So my conclusion is that either it comes from this plugin, or from some caching which was cleared by Joomla when disabling the plugin, or a mix of both.

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

  • Posts: 75
  • Thank you received: 1
8 years 5 months ago #258281

Hi Nicolas. Thanks for your reply. Unfortunately I've tried your suggested approach but it still does not fix the problem. I've tried disabling the plug-in, clearing the cache, etc, but without success. Can you please retry your suggestion to see if this really does solve the problem. If it doesn't I'd be keen to understand other thoughts you might have on what causes the problem as I really need to upgrade to the latest Hikashop version.

Kind regards

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

  • Posts: 83993
  • Thank you received: 13605
  • MODERATOR
8 years 5 months ago #258288

Hi,

I've had another look at the problem and I had forgot that it only happened the first time you displayed a product page.
So yes, that plugin is not related.
But it might be another plugin. I would recommend to try disabling the other system or hikashop plugins one by one, to it to see if you have the same problem with them and identify the one making that issue.
From what I can see on the product page, it looks like it might be related to the image zoom extension you have installed since it appears on the first page with the issue but doesn't when you refresh the page.

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

  • Posts: 75
  • Thank you received: 1
8 years 5 months ago #258612

Thanks Nicolas. I've gone through and looked at each of the system plugins / extensions. It appears that magic image zoom extension is indeed creating the issue as when I disable that the product view shows correctly.

However this extension has always been compatible with Hikashop and really adds to my site so I'm very reluctant to disable. Obviously something has changed from Hikashop 2.6.2 to 2.6.3 to cause this incompatability , any idea what? Thanks.

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

  • Posts: 83993
  • Thank you received: 13605
  • MODERATOR
8 years 5 months ago #258636

Hi,

I don't know how that extension is done. We cannot provide support for it. You'll have to contact the developer of that extension. He should be able to help you.

The following user(s) said Thank You: mterry2

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

  • Posts: 75
  • Thank you received: 1
8 years 5 months ago #258781

Now resolved, thanks

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

Time to create page: 0.080 seconds
Powered by Kunena Forum