Breadcrumb only showing the one product

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #76915

In our breadcrumb trail only the one product is ever displayed regardless of which product you happen to be looking at. When one progresses to Checkout the breadcrumb does display 'Checkout'.

I note that you say Hikashop is fully compatible with Joomla's Breadcrumb module. Is it a case of an option I need to select or change to get this working correctly?

Cheers

Crispin

PS I have switched off Simplified Breadcrumbs

Last edit: 11 years 5 months ago by nikmackey.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #77017

Hi,

It's maybe due to the way you have set your menus, or modules.
Could you give us the url of your website ?

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #77048

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

  • Posts: 81675
  • Thank you received: 13096
  • MODERATOR
11 years 5 months ago #77206

Simplified breadcrumbs seems to be on on your website.

But mainly, you need to check that you don't have any caching on your website and flush the cache on modules as it seems that your joomla breadcrumb module is cached (which I think is why it displays always the same flower name).

The following user(s) said Thank You: nikmackey

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #78233

The caching is off in Global settings. There isn't even a cache folder in the root.

Not sure how I would clear the module cache.

Thoughts

Crispin

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

  • Posts: 26030
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #78259

Hi,

When you flush the cache, it will flush cache for all pages and modules.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #78321

As there wasn't a cache folder I just got errors when trying to purge or clear cache.

I uploaded a week old cache folder from backup and the clear cache function work correctly on week old stuff of course.

That function now works correctly but the problem with the breadcrumb remains.

I have purged expired cache and cleared all items in the cache. Caching is still disabled in Global settings.

Thanks

Crispin

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

  • Posts: 26030
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #78358

Hi,

Is it possible to have a backend access for your website ?
With it, we would be able to make some tests in order to fix your problem.
You can send me it by private message.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: nikmackey

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

  • Posts: 26030
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #78430

Hi,

I saw that you have directly modified view without using overrides, without using the HikaShop system.
Did you modified more than "tmpl" files ? Like some "view.html.php" files ?
Do you know that you can't no more update HikaShop without loosing all of your customisations ?

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #78437

This is true. We had a problem getting the overrides to work correctly. They weren't being seen.

I suspect it is something silly. If I can sort it out then I'll copy the modified files over.

Crispin

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #78728

Any ideas on the solution to the breadcrumb problem yet?

Cheers

C

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

  • Posts: 26030
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #78753

Hi,

You have modified views and I don't know if the rest of HikaShop core has been modified or not.
The breadcrumbs working fine on HikaShop 2.0 and we made some tests for check it.

Now, I can't ask you to update HikaShop with the latest version because you would loose all your modifications because you didn't use view override but you have modified the HikaShop core files.
So, I don't know what I can tell you except that, we made some tests and we didn't reproduce your problem.
If you have modified the "view/product/view.html.php", the only thing I can tell you is that : restored the original file.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: nikmackey

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #78985

I don't believe the view/product/view.html.php has been modified. But I have now restored the file from the original installation package. It doesn't appear to have made any difference to anything sadly.

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

  • Posts: 26030
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #79055

Hi,

It is not that I don't believe you but.. I made some test in your webstore and I am quite sure that some HikaShop core file have been modified.
Your "$pathway" object is always the same, the url does not contain the CID.

If I copy the code include in the view.html.php directly into the "show" view, I can add correctly the item in the pathway.

$pathway = $app->getPathway();
$url_itemid='';
global $Itemid;
if(!empty($Itemid)){
	$url_itemid='&Itemid='.$Itemid;
}
$pathway->addItem($this->element->product_name,hikashop_completeLink('product&task=show&cid='.(int)$this->element->product_id.'&name='.$this->element->alias.$url_itemid));

Because my code was after the original position of this code. The product_name is modified by the rest of the show function, it adds the variant name.
So I have got this pathway : "Home : Lattenbury Charm : Alderly Zest<span class="hikashop_product_variant_subname">: Classic</span>"

The only thing I can say, regarding my tests is : The pathway is working good in HikaShop and copy/past the original code in a view works good.
So, I have to say that some HikaShop core files modified in your website and I would not be able to provide such support on a modified HikaShop.

You told me that you cannot override correctly views, but I did it without any problem.
Maybe you were editing the views for the wrong template (the right one is "blakeworth-shop", not "blakeworth-general").

Please make a clean install of HikaShop, use the override system to modified HikaShop views.
Be careful while installing/updating HikaShop, all of your modified files would be overwritten.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: nikmackey

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #79065

I can see the new over ride folder you have put into the template folder. I will copy the modified files into similar. It is always possible that a mistake was made. I'm far from perfect after all.

The site is due to go live soon so I'll transfer the existing site then reinstall Hikashop on the test server. Once we are happy everything is ok we'll copy across to the live server.

Thanks for your help.

Crispin

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

  • Posts: 60
  • Thank you received: 1
11 years 5 months ago #79077

I have tried the same and got the same result.

I may have to remove the breadcrumb for the time being until we've managed the reinstall. If you can suggest a fix that would be great, even if it's only a temporary solution.

Thanks for the help

Crispin

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

  • Posts: 26030
  • Thank you received: 4006
  • MODERATOR
11 years 5 months ago #79084

Hi,

Would it be possible to have a FTP access to your test website ?
I would be able to put some debug trace in the view file and check that everything working fine.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.095 seconds
Powered by Kunena Forum