Home > CRE Loaded > Categories Breadcrumb not working, CRE Loaded Pro

Categories Breadcrumb not working, CRE Loaded Pro

November 1st, 2009 Leave a comment Go to comments

I was amazed to see that Categories breadcrumb is not working http://demos.creloaded.com/creloaded_pro/index.php?cPath=3_10 on category pages. You can see proper cPath in url still the breadcrumb is missing. This happens on in CRE Loaded 6.4 PRO. Breadcrumb is not only important for visitors, it is also important for SEO aspect.

The issue is due to bug in “runtime override” code. The code is using $cPath_array variable which is not declared global in function. To fix this open file includes/runoverride/applicationtop/CDSlogic_applicationtop_breadcrumb.php and find line global $breadcrumb, $languages_id after the $languages_id variable add, $cPath_array. This will make cPath_array global and the breadcrumb will start working.

Categories: CRE Loaded Tags:
  1. November 16th, 2009 at 22:11 | #1

    This only partially fixes it. It still does not show the correct breadcrumb on products.

  2. wasimasif
    November 18th, 2009 at 01:59 | #2

    Its working fine for me on products info pages try http://www.bestdoorhandles.co.uk/5-lever-dead-lock_p641.htm. Make sure that you have done the changes correctly. And let me know which version you are using?

  1. No trackbacks yet.