Categories Breadcrumb not working, CRE Loaded Pro
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
This only partially fixes it. It still does not show the correct breadcrumb on products.
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?