Notice (8): Undefined variable: ub [APP/Controller/AppController.php, line 124]Code Context// finally get the correct version number$known = array('Version', $ub, 'other');$pattern = '#(?<browser>' . join('|', $known) .$u_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $bname = 'Unknown' $platform = 'Unknown'App\Controller\AppController::getMyBrowser() - APP/Controller/AppController.php, line 124 App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 61 App\Controller\ProductsController::initialize() - APP/Controller/ProductsController.php, line 13 Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 272 ReflectionClass::newInstance() - [internal], line ?? Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 47 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 91 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Notice (8): Undefined variable: ub [APP/Controller/AppController.php, line 136]Code Context//see if version is before or after the nameif (strripos($u_agent,"Version") < strripos($u_agent,$ub)){$version= $matches['version'][0];$u_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $bname = 'Unknown' $platform = 'Unknown' $known = [ (int) 0 => 'Version', (int) 1 => null, (int) 2 => 'other' ] $pattern = '#(?<browser>Version||other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#' $matches = [ (int) 0 => [ (int) 0 => '/5.0', (int) 1 => ' AppleWebKit', (int) 2 => '/537.36', (int) 3 => ' ', (int) 4 => ' like', (int) 5 => ' Gecko', (int) 6 => ' compatible', (int) 7 => ' ClaudeBot', (int) 8 => '/1.0', (int) 9 => ' ' ], 'browser' => [ (int) 0 => '', (int) 1 => '', (int) 2 => '', (int) 3 => '', (int) 4 => '', (int) 5 => '', (int) 6 => '', (int) 7 => '', (int) 8 => '', (int) 9 => '' ], (int) 1 => [ (int) 0 => '', (int) 1 => '', (int) 2 => '', (int) 3 => '', (int) 4 => '', (int) 5 => '', (int) 6 => '', (int) 7 => '', (int) 8 => '', (int) 9 => '' ], 'version' => [ (int) 0 => '5.0', (int) 1 => 'AppleWebKit', (int) 2 => '537.36', (int) 3 => '', (int) 4 => 'like', (int) 5 => 'Gecko', (int) 6 => 'compatible', (int) 7 => 'ClaudeBot', (int) 8 => '1.0', (int) 9 => '' ], (int) 2 => [ (int) 0 => '5.0', (int) 1 => 'AppleWebKit', (int) 2 => '537.36', (int) 3 => '', (int) 4 => 'like', (int) 5 => 'Gecko', (int) 6 => 'compatible', (int) 7 => 'ClaudeBot', (int) 8 => '1.0', (int) 9 => '' ] ] $i = (int) 10App\Controller\AppController::getMyBrowser() - APP/Controller/AppController.php, line 136 App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 61 App\Controller\ProductsController::initialize() - APP/Controller/ProductsController.php, line 13 Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 272 ReflectionClass::newInstance() - [internal], line ?? Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 47 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 91 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Deprecated (8192): strripos() [<a href='https://secure.php.net/function.strripos'>function.strripos</a>]: Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior [APP/Controller/AppController.php, line 136]Code Context//see if version is before or after the nameif (strripos($u_agent,"Version") < strripos($u_agent,$ub)){$version= $matches['version'][0];$u_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $bname = 'Unknown' $platform = 'Unknown' $known = [ (int) 0 => 'Version', (int) 1 => null, (int) 2 => 'other' ] $pattern = '#(?<browser>Version||other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#' $matches = [ (int) 0 => [ (int) 0 => '/5.0', (int) 1 => ' AppleWebKit', (int) 2 => '/537.36', (int) 3 => ' ', (int) 4 => ' like', (int) 5 => ' Gecko', (int) 6 => ' compatible', (int) 7 => ' ClaudeBot', (int) 8 => '/1.0', (int) 9 => ' ' ], 'browser' => [ (int) 0 => '', (int) 1 => '', (int) 2 => '', (int) 3 => '', (int) 4 => '', (int) 5 => '', (int) 6 => '', (int) 7 => '', (int) 8 => '', (int) 9 => '' ], (int) 1 => [ (int) 0 => '', (int) 1 => '', (int) 2 => '', (int) 3 => '', (int) 4 => '', (int) 5 => '', (int) 6 => '', (int) 7 => '', (int) 8 => '', (int) 9 => '' ], 'version' => [ (int) 0 => '5.0', (int) 1 => 'AppleWebKit', (int) 2 => '537.36', (int) 3 => '', (int) 4 => 'like', (int) 5 => 'Gecko', (int) 6 => 'compatible', (int) 7 => 'ClaudeBot', (int) 8 => '1.0', (int) 9 => '' ], (int) 2 => [ (int) 0 => '5.0', (int) 1 => 'AppleWebKit', (int) 2 => '537.36', (int) 3 => '', (int) 4 => 'like', (int) 5 => 'Gecko', (int) 6 => 'compatible', (int) 7 => 'ClaudeBot', (int) 8 => '1.0', (int) 9 => '' ] ] $i = (int) 10strripos - [internal], line ?? App\Controller\AppController::getMyBrowser() - APP/Controller/AppController.php, line 136 App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 61 App\Controller\ProductsController::initialize() - APP/Controller/ProductsController.php, line 13 Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 272 ReflectionClass::newInstance() - [internal], line ?? Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 47 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 91 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Warning (512): Unable to emit headers. Headers sent in file=/home/trainli/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php, line 51]Code Contextif (Configure::read('debug')) {trigger_error($message, E_USER_WARNING);} else {$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => object(Cake\Http\Cookie\CookieCollection) {}, 'cacheDirectives' => [], 'body' => '<!DOCTYPE html><html> <head> <meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><link href="/img/store/large/favicon-fi.ico" type="image/x-icon" rel="icon"/><link href="/img/store/large/favicon-fi.ico" type="image/x-icon" rel="shortcut icon"/><title>Boiler, red, Coca-Cola, LGB 20235-E198</title><meta name="keywords" content="Boiler, red, Coca-Cola, LGB 20235-E198"/><meta name="description" content="LGB Parts; LGB Repair Parts; LGB 20235"/> <link rel="stylesheet" href="/css/front/bootstrap/bootstrap.min.css?v=100020"/> <link rel="stylesheet" href="/css/front/font-awesome/all.min.css?v=100020"/> <link rel="stylesheet" href="/css/front/site.css?v=100020"/> <link rel="stylesheet" href="/css/front/pages/bootstrap-modals.css?v=100020"/> <link rel="stylesheet" href="/css/front/zoom/zoom.css"/><link rel="stylesheet" href="/css/front/slick/slick.css"/><link rel="stylesheet" href="/css/front/slick/slick-theme.css"/><link rel="stylesheet" href="/css/front/pages/product-detail.css"/><!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V8PBGM8XPH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V8PBGM8XPH'); </script> </head> <body> <div class="notify"></div> <!-- Desktop - Top navigation start --> <style> .ipad-parent-navigation { background-color: #F2F2F2; z-index: 1; } .ipad-parent-navigation ul { font-size: 12px; background-color: #F2F2F2; z-index: 1; } .ipad-parent-navigation ul li { background-color: #F2F2F2; border: 0; } .iPad-nav-toggle { background-color: #082c50; } </style> <div class="container-fluid m-0 p-0"> <nav class="navbar navbar-expand-lg topbar m-0 p-0"> <div class="container"> <div class="collapse navbar-collapse" id="navbarNavDropdown"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" id="customer-account" href="/myaccount"><i class="fas fa-phone-alt"></i> Us For Order : +775-302-8111</a> </li> </ul> </div> <div class="navbar-collapse collapse"> <ul class="navbar-nav ml-auto"> <!-- <li class="nav-item"> <a class="nav-link" id="customer-account" href=""><i class="fas fa-phone-alt"></i> Us For Order : +775 302 8111</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> --> <li class="nav-item" id="topbarBasketCartInformation"></li> </ul> </div> </div> </nav> </div> <div class="container-fluid m-0 p-0 d-none d-md-block background-blue middle-header-container"> <div class="container w-100"> <div class="row"> <div class="col-6 py-3"> <img src="/img/store/large/logo-sl.png" id="site-logo" class="img-fluid" onclick="window.location.href='/'" alt=""/> </div> <div class="col-6 py-3 p-0"> <div class="col-12 navbar navbar-expand-lg navbar-expand-md py-0"> <div class="navbar-collapse collapse"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" id="customer-account" href="/">Home</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> <li class="nav-item"> <a class="nav-link" id="customer-login" href="javascript:;" data-toggle="modal" data-target="#normalModal">Login</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> <li class="nav-item"> <a class="nav-link" id="customer-register" href="javascript:;" data-toggle="modal" data-target="#wideModal">Register</a> </li> </ul> </div> </div> <div class="input-group col-12 p-0"> <input type="text" name="searchrequest" id="searchrequest" class="form-control" placeholder="Search" aria-label="Search" aria-describedby="site-search" /> <div class="input-group-append"> <span class="input-group-text"> <div class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input" id="site-category-search" name="site-category-search" /> <label class="custom-control-label" for="site-category-search">By Category</label> </div> </span> </div> <div class="input-group-append"> <button type="button" class="input-group-text" id="site-search-input"><i class="fas fa-search"></i> Search</button> </div> </div> <span class="price-website-note"> <a href="/product-parts-demand"> <i class="fas fa-angle-double-right"></i> Non Common Stocked Parts For LGB </a> </span> </div> </div> </div> </div> <style> .curvy-menu-full ul.navbar-nav { color: white; } .dropdown-menu { background-color: #fff; padding: 0 0 .5rem 0px; margin: 0 0 0 0; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -1px; display: none; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .nav-link.active, .dropdown-item.active { font-weight: bold; background-color: #f0f0f0; } </style> <nav class="navbar navbar-expand-lg curvy-menu-full tl-menu-2"> <div class="collapse navbar-collapse"> <ul class="navbar-nav custom-navbar-nav" style="margin: 0 auto;"> <li class="nav-item dropdown"> <a href="https://www.trainli.com/g-scale-products-especially-LGB-c-295" class="nav-link dropdown-toggle " aria-haspopup="true" aria-expanded="false">G-SCALE</a> <ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/track-switches-tools-c-54" class="nav-link dropdown-toggle ">Track/Switches/Railbenders</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/track-c-92" class="nav-link dropdown-toggle ">TRACK</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/brass-track-rail-p-21" class="nav-link ">Brass Track &amp; Rail</a></li><li class="dropdown"><a href="https://www.trainli.com/NpB-G-scale-flextrack-lgb-compatible-p-95" class="nav-link ">NpB Track &amp; Rail</a></li><li class="dropdown"><a href="https://www.trainli.com/display-track-p-122" class="nav-link ">Display Track</a></li><li class="dropdown"><a href="https://www.trainli.com/ties-p-156" class="nav-link ">Ties</a></li><li class="dropdown"><a href="https://www.trainli.com/g-scale-track-accessories-p-93" class="nav-link ">G-scale Track Accessories</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/rail-bender-c-36" class="nav-link dropdown-toggle ">RAILBENDERS</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/trainli-g-scale-railbenders-p-382" class="nav-link ">G-SCALE 250/215/332</a></li><li class="dropdown"><a href="https://www.trainli.com/ho-scale-railbender-p-384" class="nav-link ">HO-SCALE 100/83/70</a></li><li class="dropdown"><a href="https://www.trainli.com/o-scale-railbender-p-385" class="nav-link ">O-SCALE</a></li><li class="dropdown"><a href="https://www.trainli.com/railbender-accessories-p-383" class="nav-link ">ACCESSORIES</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/rail-clamps-p-61" class="nav-link ">RAIL CLAMPS</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/switches-c-29" class="nav-link dropdown-toggle ">SWITCHES</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/straight-p-55" class="nav-link ">Straight</a></li><li class="dropdown"><a href="https://www.trainli.com/switch-drives-stands-p-86" class="nav-link ">Switch Drives / EPL Switches / Switch Stands / Frog Kit</a></li><li class="dropdown"><a href="https://www.trainli.com/curved-p-56" class="nav-link ">Curved</a></li><li class="dropdown"><a href="https://www.trainli.com/3-way-switches-p-219" class="nav-link ">3 Way Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/Double-Crossover-p-512" class="nav-link ">Double Crossover Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/x-switches-p-220" class="nav-link ">X-Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/y-switches-p-222" class="nav-link ">Y-Switches</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/crossings-p-157" class="nav-link ">CROSSINGS</a></li><li class="dropdown"><a href="https://www.trainli.com/turntable-p-59" class="nav-link ">TURNTABLE</a></li><li class="dropdown"><a href="https://www.trainli.com/cog-rail-p-62" class="nav-link ">COG RAIL</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/accessories-signals-semaphores-catenary-poles-bidges-c-347" class="nav-link dropdown-toggle ">ACCESSORIES</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/catenary-p-38" class="nav-link ">Catenary</a></li><li class="dropdown"><a href="https://www.trainli.com/bridges-supports-p-314" class="nav-link ">Bridges&amp;Supports</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/signals-c-65" class="nav-link dropdown-toggle ">Signals</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/american-p-66" class="nav-link ">American</a></li><li class="dropdown"><a href="https://www.trainli.com/european-p-67" class="nav-link ">European</a></li></ul></li></ul></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/parts-and-repair-tools-for-lgb-c-84" class="nav-link dropdown-toggle ">Parts &amp; Repair Tools for LGB</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/common-parts-such-as-motors-wheels-gearboxes-handlebars-and-more-for-lgb-from-trainli-c-97" class="nav-link dropdown-toggle ">LGB PARTS </a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-wheels-wheel-sets-axle-sets-gears-from-trainli-p-282" class="nav-link ">LGB AXLES WHEELS &amp; PILOT TRUCKS</a></li><li class="dropdown"><a href="https://www.trainli.com/Cow Catcher Snowplows-p-468" class="nav-link ">LGB COWCATCHER / SNOWPLOW </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Bell ,Whistles-p-473" class="nav-link ">BELL / WHISTLES</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Brake wheels & rods-p-474" class="nav-link ">LGB BRAKE WHEELS &amp; RODS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB roof vents-p-475" class="nav-link ">LGB ROOF VENTS / SMOKE STACKS / CHIMNEYS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Buffer, Bumper-p-490" class="nav-link ">LGB BUFFERS / BUMPERS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Roofs-p-516" class="nav-link ">LGB ROOFS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-CHASSIS-TENDER FRAME -p-518" class="nav-link ">LGB CHASSIS / TENDER FRAME</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-doors-windows-walla-p-519" class="nav-link ">LGB DOORS / WINDOWS / WALLS</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-electric-connectors-cables-p-287" class="nav-link ">CABLES &amp; PLUGS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Couplers-p-311" class="nav-link ">LGB COUPLERS &amp; HOOKS</a></li><li class="dropdown"><a href="https://www.trainli.com/Gears-p-425" class="nav-link ">LGB GEARS</a></li><li class="dropdown"><a href="https://www.trainli.com/handbreakwheel-p-430" class="nav-link ">LGB HANDBRAKES / WHEELS &amp; RODS</a></li><li class="dropdown"><a href="https://www.trainli.com/handelbar-grabrails-p-293" class="nav-link ">HANDLEBARS &amp; GRABRAILS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-hoses-cables-p-330" class="nav-link ">HOSES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-lanterns & headlamps-p-402" class="nav-link ">LGB LANTERNS / HEADLAMPS</a></li><li class="dropdown"><a href="https://www.trainli.com/lantern-lenses-inserts-rings-p-226" class="nav-link ">LENSES / INSERSTS / LANTERN RINGS</a></li><li class="dropdown"><a href="https://www.trainli.com/light-bulbs-p-280" class="nav-link ">LIGHTS BULBS / LIGHT STRIP </a></li><li class="dropdown"><a href="https://www.trainli.com/Lubricant-p-432" class="nav-link ">LUBRICANTS / GREASE / GRAPHIC PASTE / OIL PEN / TOOLSET</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-motors-short-shaft-long-shaft-and-many-more-p-281" class="nav-link ">LGB MOTORS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-motorblocks-suitable-for-various-engines-p-334" class="nav-link ">LGB MOTORBLOCKS / GEARBOXES / LIDS</a></li><li class="dropdown"><a href="https://www.trainli.com/Pantographs-p-454" class="nav-link ">LGB PANTOGRAPHS / TROLLEY POLES</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB trucks & Frames-p-455" class="nav-link ">LGB TRUCKS / FRAMES / BOGIE / PIVOTS</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-screws-washers-p-306" class="nav-link ">SCREWS / RIVETS / WASHERS</a></li><li class="dropdown"><a href="https://www.trainli.com/all-about-kgb-smoke-units-and-smoke-fluid-p-284" class="nav-link ">LGB SMOKE UNITS &amp; SMOKE FLUID</a></li><li class="dropdown"><a href="https://www.trainli.com/SideRods-Crosshead guides-p-451" class="nav-link ">LGB SIDE RODS / CROSSHEAD GUIDES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-track-cleaning-parts-p-328" class="nav-link ">LGB TRACK CLEANING WHEELS / BLOCKS / PADS </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-engine-maintenance-tools-p-310" class="nav-link ">LGB BRUSHES / PICK UP SHOES / TRACTION TIRES </a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/trainli-circuit-main-boards-p-422" class="nav-link ">LGB CIRCUIT &amp; MAIN BOARDS</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/repair-parts-for-lgb-from-trainli-c-98" class="nav-link dropdown-toggle ">LGB ENGINE &amp; CAR REPLACEMENT BY PRODUCT NUMBER</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/steam-engines-parts-for-us-and-european-lgb-engines-c-101" class="nav-link dropdown-toggle ">LGB Steam Engines (US-European)</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-2x5xx-lgb-box-engine-p-137" class="nav-link ">LGB 2x5xx LGB Box Engine</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-2x74x-db-steam-engine-99-241-p-252" class="nav-link ">LGB 2x74x DB Steam Engine 99 241</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-aster-22832-db-99633-and-258-p-253" class="nav-link ">LGB/Aster 22832 DB 99633 and 258</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-2x841-2-saxon-iv-k-132-meyer-p-264" class="nav-link ">LGB 2x841/2 Saxon IV K 132 Meyer</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20700-20710-20720-20730-U-engine-parts-p-268" class="nav-link ">LGB 2070 2071 2072 2073 Tende</a></li><li class="dropdown"><a href="https://www.trainli.com/frank-s-20261-21261-24266-p-315" class="nav-link ">Frank S 20261 21261 24266</a></li><li class="dropdown"><a href="https://www.trainli.com/stainz-lgb-2010-2020-21211-70302-parts-p-108" class="nav-link ">LGB 2010/2020/21211/70302 Stainz</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-2018-LGB-2019-LGB-2028-Mogul-steam-engine-repair-parts-p-110" class="nav-link ">LGB 2018/2019/2028 Mogul</a></li><li class="dropdown"><a href="https://www.trainli.com/steam-loco-w-tender-lgb2015-2017-p-124" class="nav-link ">LGB 2015/2017 Steam Loco w/Tender</a></li><li class="dropdown"><a href="https://www.trainli.com/dr-ruegen-lgb-28001-p-126" class="nav-link ">LGB 28001 DR Ruegen </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-mallet-sound-lgb-20850-p-254" class="nav-link ">LGB 20850 DR-Mallet Sound</a></li><li class="dropdown"><a href="https://www.trainli.com/h-k-porter-lgb-22771-p-255" class="nav-link ">LGB 22771 Toy train Rusty Porter Emma HK Porter</a></li><li class="dropdown"><a href="https://www.trainli.com/hsb-dr-99-6001-lgb-20800-p-256" class="nav-link ">LGB 20800 HSB DR 99 6001 </a></li><li class="dropdown"><a href="https://www.trainli.com/uintah-sv-mallet-lgb-20882-2188-p-257" class="nav-link ">LGB 20882 2188 Uintah/SV Mallet </a></li><li class="dropdown"><a href="https://www.trainli.com/tenderloco-small-lgb-20760-p-258" class="nav-link ">LGB 20760 Tender loco Small </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-mikado-27872-2x872-p-259" class="nav-link ">LGB 27872 2x872 Mikado</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-fourney-lgb-20251-p-260" class="nav-link ">LGB 20251 LGB Forney </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-20140-20130-20910-p-261" class="nav-link ">LGB 20140 20130 20910</a></li><li class="dropdown"><a href="https://www.trainli.com/sbb-bruenigbahn-hg-3-3-lgb-22470-p-262" class="nav-link ">LGB 22470 SBB-Bruenigbahn HG 3/3 </a></li><li class="dropdown"><a href="https://www.trainli.com/spreewald-lgb-2074-p-263" class="nav-link ">LGB 2074 Spreewald</a></li><li class="dropdown"><a href="https://www.trainli.com/heidi-g-3-4-11-lgb-20271-p-270" class="nav-link ">LGB 20271 Heidi G 3/4 11 </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20232-20230-2-4-0-engine-p-316" class="nav-link ">LGB 20232/20230 2-4-0 US Engine</a></li><li class="dropdown"><a href="https://www.trainli.com/Aster-Hudson-p-449" class="nav-link ">LGB 20542 Aster Hudson</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-21811-p-514" class="nav-link ">LGB 21811 HSB 2-10-2 Brockenlok</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-diesel-engines-parts-for-us-and-european-engines-from-trainli-c-100" class="nav-link dropdown-toggle ">LGB Diesel Engines (US=European</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-20570-20580-F7A-F7B-Parts-p-99" class="nav-link ">LGB 20570 20580 F7A/B Parts</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-track-cleaning-loco-20670-21670-p-123" class="nav-link ">LGB 20670 21670 Track Cleaning</a></li><li class="dropdown"><a href="https://www.trainli.com/diesel-koef-lgb-2090-2190-p-128" class="nav-link ">LGB 2090/2190 Diesel Koef</a></li><li class="dropdown"><a href="https://www.trainli.com/diesel-Schöma-lgb-2060-2061-p-129" class="nav-link ">LGB 2060/2061 Diesel Schöma</a></li><li class="dropdown"><a href="https://www.trainli.com/double-wismar-lgb-2065-p-130" class="nav-link ">LGB 2065 Double Wismar</a></li><li class="dropdown"><a href="https://www.trainli.com/railcar-friesland-lgb-2064-p-131" class="nav-link ">LGB 2064 Railcar Friesland</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20660-diesel-railcar-schweineschnaeuz-p-132" class="nav-link ">LGB 20660 railcar Schweineschna</a></li><li class="dropdown"><a href="https://www.trainli.com/alco-dl535e-wp-y-diesel-lgb-2055-p-133" class="nav-link ">LGB 2055 Alco DL535E WP&amp;Y Diesel</a></li><li class="dropdown"><a href="https://www.trainli.com/genesis-lgb-20490-21490-p-151" class="nav-link ">LGB 20490/21490 Genesis</a></li><li class="dropdown"><a href="https://www.trainli.com/db-switcher-lgb-21590-p-152" class="nav-link ">LGB 21590 DB Switcher</a></li><li class="dropdown"><a href="https://www.trainli.com/industrial-switcher-lgb-2062-3-p-153" class="nav-link ">LGB 2062/3 Industrial switcher</a></li><li class="dropdown"><a href="https://www.trainli.com/db-v51-v52-lgb-2051-p-154" class="nav-link ">LGB 2051 DB V51/V52</a></li><li class="dropdown"><a href="https://www.trainli.com/obb-lgb-2095-2096-p-155" class="nav-link ">LGB 2095 - 2096 OBB</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB-electric-engine-and-tram-parts-for-us-and-european-from-trainli-c-107" class="nav-link dropdown-toggle ">LGB Electric Engine &amp; Tram Parts</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-2046-2146-2246-cog-engine-p-109" class="nav-link ">LGB 2046/2146/2246 Cog-engine</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20310-BR101-Engine-parts-for-Repair-p-139" class="nav-link ">LGB 20310 BR 101</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-2030-E1-Steeple-Engine-p-141" class="nav-link ">LGB 2030-21300-22300 E1 Ste</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-21759-p-307" class="nav-link ">LGB-21759</a></li><li class="dropdown"><a href="https://www.trainli.com/lce-ice-amtrak-train-p-317" class="nav-link ">LCE | ICE | Amtrak train</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20440-p-140" class="nav-link ">LGB 20440 RhB Gea 2/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20450-p-142" class="nav-link ">LGB 20450 RhB Ge 2/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-4-4-iii-lgb-20420-25420-p-143" class="nav-link ">LGB 20420-25420 RhB Ge 4/4 III</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-6-6-crok-lgb-20400-p-145" class="nav-link ">LGB 20400 RhB Ge 6/6 Krokodil</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-abe-4-4-i-lgb-20390-p-146" class="nav-link ">LGB 20390 RhB Abe 4/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-4-4-ii-lgb-20430-p-147" class="nav-link ">LGB 20430 RhB Ge 4/4 II</a></li><li class="dropdown"><a href="https://www.trainli.com/tractor-lgb-2033-2133-p-148" class="nav-link ">LGB 2033-2133 Tractor</a></li><li class="dropdown"><a href="https://www.trainli.com/european_streetcar_lgb_20350-p-149" class="nav-link ">LGB 20350 European Trolley or Streetcar</a></li><li class="dropdown"><a href="https://www.trainli.com/Parts_for_us_streetcar_20380-p-335" class="nav-link ">LGB 20380 US Streetcar</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20220-Allegra-p-530" class="nav-link ">LGB 20220 Allegra</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB-draisine-handcar-parts-from-trainli-c-198" class="nav-link dropdown-toggle ">LGB Draisine/Handcar Parts</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-handcar-maintenance-Gustav-p-199" class="nav-link ">LGB-Gustav MNTC Handcar</a></li><li class="dropdown"><a href="https://www.trainli.com/circus-handcar-lgb-22010-p-200" class="nav-link ">Circus Handcar LGB 22010</a></li><li class="dropdown"><a href="https://www.trainli.com/disney-handcar-lgb-23010-p-201" class="nav-link ">Disney Handcar LGB 23010</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20020-21020-22020-Flyer-Series-Handcars-p-202" class="nav-link ">LGB 2x02x Flyer Series Handcars</a></li><li class="dropdown"><a href="https://www.trainli.com/christmas-handcar-lgb-21010-p-203" class="nav-link ">Christmas Handcar LGB 21010</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Special-Edition-Handcar-p-337" class="nav-link ">LGB Special Edition Handcar</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-passenger-car-parts-us-european-c-180" class="nav-link dropdown-toggle ">LGB Passenger Car Parts(US-Euro)</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/us-streamline-car-lgb-30570-3059-p-181" class="nav-link ">US Streamline Car LGB 30570-3059</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-30600-30610-Barmen-mountain-car-ii-parts-p-187" class="nav-link ">LGB-30600/61 Barmen Mountain Car</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB 30050-30190-Common-Standard- Carstandard-car-2-axle-passenger-car-p-190" class="nav-link ">LGB 30050-30190 Common Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-sightseeing-car-lgb-30250-30-p-194" class="nav-link ">RhB Sightseeing Car LGB 30250/30</a></li><li class="dropdown"><a href="https://www.trainli.com/zillertal-keg-car-lgb-30420-p-183" class="nav-link ">LGB 30420 Zillertal Keg Car </a></li><li class="dropdown"><a href="https://www.trainli.com/compartment-car-lgb-30500-p-185" class="nav-link ">LGB 30500 Compartment Car </a></li><li class="dropdown"><a href="https://www.trainli.com/ballenberg-mountain-car-lgb-3033-p-186" class="nav-link ">LGB 3033 Ballenberg Mountain Car </a></li><li class="dropdown"><a href="https://www.trainli.com/german-train-club-car-lgb-30200-p-188" class="nav-link ">LGB 30200 German Train Club Car </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-passenger-car-lgb-30400-31400-p-189" class="nav-link ">LGB 30400-31400 DR Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/db-passenger-car-lbg-30700-30730-p-191" class="nav-link ">LGB 30700-30730 DB Passenger Car</a></li><li class="dropdown"><a href="https://www.trainli.com/austrian-passenger-car-lgb-30620-p-192" class="nav-link ">LGB 30620 Austrian Passenger Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-2-axle-passenger-car-lgb-303-p-195" class="nav-link ">LGB 30550 RhB 2-axle passenger car</a></li><li class="dropdown"><a href="https://www.trainli.com/saxon-passenger-car-lgb-30350-p-196" class="nav-link ">LGB 30350 Saxon Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/d-rgw-pass-freight-car-lgb-30810-p-232" class="nav-link ">LGB 30810 D&amp;RGW Pass/Freight Car </a></li><li class="dropdown"><a href="https://www.trainli.com/d-rgw-passenger-car-lgb-30800-30-p-233" class="nav-link ">LGB 30800/30 D&amp;RGW Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/db-2nd-cl-pass-car-lgb-30310-p-235" class="nav-link ">LGB 30310 DB 2nd Cl. Pass. Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-passenger-car-lgb-30510-3051-p-236" class="nav-link ">LGB 30510/3051 RhB Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/grizzly-flats-passenger-car-lgb-p-237" class="nav-link ">LGB 30440 Grizzly Flats Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-dining-car-lgb-30520-31520-p-239" class="nav-link ">LGB 30520/31520 RhB Dining Car </a></li><li class="dropdown"><a href="https://www.trainli.com/c2012-c114-la-bucunada-lgb-30340-p-240" class="nav-link ">LGB 30340 C2012/C114 La Bucunada </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-passenger-car-lgb-30670-3067-p-242" class="nav-link ">LGB 30670/3067 RhB Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-baggage-car-lgb-30690-31690-p-244" class="nav-link ">LGB 30690/31690/ RhB Baggage Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-control-car-lgb-30900-31900-p-245" class="nav-link ">LGB 30900/31900 RhB Control Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-panorama-car-lgb-30660-31660-p-246" class="nav-link ">LGB 30660/31660 RhB Panorama Car </a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-freight-car-parts-us-and-european-from-trainli-c-168" class="nav-link dropdown-toggle ">LGB Freight Car Parts (US-Europe</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-40670-40910-US-Boxcars-parts-for-two-basic-styles-standard-and-western-p-343" class="nav-link ">LGB-40670-40910 US Boxcars parts</a></li><li class="dropdown"><a href="https://www.trainli.com/depressed-center-car-lgb-40580-p-169" class="nav-link ">LGB-40390 Depressed Center Car</a></li><li class="dropdown"><a href="https://www.trainli.com/ballenberg-post-luggage-40330-p-170" class="nav-link ">LGB 40330 Ballenberg Post/Luggage</a></li><li class="dropdown"><a href="https://www.trainli.com/mixed-use-car-lgb-40390-p-171" class="nav-link ">LGB-40390 Mixed Use Car </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-baggage-cart-lgb-40520-p-172" class="nav-link ">LGB 40520 DR Baggage Cart</a></li><li class="dropdown"><a href="https://www.trainli.com/field-railway-cars-lgb-40160-401-p-173" class="nav-link ">LGB 40160-401 Field Railway Cars </a></li><li class="dropdown"><a href="https://www.trainli.com/boxcar-various-p-174" class="nav-link ">LGB 2-axle Boxcar (various #)</a></li><li class="dropdown"><a href="https://www.trainli.com/hot-metal-car-lgb-40560-p-175" class="nav-link ">LGB 40560 Hot metal Car </a></li><li class="dropdown"><a href="https://www.trainli.com/high-sided-gondola-various-p-176" class="nav-link ">LGB 40240/40210 High-sided Gondola (Various #)</a></li><li class="dropdown"><a href="https://www.trainli.com/two-axle-tank-car-lgb-40400-4040-p-177" class="nav-link ">LGB 40400/4040 Two Axle Tank Car </a></li><li class="dropdown"><a href="https://www.trainli.com/tower-maintenance-car-lgb-35300-p-197" class="nav-link ">LGB 35300 Tower Maintenance car</a></li><li class="dropdown"><a href="https://www.trainli.com/four-axle-tank-car-lgb-40800-408-p-204" class="nav-link ">LGB 40800/408 Four Axle Tank Car </a></li><li class="dropdown"><a href="https://www.trainli.com/crane-car-lgb-40420-p-205" class="nav-link ">LGB 40420 Crane Car</a></li><li class="dropdown"><a href="https://www.trainli.com/low-side-car-lgb-4000-4013-p-206" class="nav-link ">LGB 4000 - 4013 Low Side Car </a></li><li class="dropdown"><a href="https://www.trainli.com/prr-ore-jenny-lgb-40040-p-207" class="nav-link ">LGB 40040 PRR Ore Jenny </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-container-wagon-lgb-40140-p-208" class="nav-link ">LGB 40140 RhB Container Wagon</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-two-axle-boxcar-lgb-40810-p-209" class="nav-link ">LGB 40810 RhB Two Axle Boxcar</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-tank-wagon-lgb-40830-p-210" class="nav-link ">LGB 40830 RhB Tank Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-freight-side-dump-car-lgb-41-p-211" class="nav-link ">LGB 41610 RhB Freight Side Dump Car</a></li><li class="dropdown"><a href="https://www.trainli.com/floodlight-car-lgb-40490-41490-p-212" class="nav-link ">LGB 40490 - 41490 Floodlight Car </a></li><li class="dropdown"><a href="https://www.trainli.com/freight-wagon-lgb-40410-42413-p-213" class="nav-link ">LGB 40410 - 42413 Freight Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/silo-wagon-lgb-40250-p-214" class="nav-link ">LGB 40250 Silo Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/cement-mixer-car-lgb-40550-p-215" class="nav-link ">LGB 40550 Cement Mixer Car </a></li><li class="dropdown"><a href="https://www.trainli.com/steiff-flat-car-lgb-43140-p-216" class="nav-link ">LGB 43140 Steiff Flat Car </a></li><li class="dropdown"><a href="https://www.trainli.com/austrian-boxcar-lgb-40620-4063-p-218" class="nav-link ">LGB 40620 - 4063 Austrian Boxcar </a></li><li class="dropdown"><a href="https://www.trainli.com/caboose-lgb-40650-p-221" class="nav-link ">LGB 40650 Caboose</a></li><li class="dropdown"><a href="https://www.trainli.com/timber-wagon-lgb-40660-p-227" class="nav-link ">LGB 40660 Timber Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/us-caboose-lgb-40710-40750-40790-p-228" class="nav-link ">LGB 40710/40750/40790 US Caboose </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-40640-us-refrigerated-car-parts-p-231" class="nav-link ">LGB 4072 - 40640 US Refrigerated box cars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-40300-European-Boxcars-parts-p-331" class="nav-link ">LGB 4x3xx European Boxcars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-40880-style-RhB-DB-high-sided-gondola-parts-p-342" class="nav-link ">LGB 40880 style RhB and DB high</a></li></ul></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/ENGINEERS & FIREMEN-p-433" class="nav-link ">LGB ENGINEERS / FIREMEN / CIRCUS HANDCAR FIGURES</a></li><li class="dropdown"><a href="https://www.trainli.com/tools-accessories-for-repair-p-269" class="nav-link ">REPAIR TOOLS &amp; ACCESSORIES </a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-collections-c-447" class="nav-link dropdown-toggle ">LGB</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB 2026 -p-534" class="nav-link ">LGB 2026</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB 2025-c-522" class="nav-link dropdown-toggle ">LGB 2025</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/2025-USA-p-524" class="nav-link ">USA</a></li><li class="dropdown"><a href="https://www.trainli.com/2025-DB-p-526" class="nav-link ">DB </a></li><li class="dropdown"><a href="https://www.trainli.com/2025-RhB-p-525" class="nav-link ">RhB</a></li><li class="dropdown"><a href="https://www.trainli.com/Other-2025-p-527" class="nav-link ">Other New for 2025</a></li><li class="dropdown"><a href="https://www.trainli.com/Christmas 2025-p-528" class="nav-link ">Christmas 2025</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Catalogs-p-452" class="nav-link ">Catalogs</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Starter Sets-p-448" class="nav-link ">LGB Starter Sets</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-locomotives-c-456" class="nav-link dropdown-toggle ">LGB Locomotives</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB Steam Locomotives-p-461" class="nav-link ">LGB Steam Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Diesel Locomotives-p-462" class="nav-link ">LGB Diesel Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Electric Locomotives-p-463" class="nav-link ">LGB Electric Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Gasoline Locomotives-p-464" class="nav-link ">LGB Gasoline Locomotives</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-rolling-stock-c-457" class="nav-link dropdown-toggle ">LGB Rolling stock</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-Passanger-p-459" class="nav-link ">LGB Passenger Cars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Freight Cars-p-460" class="nav-link ">LGB Freight Cars</a></li></ul></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Premium-c-439" class="nav-link dropdown-toggle ">PREMIUM, Pullman, KISS, LGB Highend</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/PREMIUM locomotives-p-440" class="nav-link ">PREMIUM locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/PREMIUM Rolling Stock-p-441" class="nav-link ">PREMIUM Rolling Stock</a></li><li class="dropdown"><a href="https://www.trainli.com/TrainLi Swiss-p-458" class="nav-link ">TrainLi Swiss</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Piko-c-442" class="nav-link dropdown-toggle ">Piko</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/Piko Locomotives-p-443" class="nav-link ">Piko Locomotives</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Pola-c-482" class="nav-link dropdown-toggle ">Pola</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/Pola Buildings-p-483" class="nav-link ">Pola Buildings</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola People-p-484" class="nav-link ">Inhabitants of the miniature worlds</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola Parts & Accessories-p-485" class="nav-link ">Pola Parts &amp; Accessories</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/TrainLine45-c-435" class="nav-link dropdown-toggle ">Train Line 45</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/TL-Locomotives-p-436" class="nav-link ">TL Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/TL-Cars-p-437" class="nav-link ">TL Cars</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/houses-accessories-c-275" class="nav-link dropdown-toggle ">BUILDINGS / BRIDGES / FIGURES / STEET LAMPS / Accessories</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/BUILDINGS-c-78" class="nav-link dropdown-toggle ">BUILDINGS</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/industrial-structures-p-116" class="nav-link ">Industrial Structures</a></li><li class="dropdown"><a href="https://www.trainli.com/windows-doors-p-223" class="nav-link ">Windows &amp; Doors</a></li><li class="dropdown"><a href="https://www.trainli.com/buildings-kits-p-274" class="nav-link ">Buildings (kits)</a></li><li class="dropdown"><a href="https://www.trainli.com/houses-build-up-p-111" class="nav-link ">Buildings (built)</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/g-scale-figures-c-358" class="nav-link dropdown-toggle ">FIGURES</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-g-scale-figures-c-361" class="nav-link dropdown-toggle ">LGB-figures</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-g-scale-figures-p-362" class="nav-link ">LGB FIGURES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-Engineers-firemen-and-others-p-336" class="nav-link ">LGB ENGINEERS</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/prehm-g-scale-figures-p-165" class="nav-link ">PREHM</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola People-p-486" class="nav-link ">Pola figures</a></li><li class="dropdown"><a href="https://www.trainli.com/AD-Figures-p-487" class="nav-link ">American Diorama Figures</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/small-goods-p-52" class="nav-link ">Small Goods</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/automobiles-c-23" class="nav-link dropdown-toggle ">Automobiles</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/american-c-45" class="nav-link dropdown-toggle ">American</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/ford-p-46" class="nav-link ">Ford</a></li><li class="dropdown"><a href="https://www.trainli.com/chevrolet-p-47" class="nav-link ">Chevrolet</a></li><li class="dropdown"><a href="https://www.trainli.com/studebaker-p-48" class="nav-link ">Studebaker</a></li><li class="dropdown"><a href="https://www.trainli.com/other-p-53" class="nav-link ">Other</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/european-p-44" class="nav-link ">European</a></li></ul></li></ul></li></ul> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="https://www.trainli.com/LGB-Catalogs-p-452">CATALOGS</a> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="https://www.trainli.com/jc-usa-collection-c-355">JC JAEGERNDORFER USA</a> </li> <li class="dropdown my-dropdown"> <a class="nav-link nav-link-top" href="#">RESOURCES</a> <ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"> <li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Trainli TV</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/trainli-tv-videos">TRAINLI TV Videos</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/trainli-tech-tv">TRAINLI TECH TV Videos</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tech Tips</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/tech-tips-trainli">TECH TIPS</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="/page/Javascript:;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Know How</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/all-about-lgb-motors-wheels-gears-gearboxes-knowledge-article">LGB Motors, Wheels, Gears, etc.</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/parts-diagrma-for-steam-engine-linkage-or-valve-gear-as-used-in-lgb-steam-engines">Parts for Steam Engine Linkage</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/sound-installtion-and-repair">Sound Installation and Repair</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-mts-dcc-maerklin-mfx-massoth-nce-piko-lenz-zimo-digital-control">DCC - LGB MTS and other Digital Control</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/MTS-FAQ-frequently-asked-questions-about-LGB-MTS-functionality">MTS Important FAQ from LGB</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/the-definition-about-era-usage-for-lgb-and-other-gscale-rolling-stock">The Rolling Stock Era Definition</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/DCC-Calculator-from-TRAINLI">DCC Calculator</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">LGB INFO</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/How-to-order-parts-from-TRAINLI">How To Order Parts</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-engine-pdf">LGB Parts PDFs</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-user-guide-manual">LGB User Guides</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/Risks-of-buying-used-LGB-rolling-stock-on-Ebay">Used Rolling Stock Purchases on Ebay</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-special-parts-inquiry-form-by-trainli">LGB Special Parts Order *COMING SOON!*</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/JC-Tips-Tricks">JAEGERNDORFER-USA Tips-Tricks</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Contact Us</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/phone-hours">Opening Hours</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/about-trainli">About Us</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/repair-install-parts-trainli">Repair</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/privacy-notice">Privacy Notice</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/address">Our Addresses</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/shipping-policy">Shipping Policy</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/why-trainli">Why the name TRAINLI</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/return-policy">Return Policy</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li> </ul> </li> <li><a class="nav-link" href="https://www.trainli.com/sound-digital-rf-c-83">ANALOG/DCC</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/premium_services">REPAIR / INSTALL SERVICE</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/preowned">PRE-OWNED</a></li></li><li><a class="nav-link" href="https://www.trainli.com/SALE-p-508">SALE</a></li></li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/solely-for-gardeners">STARTER SETS</a> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/contact">CONTACT</a> </li> </ul> </div> </nav> <!-- Desktop - Top navigation stop --> <!-- MOBILE HEADER START --> <header id="header" class="d-block d-sm-none"> <div class="row m-0 p-0"> <div class="col-2 m-0 p-0"> <div class="nav-toggle"> <div class="icon-menu"> <span class="line line-1"></span> <span class="line line-2"></span> <span class="line line-3"></span> </div> </div> </div> <div class="col-6 m-0 p-0"> <div class="logo"> <a href="tel:+17753028111" style="color: #000;"><i class="fa fa-phone"> Us +1 775 302 8111</i></a> </div> </div> <div class="col-4 m-0 p-0"> <div class="m-cart"> <div class="nav-cart mob-nav-bdr"> <a href="/cart"><i class="fas fa-shopping-bag"></i></a> </div> <div class="nav-cart mob-nav-bdr"> <a id="customer-login" href="javascript:;" data-toggle="modal" data-target="#normalModal"><i class="fa fa-user fa-lg"></i></a> </div> <div class="nav-cart"> <a id="customer-register" href="javascript:;" data-toggle="modal" data-target="#wideModal"><i class="fas fa-sign-in-alt"></i></a> </div> </div> </div> </div> <div class="nav-container"> <div class="mob-srch"> <div class="row m-0 pt-1"> <div class="col-1"> <input type="checkbox" class="category_search" id="mobile-category-search" name="mobile-category-search" /> </div> <div class="col-10 pl-1"> <span class="mob-header-by-category">By Category</span> </div> </div> <div class="row m-0 pb-3"> <div class="col-8"> <input type="text" name="mobsearchrequest" class="search-style search-query" placeholder="Search here..."> </div> <div class="col-4 p-0"> <button type="button" id="mobile-search-input" class="input-group-text search-input"><i class="fas fa-search"></i> Search</button> </div> </div> </div> <div> <ul class="topnav"> <li> <a href="/">HOME</a> </li> <li><a href="javascript:;">G-SCALE</a><ul><li><a href="javascript:;">Track/Switches/Railbenders</a><ul><li><a href="javascript:;">TRACK</a><ul><li><a href="https://www.trainli.com/brass-track-rail-p-21" >Brass Track & Rail</a></li><li><a href="https://www.trainli.com/NpB-G-scale-flextrack-lgb-compatible-p-95" >NpB Track & Rail</a></li><li><a href="https://www.trainli.com/display-track-p-122" >Display Track</a></li><li><a href="https://www.trainli.com/ties-p-156" >Ties</a></li><li><a href="https://www.trainli.com/g-scale-track-accessories-p-93" >G-scale Track Accessories</a></li></ul></li><li><a href="javascript:;">RAILBENDERS</a><ul><li><a href="https://www.trainli.com/trainli-g-scale-railbenders-p-382" >G-SCALE 250/215/332</a></li><li><a href="https://www.trainli.com/ho-scale-railbender-p-384" >HO-SCALE 100/83/70</a></li><li><a href="https://www.trainli.com/o-scale-railbender-p-385" >O-SCALE</a></li><li><a href="https://www.trainli.com/railbender-accessories-p-383" >ACCESSORIES</a></li></ul></li><li><a href="https://www.trainli.com/rail-clamps-p-61" >RAIL CLAMPS</a></li><li><a href="javascript:;">SWITCHES</a><ul><li><a href="https://www.trainli.com/straight-p-55" >Straight</a></li><li><a href="https://www.trainli.com/switch-drives-stands-p-86" >Switch Drives / EPL Switches / Switch Stands / Frog Kit</a></li><li><a href="https://www.trainli.com/curved-p-56" >Curved</a></li><li><a href="https://www.trainli.com/3-way-switches-p-219" >3 Way Switches</a></li><li><a href="https://www.trainli.com/Double-Crossover-p-512" >Double Crossover Switches</a></li><li><a href="https://www.trainli.com/x-switches-p-220" >X-Switches</a></li><li><a href="https://www.trainli.com/y-switches-p-222" >Y-Switches</a></li></ul></li><li><a href="https://www.trainli.com/crossings-p-157" >CROSSINGS</a></li><li><a href="https://www.trainli.com/turntable-p-59" >TURNTABLE</a></li><li><a href="https://www.trainli.com/cog-rail-p-62" >COG RAIL</a></li><li><a href="javascript:;">ACCESSORIES</a><ul><li><a href="https://www.trainli.com/catenary-p-38" >Catenary</a></li><li><a href="https://www.trainli.com/bridges-supports-p-314" >Bridges&Supports</a></li><li><a href="javascript:;">Signals</a><ul><li><a href="https://www.trainli.com/american-p-66" >American</a></li><li><a href="https://www.trainli.com/european-p-67" >European</a></li></ul></li></ul></li></ul></li><li><a href="javascript:;">Parts & Repair Tools for LGB</a><ul><li><a href="javascript:;">LGB PARTS </a><ul><li><a href="https://www.trainli.com/lgb-doors-windows-walla-p-519" >LGB DOORS / WINDOWS / WALLS</a></li><li><a href="https://www.trainli.com/LGB-CHASSIS-TENDER FRAME -p-518" >LGB CHASSIS / TENDER FRAME</a></li><li><a href="https://www.trainli.com/lgb-wheels-wheel-sets-axle-sets-gears-from-trainli-p-282" >LGB AXLES WHEELS & PILOT TRUCKS</a></li><li><a href="https://www.trainli.com/LGB-Roofs-p-516" >LGB ROOFS</a></li><li><a href="https://www.trainli.com/LGB Buffer, Bumper-p-490" >LGB BUFFERS / BUMPERS</a></li><li><a href="https://www.trainli.com/LGB roof vents-p-475" >LGB ROOF VENTS / SMOKE STACKS / CHIMNEYS</a></li><li><a href="https://www.trainli.com/LGB Brake wheels & rods-p-474" >LGB BRAKE WHEELS & RODS</a></li><li><a href="https://www.trainli.com/LGB Bell ,Whistles-p-473" >BELL / WHISTLES</a></li><li><a href="https://www.trainli.com/Cow Catcher Snowplows-p-468" >LGB COWCATCHER / SNOWPLOW </a></li><li><a href="https://www.trainli.com/lgb-electric-connectors-cables-p-287" >CABLES & PLUGS</a></li><li><a href="https://www.trainli.com/LGB-Couplers-p-311" >LGB COUPLERS & HOOKS</a></li><li><a href="https://www.trainli.com/Gears-p-425" >LGB GEARS</a></li><li><a href="https://www.trainli.com/handbreakwheel-p-430" >LGB HANDBRAKES / WHEELS & RODS</a></li><li><a href="https://www.trainli.com/LGB-hoses-cables-p-330" >HOSES</a></li><li><a href="https://www.trainli.com/handelbar-grabrails-p-293" >HANDLEBARS & GRABRAILS</a></li><li><a href="https://www.trainli.com/lgb-lanterns & headlamps-p-402" >LGB LANTERNS / HEADLAMPS</a></li><li><a href="https://www.trainli.com/lantern-lenses-inserts-rings-p-226" >LENSES / INSERSTS / LANTERN RINGS</a></li><li><a href="https://www.trainli.com/light-bulbs-p-280" >LIGHTS BULBS / LIGHT STRIP </a></li><li><a href="https://www.trainli.com/Lubricant-p-432" >LUBRICANTS / GREASE / GRAPHIC PASTE / OIL PEN / TOOLSET</a></li><li><a href="https://www.trainli.com/LGB-motorblocks-suitable-for-various-engines-p-334" >LGB MOTORBLOCKS / GEARBOXES / LIDS</a></li><li><a href="https://www.trainli.com/lgb-motors-short-shaft-long-shaft-and-many-more-p-281" >LGB MOTORS</a></li><li><a href="https://www.trainli.com/Pantographs-p-454" >LGB PANTOGRAPHS / TROLLEY POLES</a></li><li><a href="https://www.trainli.com/LGB trucks & Frames-p-455" >LGB TRUCKS / FRAMES / BOGIE / PIVOTS</a></li><li><a href="https://www.trainli.com/lgb-screws-washers-p-306" >SCREWS / RIVETS / WASHERS</a></li><li><a href="https://www.trainli.com/SideRods-Crosshead guides-p-451" >LGB SIDE RODS / CROSSHEAD GUIDES</a></li><li><a href="https://www.trainli.com/all-about-kgb-smoke-units-and-smoke-fluid-p-284" >LGB SMOKE UNITS & SMOKE FLUID</a></li><li><a href="https://www.trainli.com/lgb-track-cleaning-parts-p-328" >LGB TRACK CLEANING WHEELS / BLOCKS / PADS </a></li><li><a href="https://www.trainli.com/lgb-engine-maintenance-tools-p-310" >LGB BRUSHES / PICK UP SHOES / TRACTION TIRES </a></li></ul></li><li><a href="https://www.trainli.com/trainli-circuit-main-boards-p-422" >LGB CIRCUIT & MAIN BOARDS</a></li><li><a href="javascript:;">LGB ENGINE & CAR REPLACEMENT BY PRODUCT NUMBER</a><ul><li><a href="javascript:;">LGB Steam Engines (US-European)</a><ul><li><a href="https://www.trainli.com/lgb-2x5xx-lgb-box-engine-p-137" >LGB 2x5xx LGB Box Engine</a></li><li><a href="https://www.trainli.com/lgb-2x74x-db-steam-engine-99-241-p-252" >LGB 2x74x DB Steam Engine 99 241</a></li><li><a href="https://www.trainli.com/lgb-aster-22832-db-99633-and-258-p-253" >LGB/Aster 22832 DB 99633 and 258</a></li><li><a href="https://www.trainli.com/frank-s-20261-21261-24266-p-315" >Frank S 20261 21261 24266</a></li><li><a href="https://www.trainli.com/LGB-20700-20710-20720-20730-U-engine-parts-p-268" >LGB 2070 2071 2072 2073 Tende</a></li><li><a href="https://www.trainli.com/lgb-2x841-2-saxon-iv-k-132-meyer-p-264" >LGB 2x841/2 Saxon IV K 132 Meyer</a></li><li><a href="https://www.trainli.com/LGB-mikado-27872-2x872-p-259" >LGB 27872 2x872 Mikado</a></li><li><a href="https://www.trainli.com/LGB-21811-p-514" >LGB 21811 HSB 2-10-2 Brockenlok</a></li><li><a href="https://www.trainli.com/Aster-Hudson-p-449" >LGB 20542 Aster Hudson</a></li><li><a href="https://www.trainli.com/LGB-20232-20230-2-4-0-engine-p-316" >LGB 20232/20230 2-4-0 US Engine</a></li><li><a href="https://www.trainli.com/heidi-g-3-4-11-lgb-20271-p-270" >LGB 20271 Heidi G 3/4 11 </a></li><li><a href="https://www.trainli.com/spreewald-lgb-2074-p-263" >LGB 2074 Spreewald</a></li><li><a href="https://www.trainli.com/sbb-bruenigbahn-hg-3-3-lgb-22470-p-262" >LGB 22470 SBB-Bruenigbahn HG 3/3 </a></li><li><a href="https://www.trainli.com/lgb-20140-20130-20910-p-261" >LGB 20140 20130 20910</a></li><li><a href="https://www.trainli.com/lgb-fourney-lgb-20251-p-260" >LGB 20251 LGB Forney </a></li><li><a href="https://www.trainli.com/stainz-lgb-2010-2020-21211-70302-parts-p-108" >LGB 2010/2020/21211/70302 Stainz</a></li><li><a href="https://www.trainli.com/tenderloco-small-lgb-20760-p-258" >LGB 20760 Tender loco Small </a></li><li><a href="https://www.trainli.com/uintah-sv-mallet-lgb-20882-2188-p-257" >LGB 20882 2188 Uintah/SV Mallet </a></li><li><a href="https://www.trainli.com/hsb-dr-99-6001-lgb-20800-p-256" >LGB 20800 HSB DR 99 6001 </a></li><li><a href="https://www.trainli.com/h-k-porter-lgb-22771-p-255" >LGB 22771 Toy train Rusty Porter Emma HK Porter</a></li><li><a href="https://www.trainli.com/dr-mallet-sound-lgb-20850-p-254" >LGB 20850 DR-Mallet Sound</a></li><li><a href="https://www.trainli.com/dr-ruegen-lgb-28001-p-126" >LGB 28001 DR Ruegen </a></li><li><a href="https://www.trainli.com/steam-loco-w-tender-lgb2015-2017-p-124" >LGB 2015/2017 Steam Loco w/Tender</a></li><li><a href="https://www.trainli.com/LGB-2018-LGB-2019-LGB-2028-Mogul-steam-engine-repair-parts-p-110" >LGB 2018/2019/2028 Mogul</a></li></ul></li><li><a href="javascript:;">LGB Diesel Engines (US=European</a><ul><li><a href="https://www.trainli.com/LGB-20570-20580-F7A-F7B-Parts-p-99" >LGB 20570 20580 F7A/B Parts</a></li><li><a href="https://www.trainli.com/LGB-track-cleaning-loco-20670-21670-p-123" >LGB 20670 21670 Track Cleaning</a></li><li><a href="https://www.trainli.com/diesel-koef-lgb-2090-2190-p-128" >LGB 2090/2190 Diesel Koef</a></li><li><a href="https://www.trainli.com/diesel-Schöma-lgb-2060-2061-p-129" >LGB 2060/2061 Diesel Schöma</a></li><li><a href="https://www.trainli.com/double-wismar-lgb-2065-p-130" >LGB 2065 Double Wismar</a></li><li><a href="https://www.trainli.com/railcar-friesland-lgb-2064-p-131" >LGB 2064 Railcar Friesland</a></li><li><a href="https://www.trainli.com/LGB-20660-diesel-railcar-schweineschnaeuz-p-132" >LGB 20660 railcar Schweineschna</a></li><li><a href="https://www.trainli.com/alco-dl535e-wp-y-diesel-lgb-2055-p-133" >LGB 2055 Alco DL535E WP&Y Diesel</a></li><li><a href="https://www.trainli.com/genesis-lgb-20490-21490-p-151" >LGB 20490/21490 Genesis</a></li><li><a href="https://www.trainli.com/db-switcher-lgb-21590-p-152" >LGB 21590 DB Switcher</a></li><li><a href="https://www.trainli.com/industrial-switcher-lgb-2062-3-p-153" >LGB 2062/3 Industrial switcher</a></li><li><a href="https://www.trainli.com/db-v51-v52-lgb-2051-p-154" >LGB 2051 DB V51/V52</a></li><li><a href="https://www.trainli.com/obb-lgb-2095-2096-p-155" >LGB 2095 - 2096 OBB</a></li></ul></li><li><a href="javascript:;">LGB Electric Engine & Tram Parts</a><ul><li><a href="https://www.trainli.com/lgb-2046-2146-2246-cog-engine-p-109" >LGB 2046/2146/2246 Cog-engine</a></li><li><a href="https://www.trainli.com/LGB-20310-BR101-Engine-parts-for-Repair-p-139" >LGB 20310 BR 101</a></li><li><a href="https://www.trainli.com/LGB-2030-E1-Steeple-Engine-p-141" >LGB 2030-21300-22300 E1 Ste</a></li><li><a href="https://www.trainli.com/lgb-21759-p-307" >LGB-21759</a></li><li><a href="https://www.trainli.com/lce-ice-amtrak-train-p-317" >LCE | ICE | Amtrak train</a></li><li><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20440-p-140" >LGB 20440 RhB Gea 2/4</a></li><li><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20450-p-142" >LGB 20450 RhB Ge 2/4</a></li><li><a href="https://www.trainli.com/rhb-ge-4-4-iii-lgb-20420-25420-p-143" >LGB 20420-25420 RhB Ge 4/4 III</a></li><li><a href="https://www.trainli.com/rhb-ge-6-6-crok-lgb-20400-p-145" >LGB 20400 RhB Ge 6/6 Krokodil</a></li><li><a href="https://www.trainli.com/rhb-abe-4-4-i-lgb-20390-p-146" >LGB 20390 RhB Abe 4/4</a></li><li><a href="https://www.trainli.com/rhb-ge-4-4-ii-lgb-20430-p-147" >LGB 20430 RhB Ge 4/4 II</a></li><li><a href="https://www.trainli.com/tractor-lgb-2033-2133-p-148" >LGB 2033-2133 Tractor</a></li><li><a href="https://www.trainli.com/european_streetcar_lgb_20350-p-149" >LGB 20350 European Trolley or Streetcar</a></li><li><a href="https://www.trainli.com/Parts_for_us_streetcar_20380-p-335" >LGB 20380 US Streetcar</a></li><li><a href="https://www.trainli.com/LGB-20220-Allegra-p-530" >LGB 20220 Allegra</a></li></ul></li><li><a href="javascript:;">LGB Draisine/Handcar Parts</a><ul><li><a href="https://www.trainli.com/LGB-handcar-maintenance-Gustav-p-199" >LGB-Gustav MNTC Handcar</a></li><li><a href="https://www.trainli.com/circus-handcar-lgb-22010-p-200" >Circus Handcar LGB 22010</a></li><li><a href="https://www.trainli.com/disney-handcar-lgb-23010-p-201" >Disney Handcar LGB 23010</a></li><li><a href="https://www.trainli.com/LGB-20020-21020-22020-Flyer-Series-Handcars-p-202" >LGB 2x02x Flyer Series Handcars</a></li><li><a href="https://www.trainli.com/christmas-handcar-lgb-21010-p-203" >Christmas Handcar LGB 21010</a></li><li><a href="https://www.trainli.com/LGB-Special-Edition-Handcar-p-337" >LGB Special Edition Handcar</a></li></ul></li><li><a href="javascript:;">LGB Passenger Car Parts(US-Euro)</a><ul><li><a href="https://www.trainli.com/LGB-30600-30610-Barmen-mountain-car-ii-parts-p-187" >LGB-30600/61 Barmen Mountain Car</a></li><li><a href="https://www.trainli.com/LGB 30050-30190-Common-Standard- Carstandard-car-2-axle-passenger-car-p-190" >LGB 30050-30190 Common Car</a></li><li><a href="https://www.trainli.com/rhb-sightseeing-car-lgb-30250-30-p-194" >RhB Sightseeing Car LGB 30250/30</a></li><li><a href="https://www.trainli.com/us-streamline-car-lgb-30570-3059-p-181" >US Streamline Car LGB 30570-3059</a></li><li><a href="https://www.trainli.com/saxon-passenger-car-lgb-30350-p-196" >LGB 30350 Saxon Passenger Car </a></li><li><a href="https://www.trainli.com/rhb-panorama-car-lgb-30660-31660-p-246" >LGB 30660/31660 RhB Panorama Car </a></li><li><a href="https://www.trainli.com/rhb-control-car-lgb-30900-31900-p-245" >LGB 30900/31900 RhB Control Car </a></li><li><a href="https://www.trainli.com/rhb-baggage-car-lgb-30690-31690-p-244" >LGB 30690/31690/ RhB Baggage Car </a></li><li><a href="https://www.trainli.com/rhb-passenger-car-lgb-30670-3067-p-242" >LGB 30670/3067 RhB Passenger Car </a></li><li><a href="https://www.trainli.com/c2012-c114-la-bucunada-lgb-30340-p-240" >LGB 30340 C2012/C114 La Bucunada </a></li><li><a href="https://www.trainli.com/rhb-dining-car-lgb-30520-31520-p-239" >LGB 30520/31520 RhB Dining Car </a></li><li><a href="https://www.trainli.com/grizzly-flats-passenger-car-lgb-p-237" >LGB 30440 Grizzly Flats Passenger Car </a></li><li><a href="https://www.trainli.com/rhb-passenger-car-lgb-30510-3051-p-236" >LGB 30510/3051 RhB Passenger Car </a></li><li><a href="https://www.trainli.com/db-2nd-cl-pass-car-lgb-30310-p-235" >LGB 30310 DB 2nd Cl. Pass. Car</a></li><li><a href="https://www.trainli.com/d-rgw-passenger-car-lgb-30800-30-p-233" >LGB 30800/30 D&RGW Passenger Car </a></li><li><a href="https://www.trainli.com/d-rgw-pass-freight-car-lgb-30810-p-232" >LGB 30810 D&RGW Pass/Freight Car </a></li><li><a href="https://www.trainli.com/rhb-2-axle-passenger-car-lgb-303-p-195" >LGB 30550 RhB 2-axle passenger car</a></li><li><a href="https://www.trainli.com/austrian-passenger-car-lgb-30620-p-192" >LGB 30620 Austrian Passenger Car</a></li><li><a href="https://www.trainli.com/db-passenger-car-lbg-30700-30730-p-191" >LGB 30700-30730 DB Passenger Car</a></li><li><a href="https://www.trainli.com/dr-passenger-car-lgb-30400-31400-p-189" >LGB 30400-31400 DR Passenger Car </a></li><li><a href="https://www.trainli.com/german-train-club-car-lgb-30200-p-188" >LGB 30200 German Train Club Car </a></li><li><a href="https://www.trainli.com/ballenberg-mountain-car-lgb-3033-p-186" >LGB 3033 Ballenberg Mountain Car </a></li><li><a href="https://www.trainli.com/compartment-car-lgb-30500-p-185" >LGB 30500 Compartment Car </a></li><li><a href="https://www.trainli.com/zillertal-keg-car-lgb-30420-p-183" >LGB 30420 Zillertal Keg Car </a></li></ul></li><li><a href="javascript:;">LGB Freight Car Parts (US-Europe</a><ul><li><a href="https://www.trainli.com/LGB-40670-40910-US-Boxcars-parts-for-two-basic-styles-standard-and-western-p-343" >LGB-40670-40910 US Boxcars parts</a></li><li><a href="https://www.trainli.com/rhb-two-axle-boxcar-lgb-40810-p-209" >LGB 40810 RhB Two Axle Boxcar</a></li><li><a href="https://www.trainli.com/LGB-40880-style-RhB-DB-high-sided-gondola-parts-p-342" >LGB 40880 style RhB and DB high</a></li><li><a href="https://www.trainli.com/LGB-40300-European-Boxcars-parts-p-331" >LGB 4x3xx European Boxcars</a></li><li><a href="https://www.trainli.com/lgb-40640-us-refrigerated-car-parts-p-231" >LGB 4072 - 40640 US Refrigerated box cars</a></li><li><a href="https://www.trainli.com/us-caboose-lgb-40710-40750-40790-p-228" >LGB 40710/40750/40790 US Caboose </a></li><li><a href="https://www.trainli.com/timber-wagon-lgb-40660-p-227" >LGB 40660 Timber Wagon </a></li><li><a href="https://www.trainli.com/caboose-lgb-40650-p-221" >LGB 40650 Caboose</a></li><li><a href="https://www.trainli.com/austrian-boxcar-lgb-40620-4063-p-218" >LGB 40620 - 4063 Austrian Boxcar </a></li><li><a href="https://www.trainli.com/steiff-flat-car-lgb-43140-p-216" >LGB 43140 Steiff Flat Car </a></li><li><a href="https://www.trainli.com/cement-mixer-car-lgb-40550-p-215" >LGB 40550 Cement Mixer Car </a></li><li><a href="https://www.trainli.com/silo-wagon-lgb-40250-p-214" >LGB 40250 Silo Wagon </a></li><li><a href="https://www.trainli.com/freight-wagon-lgb-40410-42413-p-213" >LGB 40410 - 42413 Freight Wagon </a></li><li><a href="https://www.trainli.com/floodlight-car-lgb-40490-41490-p-212" >LGB 40490 - 41490 Floodlight Car </a></li><li><a href="https://www.trainli.com/rhb-freight-side-dump-car-lgb-41-p-211" >LGB 41610 RhB Freight Side Dump Car</a></li><li><a href="https://www.trainli.com/rhb-tank-wagon-lgb-40830-p-210" >LGB 40830 RhB Tank Wagon </a></li><li><a href="https://www.trainli.com/depressed-center-car-lgb-40580-p-169" >LGB-40390 Depressed Center Car</a></li><li><a href="https://www.trainli.com/rhb-container-wagon-lgb-40140-p-208" >LGB 40140 RhB Container Wagon</a></li><li><a href="https://www.trainli.com/prr-ore-jenny-lgb-40040-p-207" >LGB 40040 PRR Ore Jenny </a></li><li><a href="https://www.trainli.com/low-side-car-lgb-4000-4013-p-206" >LGB 4000 - 4013 Low Side Car </a></li><li><a href="https://www.trainli.com/crane-car-lgb-40420-p-205" >LGB 40420 Crane Car</a></li><li><a href="https://www.trainli.com/four-axle-tank-car-lgb-40800-408-p-204" >LGB 40800/408 Four Axle Tank Car </a></li><li><a href="https://www.trainli.com/tower-maintenance-car-lgb-35300-p-197" >LGB 35300 Tower Maintenance car</a></li><li><a href="https://www.trainli.com/two-axle-tank-car-lgb-40400-4040-p-177" >LGB 40400/4040 Two Axle Tank Car </a></li><li><a href="https://www.trainli.com/high-sided-gondola-various-p-176" >LGB 40240/40210 High-sided Gondola (Various #)</a></li><li><a href="https://www.trainli.com/hot-metal-car-lgb-40560-p-175" >LGB 40560 Hot metal Car </a></li><li><a href="https://www.trainli.com/boxcar-various-p-174" >LGB 2-axle Boxcar (various #)</a></li><li><a href="https://www.trainli.com/field-railway-cars-lgb-40160-401-p-173" >LGB 40160-401 Field Railway Cars </a></li><li><a href="https://www.trainli.com/dr-baggage-cart-lgb-40520-p-172" >LGB 40520 DR Baggage Cart</a></li><li><a href="https://www.trainli.com/mixed-use-car-lgb-40390-p-171" >LGB-40390 Mixed Use Car </a></li><li><a href="https://www.trainli.com/ballenberg-post-luggage-40330-p-170" >LGB 40330 Ballenberg Post/Luggage</a></li></ul></li></ul></li><li><a href="https://www.trainli.com/ENGINEERS & FIREMEN-p-433" >LGB ENGINEERS / FIREMEN / CIRCUS HANDCAR FIGURES</a></li><li><a href="https://www.trainli.com/tools-accessories-for-repair-p-269" >REPAIR TOOLS & ACCESSORIES </a></li></ul></li><li><a href="javascript:;">LGB</a><ul><li><a href="https://www.trainli.com/LGB 2026 -p-534" >LGB 2026</a></li><li><a href="javascript:;">LGB 2025</a><ul><li><a href="https://www.trainli.com/2025-USA-p-524" >USA</a></li><li><a href="https://www.trainli.com/2025-DB-p-526" >DB </a></li><li><a href="https://www.trainli.com/2025-RhB-p-525" >RhB</a></li><li><a href="https://www.trainli.com/Other-2025-p-527" >Other New for 2025</a></li><li><a href="https://www.trainli.com/Christmas 2025-p-528" >Christmas 2025</a></li></ul></li><li><a href="https://www.trainli.com/LGB-Catalogs-p-452" >Catalogs</a></li><li><a href="https://www.trainli.com/LGB Starter Sets-p-448" >LGB Starter Sets</a></li><li><a href="javascript:;">LGB Locomotives</a><ul><li><a href="https://www.trainli.com/LGB Steam Locomotives-p-461" >LGB Steam Locomotives</a></li><li><a href="https://www.trainli.com/LGB Diesel Locomotives-p-462" >LGB Diesel Locomotives</a></li><li><a href="https://www.trainli.com/LGB Electric Locomotives-p-463" >LGB Electric Locomotives</a></li><li><a href="https://www.trainli.com/LGB Gasoline Locomotives-p-464" >LGB Gasoline Locomotives</a></li></ul></li><li><a href="javascript:;">LGB Rolling stock</a><ul><li><a href="https://www.trainli.com/LGB-Passanger-p-459" >LGB Passenger Cars</a></li><li><a href="https://www.trainli.com/LGB Freight Cars-p-460" >LGB Freight Cars</a></li></ul></li></ul></li><li><a href="javascript:;">PREMIUM, Pullman, KISS, LGB Highend</a><ul><li><a href="https://www.trainli.com/PREMIUM locomotives-p-440" >PREMIUM locomotives</a></li><li><a href="https://www.trainli.com/PREMIUM Rolling Stock-p-441" >PREMIUM Rolling Stock</a></li><li><a href="https://www.trainli.com/TrainLi Swiss-p-458" >TrainLi Swiss</a></li></ul></li><li><a href="javascript:;">Piko</a><ul><li><a href="https://www.trainli.com/Piko Locomotives-p-443" >Piko Locomotives</a></li></ul></li><li><a href="javascript:;">Pola</a><ul><li><a href="https://www.trainli.com/Pola Buildings-p-483" >Pola Buildings</a></li><li><a href="https://www.trainli.com/Pola People-p-484" >Inhabitants of the miniature worlds</a></li><li><a href="https://www.trainli.com/Pola Parts & Accessories-p-485" >Pola Parts & Accessories</a></li></ul></li><li><a href="javascript:;">Train Line 45</a><ul><li><a href="https://www.trainli.com/TL-Locomotives-p-436" >TL Locomotives</a></li><li><a href="https://www.trainli.com/TL-Cars-p-437" >TL Cars</a></li></ul></li><li><a href="javascript:;">BUILDINGS / BRIDGES / FIGURES / STEET LAMPS / Accessories</a><ul><li><a href="javascript:;">BUILDINGS</a><ul><li><a href="https://www.trainli.com/industrial-structures-p-116" >Industrial Structures</a></li><li><a href="https://www.trainli.com/windows-doors-p-223" >Windows & Doors</a></li><li><a href="https://www.trainli.com/buildings-kits-p-274" >Buildings (kits)</a></li><li><a href="https://www.trainli.com/houses-build-up-p-111" >Buildings (built)</a></li></ul></li><li><a href="javascript:;">FIGURES</a><ul><li><a href="javascript:;">LGB-figures</a><ul><li><a href="https://www.trainli.com/lgb-g-scale-figures-p-362" >LGB FIGURES</a></li><li><a href="https://www.trainli.com/lgb-Engineers-firemen-and-others-p-336" >LGB ENGINEERS</a></li></ul></li><li><a href="https://www.trainli.com/prehm-g-scale-figures-p-165" >PREHM</a></li><li><a href="https://www.trainli.com/Pola People-p-486" >Pola figures</a></li><li><a href="https://www.trainli.com/AD-Figures-p-487" >American Diorama Figures</a></li></ul></li><li><a href="https://www.trainli.com/small-goods-p-52" >Small Goods</a></li><li><a href="javascript:;">Automobiles</a><ul><li><a href="javascript:;">American</a><ul><li><a href="https://www.trainli.com/ford-p-46" >Ford</a></li><li><a href="https://www.trainli.com/chevrolet-p-47" >Chevrolet</a></li><li><a href="https://www.trainli.com/studebaker-p-48" >Studebaker</a></li><li><a href="https://www.trainli.com/other-p-53" >Other</a></li></ul></li><li><a href="https://www.trainli.com/european-p-44" >European</a></li></ul></li></ul></li></ul></li> <li> <a href="javascript:;">RESOURCES</a> <ul> <li><a href="#">Trainli TV</a><ul><li><a href="/page/trainli-tv-videos">TRAINLI TV Videos</a></li></li><li><a href="/page/trainli-tech-tv">TRAINLI TECH TV Videos</a></li></li></ul></li><li><a href="#">Tech Tips</a><ul><li><a href="/page/tech-tips-trainli">TECH TIPS</a></li></li></ul></li><li><a href="/page/Javascript:;">Know How</a><ul><li><a href="/page/all-about-lgb-motors-wheels-gears-gearboxes-knowledge-article">LGB Motors, Wheels, Gears, etc.</a></li></li><li><a href="/page/parts-diagrma-for-steam-engine-linkage-or-valve-gear-as-used-in-lgb-steam-engines">Parts for Steam Engine Linkage</a></li></li><li><a href="/page/sound-installtion-and-repair">Sound Installation and Repair</a></li></li><li><a href="/page/lgb-mts-dcc-maerklin-mfx-massoth-nce-piko-lenz-zimo-digital-control">DCC - LGB MTS and other Digital Control</a></li></li><li><a href="/page/MTS-FAQ-frequently-asked-questions-about-LGB-MTS-functionality">MTS Important FAQ from LGB</a></li></li><li><a href="/page/the-definition-about-era-usage-for-lgb-and-other-gscale-rolling-stock">The Rolling Stock Era Definition</a></li></li><li><a href="/page/DCC-Calculator-from-TRAINLI">DCC Calculator</a></li></li></ul></li><li><a href="#">LGB INFO</a><ul><li><a href="/page/How-to-order-parts-from-TRAINLI">How To Order Parts</a></li></li><li><a href="/page/lgb-engine-pdf">LGB Parts PDFs</a></li></li><li><a href="/page/lgb-user-guide-manual">LGB User Guides</a></li></li><li><a href="/page/Risks-of-buying-used-LGB-rolling-stock-on-Ebay">Used Rolling Stock Purchases on Ebay</a></li></li><li><a href="/page/lgb-special-parts-inquiry-form-by-trainli">LGB Special Parts Order *COMING SOON!*</a></li></li></ul></li><li><a href="/page/JC-Tips-Tricks">JAEGERNDORFER-USA Tips-Tricks</a></li></li><li><a href="#">Contact Us</a><ul><li><a href="/page/phone-hours">Opening Hours</a></li></li><li><a href="/page/about-trainli">About Us</a></li></li><li><a href="/page/repair-install-parts-trainli">Repair</a></li></li><li><a href="/page/privacy-notice">Privacy Notice</a></li></li><li><a href="/page/address">Our Addresses</a></li></li><li><a href="/page/shipping-policy">Shipping Policy</a></li></li><li><a href="/page/why-trainli">Why the name TRAINLI</a></li></li><li><a href="/page/return-policy">Return Policy</a></li></li></ul></li> </ul> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/contact">CONTACT</a> </li> <li><a class="nav-link" href="https://www.trainli.com/sound-digital-rf-c-83">ANALOG/DCC</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/premium_services">REPAIR / INSTALL SERVICE</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/preowned">PRE-OWNED</a></li></li><li><a class="nav-link" href="https://www.trainli.com/SALE-p-508">SALE</a></li></li> </ul> </div> </div> <div class="clearfix"></div> </header> <div class="d-block d-sm-none" style="height:50px;"> </div><div class="container-fluid"> <div class="container"> <div class="row"> <div class="col-12 py-4"> <div class="row"> <div class="col-md-12 mobile-breadcrumb-setting"> <a class='breadcrumb-item' href='https://www.trainli.com/g-scale-products-especially-LGB-c-295'>G-SCALE</a><a class='breadcrumb-item' href='https://www.trainli.com/parts-and-repair-tools-for-lgb-c-84'>Parts & Repair Tools for LGB</a><a class='breadcrumb-item' href='https://www.trainli.com/repair-parts-for-lgb-from-trainli-c-98'>LGB ENGINE & CAR REPLACEMENT BY PRODUCT NUMBER</a><a class='breadcrumb-item' href='https://www.trainli.com/steam-engines-parts-for-us-and-european-lgb-engines-c-101'>LGB Steam Engines (US-European)</a><a href='javascript:;' class='breadcrumb-item active'>LGB 20232/20230 2-4-0 US Engine</a> </div> </div> </div> </div> <div class="row product-detail-content"> <div class="col-sm-12 col-md-6 text-center"> <div class="lower-right mnf-position-index"> <img src="/img/manufacturers/small/lgb-logo-manufac-13.png" width="70px" alt=""/> </div> <span class='zoom' id='detailZoom'> <img src="/img/products/large/untitled-design-37-prod-5787.png" class="img-fluid detail-image" alt=""/> </span> </div> <div class="col-sm-12 col-md-6"> <h1 class="product-title pb-0 mb-2"> Boiler, red, Coca-Cola, LGB 20235-E198 </h1> <p class="price pt-2"> <span class="normal">$9.95</span> </p><form method="post" accept-charset="utf-8" name="baskets" id="baskets" action="/basket/process"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f"/></div> <input type="hidden" name="pid" value="IjU3ODci" /> <input type="hidden" name="cid" value="MzE2" /> <div class="row detail-cart-block pt-2"> <div class="col-sm-12 col-md-4"> <div class="input-group input-group-lg mb-1 qty-block"> <div class="input-group-prepend btn-minus"> <span class="input-group-text"><i class="fas fa-minus"></i></span> </div> <input type="text" name="qty" maxlength="4" class="form-control text-center detail-qty" value="1" /> <div class="input-group-append btn-plus"> <span class="input-group-text"><i class="fas fa-plus"></i></span> </div> </div> </div> <div class="col-sm-12 col-md-4"> <div class="input-group input-group-lg"> <button type="submit" class="form-control btn button-center btn-block detail-cart" id="detail-cart-button">Add to Cart</button> </div> </div> <div class="col-sm-12 col-md-4 d-none d-md-block"> <div class="input-group input-group-lg wishlist"> <span class="input-group-text wishlist-btn"><i data-cid="MzE2" data-id="IjU3ODci" class="fas fa-heart save-letter"></i></span> </div> </div> </div> </form> <!-- <div class="card w-100 mt-3"> <div class="card-header background-gray"> Specifications </div> <ul class="list-group list-group-flush"> <li class="list-group-item"> <span>Model:</span> <span></span> </li> <li class="list-group-item"> <span>Weight:</span> <span> LBS</span> </li> <li class="list-group-item"> <span>Availability:</span> <span></span> </li> <li class="list-group-item"> <span>Shipping:</span> <span></span> </li> <li class="list-group-item"> <span>Note:</span> <span><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-trace').style.display = (document.getElementById('cakeErr69e944f46cff0-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) [<b>APP/Template/Products/detail.ctp</b>, line <b>169</b>]<div id="cakeErr69e944f46cff0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-code').style.display = (document.getElementById('cakeErr69e944f46cff0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-context').style.display = (document.getElementById('cakeErr69e944f46cff0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr69e944f46cff0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span</span><span style="color: #007700">></span><span style="color: #0000BB">Note</span><span style="color: #007700">:</</span><span style="color: #0000BB">span</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span><span style="color: #0000BB"><?php</span><span style="color: #FF8000">//echo $product->products_description->prod_note; </span><span style="color: #0000BB">?></span></span> </span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">li</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr69e944f46cff0-context" class="cake-context" style="display: none;">$viewFile = '/home/trainli/public_html/src/Template/Products/detail.ctp' $dataForView = [ 'mainMenu' => '1', 'menuCategories' => [ (int) 0 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 23 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 29 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ] ], (int) 36 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 45 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 54 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 65 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 68 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 78 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 83 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 84 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 92 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 97 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ] ], (int) 98 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 100 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ] ], (int) 101 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 107 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ] ], (int) 112 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 161 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 168 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ], (int) 28 => [ [maximum depth reached] ], (int) 29 => [ [maximum depth reached] ], (int) 30 => [ [maximum depth reached] ] ], (int) 180 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 198 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 250 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 275 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 277 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 288 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 295 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 296 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 300 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 339 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 347 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 355 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ] ], (int) 357 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 358 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 361 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 364 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 370 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 374 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 386 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 387 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 400 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 404 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 406 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 409 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 410 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 411 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 412 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 414 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 416 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 435 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 439 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 442 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 447 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 456 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 457 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 482 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 493 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 498 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 522 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ] ], 'pageHead' => [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ], 'existence' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'isCatalogCategory' => false, 'cid' => (int) 316, 'pid' => '5787', 'product' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ [maximum depth reached] ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ [maximum depth reached] ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'associatedProducts' => [], 'cartInformation' => [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ], 'timestamp' => '100020', 'devices' => [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ], 'mybrowserName' => 'Unknown' ] $mainMenu = '1' $menuCategories = [ (int) 0 => [ (int) 0 => [ 'c_id' => (int) 295, 'c_parent_id' => (int) 0, 'c_discount' => (float) 0, 'c_image' => '-cat-295.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 23 => [ (int) 0 => [ 'c_id' => (int) 45, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 44, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 29 => [ (int) 0 => [ 'c_id' => (int) 55, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'straight-switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 86, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'switch-drives-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 56, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'curved-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 219, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '3-way-switches-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 512, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 220, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'x-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 222, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'y-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 36 => [ (int) 0 => [ 'c_id' => (int) 382, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 384, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 385, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 383, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 45 => [ (int) 0 => [ 'c_id' => (int) 46, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'ford-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 47, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'chevrolet-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 48, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'studebaker-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 53, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 54 => [ (int) 0 => [ 'c_id' => (int) 92, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tracks-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 36, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tr15-131-easybend-duo-trak-railbender-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 61, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'clamps-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 29, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 157, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => '-cat-157.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 59, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'turntablen-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 62, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'cograil-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 347, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'accessories-around-the-track-side-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 65 => [ (int) 0 => [ 'c_id' => (int) 66, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 67, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 68 => [ (int) 0 => [ 'c_id' => (int) 22, 'c_parent_id' => (int) 68, 'c_discount' => (float) 0, 'c_image' => 'locomotives-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 78 => [ (int) 0 => [ 'c_id' => (int) 116, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'container-crane-web-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 223, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'small-windows-1-1-3-sq-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 274, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'rhb-warden-shed-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 111, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'ospi1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 83 => [ (int) 0 => [ 'c_id' => (int) 420, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 465, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 413, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 415, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 414, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 159, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => 'visaton-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 84 => [ (int) 0 => [ 'c_id' => (int) 97, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-common-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 422, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 98, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-repair--parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 433, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 269, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-tools-for-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 92 => [ (int) 0 => [ 'c_id' => (int) 21, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'brass-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 95, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'npb-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 122, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'display-track-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 156, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'ties-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 93, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'track-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 97 => [ (int) 0 => [ 'c_id' => (int) 282, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'axle-wheels-sets-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 468, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 473, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 474, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 475, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 490, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 516, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 518, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 519, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 287, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'plugs--cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 311, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'couplers-and-trucks2-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 425, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 430, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 293, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-handlebars-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 330, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'hoses-and-cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 402, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 226, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lantern-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 280, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'various-bulbs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 432, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 281, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-motors-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 334, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'motor-blocks-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 454, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 13, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 455, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 306, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'screws--washers-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 16, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 284, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'smoke-units-and-more-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 451, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 328, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'track-cleaning-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 19, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 310, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'tires-pickup-shoes-etc-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 98 => [ (int) 0 => [ 'c_id' => (int) 101, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'steam-egnine-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 100, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-diesel-engine-parts-us-european-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 107, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-electric-engine-and-tram-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 198, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-draisine-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 180, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-passenger-car-parts-us-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 168, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-freight-car-parts-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 100 => [ (int) 0 => [ 'c_id' => (int) 99, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2021570-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 123, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20670-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 128, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21900-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 129, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => 'lgb-2x6xx-icon-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 130, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2065-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 131, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2064-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 132, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2066-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 133, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2055-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 151, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20490-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 152, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21590-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 153, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20620-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 154, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20510-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 155, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21950-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 101 => [ (int) 0 => [ 'c_id' => (int) 137, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23500c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 252, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23741c2-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 253, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22832c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 264, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20841c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 268, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20700-20710-20720-20730-u-engines-parts-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 315, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'frank-s-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 108, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-stainz-parts-category-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 110, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2021192000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 124, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22150-category-image-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 126, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '28001-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 254, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22852000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 255, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22771-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 256, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22801000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 257, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20882-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 258, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20761-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 259, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20872-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 260, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20252-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 261, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '21140-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 262, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22470000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 263, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2074000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 270, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20271-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 316, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20232-0-5-0-steam-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 449, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20542000-cat-449.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 514, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20811000-cat-514.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 107 => [ (int) 0 => [ 'c_id' => (int) 109, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'engine-22460-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 139, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-db101-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 141, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-20300-steeple-engine-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 307, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21750-rep-img-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 317, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lce-ice-amtrak-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 140, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 142, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20450-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 143, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 145, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20405-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 146, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 147, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20430-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 148, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 149, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 335, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-us-trolleys-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 530, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 112 => [ (int) 0 => [ 'c_id' => (int) 113, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'walls-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 114, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'bridges-43-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 115, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'doors-and-windows-44-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 117, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'individual-bricks-164-0-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 118, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'accessories48-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 161 => [ (int) 0 => [ 'c_id' => (int) 322, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-engine-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 323, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-accessory-function-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 168 => [ (int) 0 => [ 'c_id' => (int) 343, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40670-40910-us-boxcar-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 169, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40580-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 170, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 171, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 172, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 173, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40160-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 174, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41352-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 175, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40560-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 176, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40240-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 177, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40402-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 197, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '35300-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 204, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41803000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 205, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 206, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40130-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 207, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40040-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 208, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 209, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40810-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 210, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40830-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 211, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41614-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 212, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40490-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 213, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '42413-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 214, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 215, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 216, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '43140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 218, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 221, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40650-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 227, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 228, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40790000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 28 => [ 'c_id' => (int) 231, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40640-us-refrigerator-car-parts-cat-cat-231.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 29 => [ 'c_id' => (int) 331, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '4030-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 30 => [ 'c_id' => (int) 342, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40880-high-sided-gondola-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 180 => [ (int) 0 => [ 'c_id' => (int) 181, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30570-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 187, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30610-barmer-passenger-car-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 190, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30070-standard-2axle-passenger-car-parts-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 194, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 183, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 185, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30500-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 186, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30330-31330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 188, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30200-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 189, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30400-31400-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 191, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30700-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 192, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '33620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 195, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 196, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 232, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30813-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 233, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30803-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 235, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '36310-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 236, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31510-34510-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 237, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 239, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30520-31520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 240, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30340-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 242, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30673-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 244, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31690-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 245, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30900-31900-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 246, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30660-31660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 198 => [ (int) 0 => [ 'c_id' => (int) 199, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-gustav-varieations-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 200, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-22010-circus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 201, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-23010-disney-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 202, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-flyer-series-handcars-categoy-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 203, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-santa-claus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 337, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-coca-cola-handcar-with-ice-bears-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 250 => [ (int) 0 => [ 'c_id' => (int) 368, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '8-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 369, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '10-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 275 => [ (int) 0 => [ 'c_id' => (int) 78, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'freight-shed-satzkorn1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 358, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 52, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'roofing-slate-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 23, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => '1934-ford-flat-bed-truck-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 40, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 277 => [ (int) 0 => [ 'c_id' => (int) 294, 'c_parent_id' => (int) 277, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 288 => [ (int) 0 => [ 'c_id' => (int) 164, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'handheld-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 324, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'base-stations-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 326, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'accessories-dcc-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 295 => [ (int) 0 => [ 'c_id' => (int) 54, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'track-switches-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 84, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'lgb-parts--repair-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 447, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 439, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 442, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 482, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 435, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 275, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'display-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 296 => [ (int) 0 => [ 'c_id' => (int) 318, 'c_parent_id' => (int) 296, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 300 => [ (int) 0 => [ 'c_id' => (int) 320, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 332, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'ho-catalogs-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 339 => [ (int) 0 => [ 'c_id' => (int) 296, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'o-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 300, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 347 => [ (int) 0 => [ 'c_id' => (int) 38, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'catenary-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 314, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'bridges-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 65, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'signals-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 355 => [ (int) 0 => [ 'c_id' => (int) 249, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'tramways-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 356, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ski-lift-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 250, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 364, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 292, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'pistenbullys-snowmobiles-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 370, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'figures-dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 388, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'keychains-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 291, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'parts-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 357, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 357 => [ (int) 0 => [ 'c_id' => (int) 297, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-lifts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 371, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 372, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 373, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 358 => [ (int) 0 => [ 'c_id' => (int) 361, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 165, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 486, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 487, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 361 => [ (int) 0 => [ 'c_id' => (int) 362, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'lgb-misc-figures-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 336, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'engineer-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 364 => [ (int) 0 => [ 'c_id' => (int) 367, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '4-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 365, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '6-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 370 => [ (int) 0 => [ 'c_id' => (int) 380, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'figures-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 379, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 374 => [ (int) 0 => [ 'c_id' => (int) 375, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'lgb-70305-box-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 386, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'gift-ideas-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 386 => [ (int) 0 => [ 'c_id' => (int) 493, 'c_parent_id' => (int) 386, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 387 => [ (int) 0 => [ 'c_id' => (int) 389, 'c_parent_id' => (int) 387, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 400 => [ (int) 0 => [ 'c_id' => (int) 401, 'c_parent_id' => (int) 400, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 15, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 404 => [ (int) 0 => [ 'c_id' => (int) 338, 'c_parent_id' => (int) 404, 'c_discount' => (float) 0, 'c_image' => 'lgb-items-out-of-production-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 406 => [ (int) 0 => [ 'c_id' => (int) 504, 'c_parent_id' => (int) 406, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 409 => [ (int) 0 => [ 'c_id' => (int) 529, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 410, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 411, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 412, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 423, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 410 => [ (int) 0 => [ 'c_id' => (int) 476, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 477, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 478, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 479, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 411 => [ (int) 0 => [ 'c_id' => (int) 480, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 481, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 412 => [ (int) 0 => [ 'c_id' => (int) 488, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 489, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 414 => [ (int) 0 => [ 'c_id' => (int) 416, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 417, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 429, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 416 => [ (int) 0 => [ 'c_id' => (int) 532, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 533, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 435 => [ (int) 0 => [ 'c_id' => (int) 436, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 437, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 439 => [ (int) 0 => [ 'c_id' => (int) 440, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => 'lgb-hi-end-cat-440.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 441, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 458, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 442 => [ (int) 0 => [ 'c_id' => (int) 443, 'c_parent_id' => (int) 442, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 447 => [ (int) 0 => [ 'c_id' => (int) 534, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '2026-small-cat-534.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 522, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 452, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 448, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 456, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 457, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 456 => [ (int) 0 => [ 'c_id' => (int) 461, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 462, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 463, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 464, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 457 => [ (int) 0 => [ 'c_id' => (int) 459, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 460, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 482 => [ (int) 0 => [ 'c_id' => (int) 483, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 484, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 485, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 493 => [ (int) 0 => [ 'c_id' => (int) 494, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 495, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 496, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 497, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 498 => [ (int) 0 => [ 'c_id' => (int) 502, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 503, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 522 => [ (int) 0 => [ 'c_id' => (int) 524, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 526, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 525, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 527, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 528, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ] ] $pageHead = [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ] $existence = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $isCatalogCategory = false $cid = (int) 316 $pid = '5787' $product = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $associatedProducts = [] $cartInformation = [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ] $timestamp = '100020' $devices = [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ] $mybrowserName = 'Unknown' $catalogPdfUrl = '' $outofproduction = (int) 0 $manufacturer = [ 'position' => 'lower-right' ] $information = [] $overlayImage = object(Cake\ORM\Entity) { 'id' => (int) 1585, 'pro_id' => (int) 5787, 'poi_type' => 'manufacturer', 'poi_name' => null, 'poi_position' => 'lower-right', 'poi_date_added' => object(Cake\I18n\FrozenTime) {}, 'poi_last_modified' => object(Cake\I18n\FrozenTime) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'ProductsOverlayImages' }</pre><pre class="stack-trace">include - APP/Template/Products/detail.ctp, line 169 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420 Cake\View\View::_render() - CORE/src/View/View.php, line 1381 Cake\View\View::render() - CORE/src/View/View.php, line 879 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97</pre></div></pre></span> </li> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-trace').style.display = (document.getElementById('cakeErr69e944f46e6dd-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) [<b>APP/Template/Products/detail.ctp</b>, line <b>172</b>]<div id="cakeErr69e944f46e6dd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-code').style.display = (document.getElementById('cakeErr69e944f46e6dd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-context').style.display = (document.getElementById('cakeErr69e944f46e6dd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr69e944f46e6dd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #FF8000">//} </span><span style="color: #0000BB">?> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php</span><span style="color: #FF8000">// } </span><span style="color: #0000BB">?> </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr69e944f46e6dd-context" class="cake-context" style="display: none;">$viewFile = '/home/trainli/public_html/src/Template/Products/detail.ctp' $dataForView = [ 'mainMenu' => '1', 'menuCategories' => [ (int) 0 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 23 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 29 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ] ], (int) 36 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 45 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 54 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 65 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 68 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 78 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 83 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 84 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 92 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 97 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ] ], (int) 98 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 100 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ] ], (int) 101 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 107 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ] ], (int) 112 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 161 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 168 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ], (int) 28 => [ [maximum depth reached] ], (int) 29 => [ [maximum depth reached] ], (int) 30 => [ [maximum depth reached] ] ], (int) 180 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 198 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 250 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 275 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 277 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 288 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 295 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 296 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 300 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 339 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 347 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 355 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ] ], (int) 357 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 358 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 361 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 364 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 370 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 374 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 386 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 387 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 400 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 404 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 406 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 409 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 410 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 411 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 412 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 414 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 416 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 435 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 439 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 442 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 447 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 456 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 457 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 482 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 493 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 498 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 522 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ] ], 'pageHead' => [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ], 'existence' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'isCatalogCategory' => false, 'cid' => (int) 316, 'pid' => '5787', 'product' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ [maximum depth reached] ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ [maximum depth reached] ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'associatedProducts' => [], 'cartInformation' => [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ], 'timestamp' => '100020', 'devices' => [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ], 'mybrowserName' => 'Unknown' ] $mainMenu = '1' $menuCategories = [ (int) 0 => [ (int) 0 => [ 'c_id' => (int) 295, 'c_parent_id' => (int) 0, 'c_discount' => (float) 0, 'c_image' => '-cat-295.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 23 => [ (int) 0 => [ 'c_id' => (int) 45, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 44, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 29 => [ (int) 0 => [ 'c_id' => (int) 55, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'straight-switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 86, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'switch-drives-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 56, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'curved-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 219, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '3-way-switches-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 512, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 220, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'x-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 222, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'y-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 36 => [ (int) 0 => [ 'c_id' => (int) 382, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 384, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 385, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 383, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 45 => [ (int) 0 => [ 'c_id' => (int) 46, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'ford-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 47, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'chevrolet-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 48, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'studebaker-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 53, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 54 => [ (int) 0 => [ 'c_id' => (int) 92, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tracks-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 36, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tr15-131-easybend-duo-trak-railbender-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 61, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'clamps-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 29, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 157, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => '-cat-157.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 59, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'turntablen-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 62, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'cograil-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 347, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'accessories-around-the-track-side-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 65 => [ (int) 0 => [ 'c_id' => (int) 66, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 67, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 68 => [ (int) 0 => [ 'c_id' => (int) 22, 'c_parent_id' => (int) 68, 'c_discount' => (float) 0, 'c_image' => 'locomotives-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 78 => [ (int) 0 => [ 'c_id' => (int) 116, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'container-crane-web-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 223, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'small-windows-1-1-3-sq-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 274, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'rhb-warden-shed-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 111, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'ospi1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 83 => [ (int) 0 => [ 'c_id' => (int) 420, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 465, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 413, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 415, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 414, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 159, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => 'visaton-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 84 => [ (int) 0 => [ 'c_id' => (int) 97, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-common-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 422, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 98, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-repair--parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 433, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 269, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-tools-for-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 92 => [ (int) 0 => [ 'c_id' => (int) 21, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'brass-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 95, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'npb-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 122, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'display-track-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 156, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'ties-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 93, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'track-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 97 => [ (int) 0 => [ 'c_id' => (int) 282, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'axle-wheels-sets-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 468, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 473, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 474, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 475, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 490, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 516, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 518, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 519, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 287, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'plugs--cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 311, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'couplers-and-trucks2-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 425, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 430, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 293, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-handlebars-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 330, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'hoses-and-cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 402, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 226, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lantern-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 280, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'various-bulbs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 432, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 281, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-motors-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 334, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'motor-blocks-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 454, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 13, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 455, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 306, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'screws--washers-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 16, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 284, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'smoke-units-and-more-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 451, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 328, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'track-cleaning-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 19, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 310, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'tires-pickup-shoes-etc-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 98 => [ (int) 0 => [ 'c_id' => (int) 101, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'steam-egnine-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 100, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-diesel-engine-parts-us-european-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 107, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-electric-engine-and-tram-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 198, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-draisine-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 180, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-passenger-car-parts-us-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 168, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-freight-car-parts-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 100 => [ (int) 0 => [ 'c_id' => (int) 99, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2021570-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 123, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20670-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 128, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21900-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 129, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => 'lgb-2x6xx-icon-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 130, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2065-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 131, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2064-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 132, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2066-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 133, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2055-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 151, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20490-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 152, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21590-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 153, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20620-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 154, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20510-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 155, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21950-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 101 => [ (int) 0 => [ 'c_id' => (int) 137, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23500c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 252, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23741c2-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 253, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22832c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 264, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20841c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 268, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20700-20710-20720-20730-u-engines-parts-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 315, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'frank-s-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 108, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-stainz-parts-category-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 110, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2021192000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 124, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22150-category-image-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 126, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '28001-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 254, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22852000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 255, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22771-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 256, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22801000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 257, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20882-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 258, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20761-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 259, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20872-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 260, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20252-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 261, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '21140-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 262, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22470000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 263, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2074000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 270, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20271-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 316, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20232-0-5-0-steam-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 449, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20542000-cat-449.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 514, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20811000-cat-514.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 107 => [ (int) 0 => [ 'c_id' => (int) 109, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'engine-22460-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 139, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-db101-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 141, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-20300-steeple-engine-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 307, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21750-rep-img-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 317, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lce-ice-amtrak-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 140, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 142, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20450-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 143, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 145, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20405-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 146, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 147, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20430-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 148, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 149, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 335, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-us-trolleys-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 530, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 112 => [ (int) 0 => [ 'c_id' => (int) 113, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'walls-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 114, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'bridges-43-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 115, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'doors-and-windows-44-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 117, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'individual-bricks-164-0-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 118, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'accessories48-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 161 => [ (int) 0 => [ 'c_id' => (int) 322, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-engine-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 323, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-accessory-function-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 168 => [ (int) 0 => [ 'c_id' => (int) 343, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40670-40910-us-boxcar-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 169, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40580-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 170, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 171, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 172, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 173, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40160-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 174, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41352-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 175, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40560-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 176, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40240-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 177, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40402-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 197, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '35300-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 204, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41803000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 205, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 206, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40130-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 207, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40040-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 208, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 209, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40810-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 210, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40830-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 211, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41614-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 212, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40490-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 213, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '42413-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 214, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 215, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 216, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '43140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 218, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 221, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40650-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 227, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 228, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40790000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 28 => [ 'c_id' => (int) 231, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40640-us-refrigerator-car-parts-cat-cat-231.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 29 => [ 'c_id' => (int) 331, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '4030-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 30 => [ 'c_id' => (int) 342, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40880-high-sided-gondola-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 180 => [ (int) 0 => [ 'c_id' => (int) 181, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30570-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 187, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30610-barmer-passenger-car-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 190, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30070-standard-2axle-passenger-car-parts-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 194, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 183, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 185, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30500-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 186, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30330-31330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 188, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30200-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 189, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30400-31400-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 191, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30700-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 192, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '33620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 195, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 196, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 232, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30813-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 233, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30803-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 235, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '36310-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 236, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31510-34510-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 237, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 239, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30520-31520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 240, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30340-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 242, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30673-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 244, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31690-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 245, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30900-31900-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 246, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30660-31660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 198 => [ (int) 0 => [ 'c_id' => (int) 199, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-gustav-varieations-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 200, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-22010-circus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 201, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-23010-disney-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 202, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-flyer-series-handcars-categoy-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 203, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-santa-claus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 337, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-coca-cola-handcar-with-ice-bears-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 250 => [ (int) 0 => [ 'c_id' => (int) 368, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '8-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 369, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '10-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 275 => [ (int) 0 => [ 'c_id' => (int) 78, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'freight-shed-satzkorn1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 358, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 52, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'roofing-slate-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 23, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => '1934-ford-flat-bed-truck-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 40, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 277 => [ (int) 0 => [ 'c_id' => (int) 294, 'c_parent_id' => (int) 277, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 288 => [ (int) 0 => [ 'c_id' => (int) 164, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'handheld-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 324, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'base-stations-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 326, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'accessories-dcc-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 295 => [ (int) 0 => [ 'c_id' => (int) 54, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'track-switches-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 84, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'lgb-parts--repair-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 447, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 439, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 442, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 482, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 435, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 275, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'display-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 296 => [ (int) 0 => [ 'c_id' => (int) 318, 'c_parent_id' => (int) 296, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 300 => [ (int) 0 => [ 'c_id' => (int) 320, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 332, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'ho-catalogs-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 339 => [ (int) 0 => [ 'c_id' => (int) 296, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'o-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 300, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 347 => [ (int) 0 => [ 'c_id' => (int) 38, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'catenary-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 314, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'bridges-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 65, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'signals-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 355 => [ (int) 0 => [ 'c_id' => (int) 249, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'tramways-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 356, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ski-lift-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 250, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 364, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 292, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'pistenbullys-snowmobiles-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 370, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'figures-dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 388, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'keychains-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 291, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'parts-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 357, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 357 => [ (int) 0 => [ 'c_id' => (int) 297, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-lifts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 371, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 372, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 373, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 358 => [ (int) 0 => [ 'c_id' => (int) 361, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 165, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 486, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 487, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 361 => [ (int) 0 => [ 'c_id' => (int) 362, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'lgb-misc-figures-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 336, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'engineer-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 364 => [ (int) 0 => [ 'c_id' => (int) 367, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '4-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 365, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '6-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 370 => [ (int) 0 => [ 'c_id' => (int) 380, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'figures-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 379, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 374 => [ (int) 0 => [ 'c_id' => (int) 375, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'lgb-70305-box-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 386, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'gift-ideas-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 386 => [ (int) 0 => [ 'c_id' => (int) 493, 'c_parent_id' => (int) 386, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 387 => [ (int) 0 => [ 'c_id' => (int) 389, 'c_parent_id' => (int) 387, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 400 => [ (int) 0 => [ 'c_id' => (int) 401, 'c_parent_id' => (int) 400, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 15, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 404 => [ (int) 0 => [ 'c_id' => (int) 338, 'c_parent_id' => (int) 404, 'c_discount' => (float) 0, 'c_image' => 'lgb-items-out-of-production-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 406 => [ (int) 0 => [ 'c_id' => (int) 504, 'c_parent_id' => (int) 406, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 409 => [ (int) 0 => [ 'c_id' => (int) 529, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 410, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 411, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 412, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 423, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 410 => [ (int) 0 => [ 'c_id' => (int) 476, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 477, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 478, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 479, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 411 => [ (int) 0 => [ 'c_id' => (int) 480, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 481, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 412 => [ (int) 0 => [ 'c_id' => (int) 488, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 489, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 414 => [ (int) 0 => [ 'c_id' => (int) 416, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 417, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 429, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 416 => [ (int) 0 => [ 'c_id' => (int) 532, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 533, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 435 => [ (int) 0 => [ 'c_id' => (int) 436, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 437, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 439 => [ (int) 0 => [ 'c_id' => (int) 440, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => 'lgb-hi-end-cat-440.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 441, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 458, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 442 => [ (int) 0 => [ 'c_id' => (int) 443, 'c_parent_id' => (int) 442, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 447 => [ (int) 0 => [ 'c_id' => (int) 534, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '2026-small-cat-534.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 522, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 452, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 448, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 456, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 457, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 456 => [ (int) 0 => [ 'c_id' => (int) 461, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 462, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 463, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 464, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 457 => [ (int) 0 => [ 'c_id' => (int) 459, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 460, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 482 => [ (int) 0 => [ 'c_id' => (int) 483, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 484, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 485, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 493 => [ (int) 0 => [ 'c_id' => (int) 494, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 495, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 496, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 497, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 498 => [ (int) 0 => [ 'c_id' => (int) 502, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 503, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 522 => [ (int) 0 => [ 'c_id' => (int) 524, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 526, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 525, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 527, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 528, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ] ] $pageHead = [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ] $existence = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $isCatalogCategory = false $cid = (int) 316 $pid = '5787' $product = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $associatedProducts = [] $cartInformation = [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ] $timestamp = '100020' $devices = [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ] $mybrowserName = 'Unknown' $catalogPdfUrl = '' $outofproduction = (int) 0 $manufacturer = [ 'position' => 'lower-right' ] $information = [] $overlayImage = object(Cake\ORM\Entity) { 'id' => (int) 1585, 'pro_id' => (int) 5787, 'poi_type' => 'manufacturer', 'poi_name' => null, 'poi_position' => 'lower-right', 'poi_date_added' => object(Cake\I18n\FrozenTime) {}, 'poi_last_modified' => object(Cake\I18n\FrozenTime) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'ProductsOverlayImages' }</pre><pre class="stack-trace">include - APP/Template/Products/detail.ctp, line 172 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420 Cake\View\View::_render() - CORE/src/View/View.php, line 1381 Cake\View\View::render() - CORE/src/View/View.php, line 879 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97</pre></div></pre> </ul> </div> --> <div id="product-content-container" class="mt-3"> <nav id="nav"> <div class="nav nav-tabs" id="nav-tab" role="tablist"> <a class="nav-item nav-link active" id="nav-description-tab" data-toggle="tab" href="#nav-description" role="tab" aria-controls="nav-description" aria-selected="false">Description</a> <a class="nav-item nav-link" id="nav-specifications-tab" data-toggle="tab" href="#nav-specifications" role="tab" aria-controls="nav-specifications" aria-selected="true">Specifications</a> </div> </nav> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="nav-description" role="tabpanel" aria-labelledby="nav-description-tab" style=" overflow: auto; margin-bottom: 25px;"> <div class="product-detail-description"> <p><b>Repair parts are scheduled bulk shipments and can take up to 4-8 weeks to arrive. The products are located in a German warehouse</b></p> <div style="padding: 5px; margin: 0px;"> <p>This is the part #198 in the parts explosion diagram for UP-Steam Engine LGB 20230</p> </div> </div> </div> <div class="tab-pane fade" id="nav-specifications" role="tabpanel" aria-labelledby="nav-specifications-tab"> <ul class="list-group list-group-flush"> <li class="list-group-item pl-0"> <span>Model:</span> <span>LGB-20235-198</span> </li> <li class="list-group-item pl-0"> <span>Weight:</span> <span>0.8 LBS</span> </li> <li class="list-group-item pl-0"> <span>Availability:</span> <span> Available for order, Ships in 5-7 days </span> </li> </ul> </div> </div> </div> </div> </div> <!-- <div class="row"> <div class="col-12 py-4"> <div class="product-detail-description-title">Description</div> </div> <div class="col-12"> <div class="product-detail-description"> </div> </div> </div> --> </div> </div> <div class="container-fluid" id="footer"> <div class="container"> <div class="row py-4"> <div class="col-12 col-md-4"> <div class="row px-2"> <div class="col-8 col-md-12 m-auto"> <img src="/img/design/footer-logo.png" class="items d-block" alt=""/> </div> </div> <div class="row px-2"> <div class="col-md-12 site-address pt-1"> TRAINLI, LLC<br/> 5301 Longley Lane<br/> SUITE 39 (Building B)<br/> Reno, NV 89511<br/> info@trainli.com </div> </div> </div> <div class="col-md-4 text-center"> <div class="row px-2"> <div class="col-md-12 follow-us pt-4"> Follow Us </div> </div> <div class="row px-2"> <div class="col-md-12"> <ul class="col-12 text-center social-network social-circle"> <li> <a href="https://www.facebook.com/trainlipage" class="icoFacebook" title="Facebook"><i class="fab fa-facebook fa-lg"></i></a> </li> <li><a href="https://www.instragram.com/trainli_store" class="icoLinkedin" title="Instagram"><i class="fab fa-instagram fa-lg"></i></a></li> <!-- <li><a href="https://www.pinterest.com/trainli" class="icoLinkedin" title="Linkedin"><i class="fab fa-pinterest fa-lg"></i></a></li> <li><a href="https://twitter.com/TrainLiUsa" class="icoLinkedin" title="Linkedin"><i class="fab fa-twitter fa-lg"></i></a></li> --> </ul> </div> </div> </div> <div class="col-md-4 float-right text-right"> <div class="row px-2 newsletter-container"> <div class="col-md-12 pt-4 float-left text-left joining-text"> <label class="">Do you have any Inquiry?</label> </div> </div> <div class="row px-2"> <div class="col-md-12"> <div class="input-group col-12 p-0"> <button type="button" class="btn rounded inquiry-button w-50" id="inquiry-us" data-toggle="modal" data-target="#wideModal">Write Here <i class="fas fa-long-arrow-alt-right" style="position: absolute; top: 12px;"></i></button> </div> </div> </div> </div> <!-- <a class=" inquiry-button " id="inquiry-us" data-toggle="modal" data-target="#wideModal">.</a> --> <!-- <div class="col-md-4 float-right text-right"> <div class="row px-2 newsletter-container"> <div class="col-md-12 pt-4 float-left text-left joining-text"> <label class="">Join Our Newsletter</label> </div> </div> <div class="row px-2"> <div class="col-md-12"> <div class="input-group col-12 p-0"> <input type="text" name="subscriber" class="form-control" placeholder="email@abc.com" /> <div class="input-group-append"> <button type="button" class="input-group-text" id="subscriber">Subscribe</button> </div> </div> </div> </div> </div> --> </div> <div class="row"> <ul class="col-12 text-center list-inline footer-menu-items p-0 m-0"> <li class="list-inline-item"><a href="/page/about-trainli">About Us</a></li></li><li class="list-inline-item"><a href="/page/phone-hours">Opening Hours</a></li></li><li class="list-inline-item"><a href="/page/repair-install-parts-trainli">Repair</a></li></li><li class="list-inline-item"><a href="/page/shipping-policy">Shipping Policy</a></li></li> </ul> </div> <div class="col-md-12"> <div class="row mx-0"> <div class="copy-right-border col-md-12 mt-2 p-0 pt-2"> <div class="col-md-12 p-0 text-center"> Copyright © 2026. All Rights Reserved. </div> </div> </div> </div> </div> <i class="fas fa-arrow-alt-circle-up scrollToTop fa-5x"></i> </div> <div class="modal fade" id="thanksModal" role="dialog"> <div class="modal-dialog modal-dialog-centered modal-lg poninter-event" role="document"> <div class="thank-you-pop"> <div class="container"> <div class="row shadow"> <div class="col-4 col-md-1 p-0 m-0 bg-light"> <div class="check text-center"> <i class="fas fa-check"></i> </div> </div> <div class="col-4 col-md-1 p-0 m-0 bg-light"> <div class="img float-left"> Image Section </div> </div> <div class="col-4 col-md-2 m-0 bg-light px-2"> <div class="message"> Added to Cart </div> </div> <div class="col-12 col-md-8 right-content"> <div class="cart-popup-content float-left"> Cart subtotal (<span class="items_total"></span> items): $<span class="sub_total"></span> </div> <div class="cart-popup-button text-center"> <button type="button" class="btn btn-success" onclick="window.location.href='/cart'">Cart</button> <button type="button" class="btn btn-warning" data-dismiss="modal">Continue</button> </div> <button type="button" class="close close-cart-message" data-dismiss="modal" aria-label=""><i class="fas fa-times"></i></button> </div> </div> </div> </div> </div> </div> <div class="modal fade bd-example-modal-lg largemodal-style" id="wideModal" tabindex="-1" role="dialog" aria-labelledby="largeModal" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade bd-example-modal-xl" id="widestModal" tabindex="-1" aria-labelledby="myWidestModalLabel" aria-hidden="true"> <div class="modal-dialog modal-xl"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title">Waiting.....</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade" id="normalModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal" id="dialogModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title">Delete Confirmation</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <p>Please wait! Content loading.....</p> </div> <div class="modal-footer"></div> </div> </div> </div> <div class="modal fade" id="forgotPasswordModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade modal-fullscreen" id="fullWidthModal" tabindex="-1" aria-labelledby="fullWidthModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade" id="firstTimeCustomersDiscount" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header m-0 p-0" style="border:none;"> <button type="button" class="close popup-close-button" data-dismiss="modal" aria-label=""> <span aria-hidden="true" class="popup-close-button-icon">×</span> </button> </div> <div class="modal-body m-0 p-1"> <div class="modalPopupContainer p-0"> <div class="col-12"> <div class="row"> <div class="col-12 py-2 logo-background"> <div class="col-6 text-center m-auto"> <img src="/img/store/large/logo-sl.png" id="site-logo" class="img-fluid" onclick="window.location.href='/'" alt=""/> </div> </div> </div> <div class="cookiesContent m-auto" id="cookiesPopup"> <div class="focus-texture">TAKE 5% OFF</div> <div class="labeltext">Don't miss the chance and get your</div> <div class="labeltext pb-3">5% off on your first purchase this time.</div> <button onclick="window.location.href='https://www.trainli.com/common-parts-such-as-motors-wheels-gearboxes-handlebars-and-more-for-lgb-from-trainli-c-97'" class="accept">SHOP NOW</button> </div> </div> </div> </div> </div> </div><div id="pageRoutesFooter"> <div id="csrf">cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f</div> <div id="baseUrl">https://www.trainli.com/</div> <div id="route-login">/login/page</div> <div id="route-myaccount">/myaccount</div> <div id="route-register">/register/page</div> <div id="route-cart">/cart</div> <div id="route-home">/</div> <div id="route-basket-cart-information">/cart/information</div> <div id="route-basket-process">/basket/process</div> <div id="route-add-wishlist">/myaccount/wishlist/add</div> <div id="route-account-zones">/myaccount/zones</div> <div id="route-category-list-menu">/categories/menu/list</div> <div id="route-forgot-password-page">/forgot/password/page</div> <div id="route-inquiry-form">/inquiry/us</div> <div id="route-add-inquiry">/inquiry/add</div> </div> <script src="/js/front/jquery/jquery-3.4.1.min.js"></script> <script src="/js/front/bootstrap/bootstrap.min.js"></script> <script src="/js/front/common.js?v=100020"></script> <script src="/js/front/slick/jquery-migrate-3.4.0.min.js"></script><script src="/js/front/form-ajax/jquery.form.min.js"></script><script src="/js/front/logic/product-detail.js"></script><script src="/js/front/zoom/jquery.zoom.min.js"></script><script src="/js/front/slick/slick.js"></script> </body> </html>' } $maxBufferLength = (int) 8192 $file = '/home/trainli/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php' $line = (int) 856 $message = 'Unable to emit headers. Headers sent in file=/home/trainli/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=856'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/trainli/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 152]Code Context$response->getStatusCode(),($reasonPhrase ? ' ' . $reasonPhrase : '')));$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => object(Cake\Http\Cookie\CookieCollection) {}, 'cacheDirectives' => [], 'body' => '<!DOCTYPE html><html> <head> <meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><link href="/img/store/large/favicon-fi.ico" type="image/x-icon" rel="icon"/><link href="/img/store/large/favicon-fi.ico" type="image/x-icon" rel="shortcut icon"/><title>Boiler, red, Coca-Cola, LGB 20235-E198</title><meta name="keywords" content="Boiler, red, Coca-Cola, LGB 20235-E198"/><meta name="description" content="LGB Parts; LGB Repair Parts; LGB 20235"/> <link rel="stylesheet" href="/css/front/bootstrap/bootstrap.min.css?v=100020"/> <link rel="stylesheet" href="/css/front/font-awesome/all.min.css?v=100020"/> <link rel="stylesheet" href="/css/front/site.css?v=100020"/> <link rel="stylesheet" href="/css/front/pages/bootstrap-modals.css?v=100020"/> <link rel="stylesheet" href="/css/front/zoom/zoom.css"/><link rel="stylesheet" href="/css/front/slick/slick.css"/><link rel="stylesheet" href="/css/front/slick/slick-theme.css"/><link rel="stylesheet" href="/css/front/pages/product-detail.css"/><!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V8PBGM8XPH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V8PBGM8XPH'); </script> </head> <body> <div class="notify"></div> <!-- Desktop - Top navigation start --> <style> .ipad-parent-navigation { background-color: #F2F2F2; z-index: 1; } .ipad-parent-navigation ul { font-size: 12px; background-color: #F2F2F2; z-index: 1; } .ipad-parent-navigation ul li { background-color: #F2F2F2; border: 0; } .iPad-nav-toggle { background-color: #082c50; } </style> <div class="container-fluid m-0 p-0"> <nav class="navbar navbar-expand-lg topbar m-0 p-0"> <div class="container"> <div class="collapse navbar-collapse" id="navbarNavDropdown"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" id="customer-account" href="/myaccount"><i class="fas fa-phone-alt"></i> Us For Order : +775-302-8111</a> </li> </ul> </div> <div class="navbar-collapse collapse"> <ul class="navbar-nav ml-auto"> <!-- <li class="nav-item"> <a class="nav-link" id="customer-account" href=""><i class="fas fa-phone-alt"></i> Us For Order : +775 302 8111</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> --> <li class="nav-item" id="topbarBasketCartInformation"></li> </ul> </div> </div> </nav> </div> <div class="container-fluid m-0 p-0 d-none d-md-block background-blue middle-header-container"> <div class="container w-100"> <div class="row"> <div class="col-6 py-3"> <img src="/img/store/large/logo-sl.png" id="site-logo" class="img-fluid" onclick="window.location.href='/'" alt=""/> </div> <div class="col-6 py-3 p-0"> <div class="col-12 navbar navbar-expand-lg navbar-expand-md py-0"> <div class="navbar-collapse collapse"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" id="customer-account" href="/">Home</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> <li class="nav-item"> <a class="nav-link" id="customer-login" href="javascript:;" data-toggle="modal" data-target="#normalModal">Login</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> <li class="nav-item"> <a class="nav-link" id="customer-register" href="javascript:;" data-toggle="modal" data-target="#wideModal">Register</a> </li> </ul> </div> </div> <div class="input-group col-12 p-0"> <input type="text" name="searchrequest" id="searchrequest" class="form-control" placeholder="Search" aria-label="Search" aria-describedby="site-search" /> <div class="input-group-append"> <span class="input-group-text"> <div class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input" id="site-category-search" name="site-category-search" /> <label class="custom-control-label" for="site-category-search">By Category</label> </div> </span> </div> <div class="input-group-append"> <button type="button" class="input-group-text" id="site-search-input"><i class="fas fa-search"></i> Search</button> </div> </div> <span class="price-website-note"> <a href="/product-parts-demand"> <i class="fas fa-angle-double-right"></i> Non Common Stocked Parts For LGB </a> </span> </div> </div> </div> </div> <style> .curvy-menu-full ul.navbar-nav { color: white; } .dropdown-menu { background-color: #fff; padding: 0 0 .5rem 0px; margin: 0 0 0 0; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -1px; display: none; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .nav-link.active, .dropdown-item.active { font-weight: bold; background-color: #f0f0f0; } </style> <nav class="navbar navbar-expand-lg curvy-menu-full tl-menu-2"> <div class="collapse navbar-collapse"> <ul class="navbar-nav custom-navbar-nav" style="margin: 0 auto;"> <li class="nav-item dropdown"> <a href="https://www.trainli.com/g-scale-products-especially-LGB-c-295" class="nav-link dropdown-toggle " aria-haspopup="true" aria-expanded="false">G-SCALE</a> <ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/track-switches-tools-c-54" class="nav-link dropdown-toggle ">Track/Switches/Railbenders</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/track-c-92" class="nav-link dropdown-toggle ">TRACK</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/brass-track-rail-p-21" class="nav-link ">Brass Track &amp; Rail</a></li><li class="dropdown"><a href="https://www.trainli.com/NpB-G-scale-flextrack-lgb-compatible-p-95" class="nav-link ">NpB Track &amp; Rail</a></li><li class="dropdown"><a href="https://www.trainli.com/display-track-p-122" class="nav-link ">Display Track</a></li><li class="dropdown"><a href="https://www.trainli.com/ties-p-156" class="nav-link ">Ties</a></li><li class="dropdown"><a href="https://www.trainli.com/g-scale-track-accessories-p-93" class="nav-link ">G-scale Track Accessories</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/rail-bender-c-36" class="nav-link dropdown-toggle ">RAILBENDERS</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/trainli-g-scale-railbenders-p-382" class="nav-link ">G-SCALE 250/215/332</a></li><li class="dropdown"><a href="https://www.trainli.com/ho-scale-railbender-p-384" class="nav-link ">HO-SCALE 100/83/70</a></li><li class="dropdown"><a href="https://www.trainli.com/o-scale-railbender-p-385" class="nav-link ">O-SCALE</a></li><li class="dropdown"><a href="https://www.trainli.com/railbender-accessories-p-383" class="nav-link ">ACCESSORIES</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/rail-clamps-p-61" class="nav-link ">RAIL CLAMPS</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/switches-c-29" class="nav-link dropdown-toggle ">SWITCHES</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/straight-p-55" class="nav-link ">Straight</a></li><li class="dropdown"><a href="https://www.trainli.com/switch-drives-stands-p-86" class="nav-link ">Switch Drives / EPL Switches / Switch Stands / Frog Kit</a></li><li class="dropdown"><a href="https://www.trainli.com/curved-p-56" class="nav-link ">Curved</a></li><li class="dropdown"><a href="https://www.trainli.com/3-way-switches-p-219" class="nav-link ">3 Way Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/Double-Crossover-p-512" class="nav-link ">Double Crossover Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/x-switches-p-220" class="nav-link ">X-Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/y-switches-p-222" class="nav-link ">Y-Switches</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/crossings-p-157" class="nav-link ">CROSSINGS</a></li><li class="dropdown"><a href="https://www.trainli.com/turntable-p-59" class="nav-link ">TURNTABLE</a></li><li class="dropdown"><a href="https://www.trainli.com/cog-rail-p-62" class="nav-link ">COG RAIL</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/accessories-signals-semaphores-catenary-poles-bidges-c-347" class="nav-link dropdown-toggle ">ACCESSORIES</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/catenary-p-38" class="nav-link ">Catenary</a></li><li class="dropdown"><a href="https://www.trainli.com/bridges-supports-p-314" class="nav-link ">Bridges&amp;Supports</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/signals-c-65" class="nav-link dropdown-toggle ">Signals</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/american-p-66" class="nav-link ">American</a></li><li class="dropdown"><a href="https://www.trainli.com/european-p-67" class="nav-link ">European</a></li></ul></li></ul></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/parts-and-repair-tools-for-lgb-c-84" class="nav-link dropdown-toggle ">Parts &amp; Repair Tools for LGB</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/common-parts-such-as-motors-wheels-gearboxes-handlebars-and-more-for-lgb-from-trainli-c-97" class="nav-link dropdown-toggle ">LGB PARTS </a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-wheels-wheel-sets-axle-sets-gears-from-trainli-p-282" class="nav-link ">LGB AXLES WHEELS &amp; PILOT TRUCKS</a></li><li class="dropdown"><a href="https://www.trainli.com/Cow Catcher Snowplows-p-468" class="nav-link ">LGB COWCATCHER / SNOWPLOW </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Bell ,Whistles-p-473" class="nav-link ">BELL / WHISTLES</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Brake wheels & rods-p-474" class="nav-link ">LGB BRAKE WHEELS &amp; RODS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB roof vents-p-475" class="nav-link ">LGB ROOF VENTS / SMOKE STACKS / CHIMNEYS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Buffer, Bumper-p-490" class="nav-link ">LGB BUFFERS / BUMPERS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Roofs-p-516" class="nav-link ">LGB ROOFS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-CHASSIS-TENDER FRAME -p-518" class="nav-link ">LGB CHASSIS / TENDER FRAME</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-doors-windows-walla-p-519" class="nav-link ">LGB DOORS / WINDOWS / WALLS</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-electric-connectors-cables-p-287" class="nav-link ">CABLES &amp; PLUGS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Couplers-p-311" class="nav-link ">LGB COUPLERS &amp; HOOKS</a></li><li class="dropdown"><a href="https://www.trainli.com/Gears-p-425" class="nav-link ">LGB GEARS</a></li><li class="dropdown"><a href="https://www.trainli.com/handbreakwheel-p-430" class="nav-link ">LGB HANDBRAKES / WHEELS &amp; RODS</a></li><li class="dropdown"><a href="https://www.trainli.com/handelbar-grabrails-p-293" class="nav-link ">HANDLEBARS &amp; GRABRAILS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-hoses-cables-p-330" class="nav-link ">HOSES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-lanterns & headlamps-p-402" class="nav-link ">LGB LANTERNS / HEADLAMPS</a></li><li class="dropdown"><a href="https://www.trainli.com/lantern-lenses-inserts-rings-p-226" class="nav-link ">LENSES / INSERSTS / LANTERN RINGS</a></li><li class="dropdown"><a href="https://www.trainli.com/light-bulbs-p-280" class="nav-link ">LIGHTS BULBS / LIGHT STRIP </a></li><li class="dropdown"><a href="https://www.trainli.com/Lubricant-p-432" class="nav-link ">LUBRICANTS / GREASE / GRAPHIC PASTE / OIL PEN / TOOLSET</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-motors-short-shaft-long-shaft-and-many-more-p-281" class="nav-link ">LGB MOTORS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-motorblocks-suitable-for-various-engines-p-334" class="nav-link ">LGB MOTORBLOCKS / GEARBOXES / LIDS</a></li><li class="dropdown"><a href="https://www.trainli.com/Pantographs-p-454" class="nav-link ">LGB PANTOGRAPHS / TROLLEY POLES</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB trucks & Frames-p-455" class="nav-link ">LGB TRUCKS / FRAMES / BOGIE / PIVOTS</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-screws-washers-p-306" class="nav-link ">SCREWS / RIVETS / WASHERS</a></li><li class="dropdown"><a href="https://www.trainli.com/all-about-kgb-smoke-units-and-smoke-fluid-p-284" class="nav-link ">LGB SMOKE UNITS &amp; SMOKE FLUID</a></li><li class="dropdown"><a href="https://www.trainli.com/SideRods-Crosshead guides-p-451" class="nav-link ">LGB SIDE RODS / CROSSHEAD GUIDES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-track-cleaning-parts-p-328" class="nav-link ">LGB TRACK CLEANING WHEELS / BLOCKS / PADS </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-engine-maintenance-tools-p-310" class="nav-link ">LGB BRUSHES / PICK UP SHOES / TRACTION TIRES </a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/trainli-circuit-main-boards-p-422" class="nav-link ">LGB CIRCUIT &amp; MAIN BOARDS</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/repair-parts-for-lgb-from-trainli-c-98" class="nav-link dropdown-toggle ">LGB ENGINE &amp; CAR REPLACEMENT BY PRODUCT NUMBER</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/steam-engines-parts-for-us-and-european-lgb-engines-c-101" class="nav-link dropdown-toggle ">LGB Steam Engines (US-European)</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-2x5xx-lgb-box-engine-p-137" class="nav-link ">LGB 2x5xx LGB Box Engine</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-2x74x-db-steam-engine-99-241-p-252" class="nav-link ">LGB 2x74x DB Steam Engine 99 241</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-aster-22832-db-99633-and-258-p-253" class="nav-link ">LGB/Aster 22832 DB 99633 and 258</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-2x841-2-saxon-iv-k-132-meyer-p-264" class="nav-link ">LGB 2x841/2 Saxon IV K 132 Meyer</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20700-20710-20720-20730-U-engine-parts-p-268" class="nav-link ">LGB 2070 2071 2072 2073 Tende</a></li><li class="dropdown"><a href="https://www.trainli.com/frank-s-20261-21261-24266-p-315" class="nav-link ">Frank S 20261 21261 24266</a></li><li class="dropdown"><a href="https://www.trainli.com/stainz-lgb-2010-2020-21211-70302-parts-p-108" class="nav-link ">LGB 2010/2020/21211/70302 Stainz</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-2018-LGB-2019-LGB-2028-Mogul-steam-engine-repair-parts-p-110" class="nav-link ">LGB 2018/2019/2028 Mogul</a></li><li class="dropdown"><a href="https://www.trainli.com/steam-loco-w-tender-lgb2015-2017-p-124" class="nav-link ">LGB 2015/2017 Steam Loco w/Tender</a></li><li class="dropdown"><a href="https://www.trainli.com/dr-ruegen-lgb-28001-p-126" class="nav-link ">LGB 28001 DR Ruegen </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-mallet-sound-lgb-20850-p-254" class="nav-link ">LGB 20850 DR-Mallet Sound</a></li><li class="dropdown"><a href="https://www.trainli.com/h-k-porter-lgb-22771-p-255" class="nav-link ">LGB 22771 Toy train Rusty Porter Emma HK Porter</a></li><li class="dropdown"><a href="https://www.trainli.com/hsb-dr-99-6001-lgb-20800-p-256" class="nav-link ">LGB 20800 HSB DR 99 6001 </a></li><li class="dropdown"><a href="https://www.trainli.com/uintah-sv-mallet-lgb-20882-2188-p-257" class="nav-link ">LGB 20882 2188 Uintah/SV Mallet </a></li><li class="dropdown"><a href="https://www.trainli.com/tenderloco-small-lgb-20760-p-258" class="nav-link ">LGB 20760 Tender loco Small </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-mikado-27872-2x872-p-259" class="nav-link ">LGB 27872 2x872 Mikado</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-fourney-lgb-20251-p-260" class="nav-link ">LGB 20251 LGB Forney </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-20140-20130-20910-p-261" class="nav-link ">LGB 20140 20130 20910</a></li><li class="dropdown"><a href="https://www.trainli.com/sbb-bruenigbahn-hg-3-3-lgb-22470-p-262" class="nav-link ">LGB 22470 SBB-Bruenigbahn HG 3/3 </a></li><li class="dropdown"><a href="https://www.trainli.com/spreewald-lgb-2074-p-263" class="nav-link ">LGB 2074 Spreewald</a></li><li class="dropdown"><a href="https://www.trainli.com/heidi-g-3-4-11-lgb-20271-p-270" class="nav-link ">LGB 20271 Heidi G 3/4 11 </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20232-20230-2-4-0-engine-p-316" class="nav-link ">LGB 20232/20230 2-4-0 US Engine</a></li><li class="dropdown"><a href="https://www.trainli.com/Aster-Hudson-p-449" class="nav-link ">LGB 20542 Aster Hudson</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-21811-p-514" class="nav-link ">LGB 21811 HSB 2-10-2 Brockenlok</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-diesel-engines-parts-for-us-and-european-engines-from-trainli-c-100" class="nav-link dropdown-toggle ">LGB Diesel Engines (US=European</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-20570-20580-F7A-F7B-Parts-p-99" class="nav-link ">LGB 20570 20580 F7A/B Parts</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-track-cleaning-loco-20670-21670-p-123" class="nav-link ">LGB 20670 21670 Track Cleaning</a></li><li class="dropdown"><a href="https://www.trainli.com/diesel-koef-lgb-2090-2190-p-128" class="nav-link ">LGB 2090/2190 Diesel Koef</a></li><li class="dropdown"><a href="https://www.trainli.com/diesel-Schöma-lgb-2060-2061-p-129" class="nav-link ">LGB 2060/2061 Diesel Schöma</a></li><li class="dropdown"><a href="https://www.trainli.com/double-wismar-lgb-2065-p-130" class="nav-link ">LGB 2065 Double Wismar</a></li><li class="dropdown"><a href="https://www.trainli.com/railcar-friesland-lgb-2064-p-131" class="nav-link ">LGB 2064 Railcar Friesland</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20660-diesel-railcar-schweineschnaeuz-p-132" class="nav-link ">LGB 20660 railcar Schweineschna</a></li><li class="dropdown"><a href="https://www.trainli.com/alco-dl535e-wp-y-diesel-lgb-2055-p-133" class="nav-link ">LGB 2055 Alco DL535E WP&amp;Y Diesel</a></li><li class="dropdown"><a href="https://www.trainli.com/genesis-lgb-20490-21490-p-151" class="nav-link ">LGB 20490/21490 Genesis</a></li><li class="dropdown"><a href="https://www.trainli.com/db-switcher-lgb-21590-p-152" class="nav-link ">LGB 21590 DB Switcher</a></li><li class="dropdown"><a href="https://www.trainli.com/industrial-switcher-lgb-2062-3-p-153" class="nav-link ">LGB 2062/3 Industrial switcher</a></li><li class="dropdown"><a href="https://www.trainli.com/db-v51-v52-lgb-2051-p-154" class="nav-link ">LGB 2051 DB V51/V52</a></li><li class="dropdown"><a href="https://www.trainli.com/obb-lgb-2095-2096-p-155" class="nav-link ">LGB 2095 - 2096 OBB</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB-electric-engine-and-tram-parts-for-us-and-european-from-trainli-c-107" class="nav-link dropdown-toggle ">LGB Electric Engine &amp; Tram Parts</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-2046-2146-2246-cog-engine-p-109" class="nav-link ">LGB 2046/2146/2246 Cog-engine</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20310-BR101-Engine-parts-for-Repair-p-139" class="nav-link ">LGB 20310 BR 101</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-2030-E1-Steeple-Engine-p-141" class="nav-link ">LGB 2030-21300-22300 E1 Ste</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-21759-p-307" class="nav-link ">LGB-21759</a></li><li class="dropdown"><a href="https://www.trainli.com/lce-ice-amtrak-train-p-317" class="nav-link ">LCE | ICE | Amtrak train</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20440-p-140" class="nav-link ">LGB 20440 RhB Gea 2/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20450-p-142" class="nav-link ">LGB 20450 RhB Ge 2/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-4-4-iii-lgb-20420-25420-p-143" class="nav-link ">LGB 20420-25420 RhB Ge 4/4 III</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-6-6-crok-lgb-20400-p-145" class="nav-link ">LGB 20400 RhB Ge 6/6 Krokodil</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-abe-4-4-i-lgb-20390-p-146" class="nav-link ">LGB 20390 RhB Abe 4/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-4-4-ii-lgb-20430-p-147" class="nav-link ">LGB 20430 RhB Ge 4/4 II</a></li><li class="dropdown"><a href="https://www.trainli.com/tractor-lgb-2033-2133-p-148" class="nav-link ">LGB 2033-2133 Tractor</a></li><li class="dropdown"><a href="https://www.trainli.com/european_streetcar_lgb_20350-p-149" class="nav-link ">LGB 20350 European Trolley or Streetcar</a></li><li class="dropdown"><a href="https://www.trainli.com/Parts_for_us_streetcar_20380-p-335" class="nav-link ">LGB 20380 US Streetcar</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20220-Allegra-p-530" class="nav-link ">LGB 20220 Allegra</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB-draisine-handcar-parts-from-trainli-c-198" class="nav-link dropdown-toggle ">LGB Draisine/Handcar Parts</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-handcar-maintenance-Gustav-p-199" class="nav-link ">LGB-Gustav MNTC Handcar</a></li><li class="dropdown"><a href="https://www.trainli.com/circus-handcar-lgb-22010-p-200" class="nav-link ">Circus Handcar LGB 22010</a></li><li class="dropdown"><a href="https://www.trainli.com/disney-handcar-lgb-23010-p-201" class="nav-link ">Disney Handcar LGB 23010</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20020-21020-22020-Flyer-Series-Handcars-p-202" class="nav-link ">LGB 2x02x Flyer Series Handcars</a></li><li class="dropdown"><a href="https://www.trainli.com/christmas-handcar-lgb-21010-p-203" class="nav-link ">Christmas Handcar LGB 21010</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Special-Edition-Handcar-p-337" class="nav-link ">LGB Special Edition Handcar</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-passenger-car-parts-us-european-c-180" class="nav-link dropdown-toggle ">LGB Passenger Car Parts(US-Euro)</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/us-streamline-car-lgb-30570-3059-p-181" class="nav-link ">US Streamline Car LGB 30570-3059</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-30600-30610-Barmen-mountain-car-ii-parts-p-187" class="nav-link ">LGB-30600/61 Barmen Mountain Car</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB 30050-30190-Common-Standard- Carstandard-car-2-axle-passenger-car-p-190" class="nav-link ">LGB 30050-30190 Common Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-sightseeing-car-lgb-30250-30-p-194" class="nav-link ">RhB Sightseeing Car LGB 30250/30</a></li><li class="dropdown"><a href="https://www.trainli.com/zillertal-keg-car-lgb-30420-p-183" class="nav-link ">LGB 30420 Zillertal Keg Car </a></li><li class="dropdown"><a href="https://www.trainli.com/compartment-car-lgb-30500-p-185" class="nav-link ">LGB 30500 Compartment Car </a></li><li class="dropdown"><a href="https://www.trainli.com/ballenberg-mountain-car-lgb-3033-p-186" class="nav-link ">LGB 3033 Ballenberg Mountain Car </a></li><li class="dropdown"><a href="https://www.trainli.com/german-train-club-car-lgb-30200-p-188" class="nav-link ">LGB 30200 German Train Club Car </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-passenger-car-lgb-30400-31400-p-189" class="nav-link ">LGB 30400-31400 DR Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/db-passenger-car-lbg-30700-30730-p-191" class="nav-link ">LGB 30700-30730 DB Passenger Car</a></li><li class="dropdown"><a href="https://www.trainli.com/austrian-passenger-car-lgb-30620-p-192" class="nav-link ">LGB 30620 Austrian Passenger Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-2-axle-passenger-car-lgb-303-p-195" class="nav-link ">LGB 30550 RhB 2-axle passenger car</a></li><li class="dropdown"><a href="https://www.trainli.com/saxon-passenger-car-lgb-30350-p-196" class="nav-link ">LGB 30350 Saxon Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/d-rgw-pass-freight-car-lgb-30810-p-232" class="nav-link ">LGB 30810 D&amp;RGW Pass/Freight Car </a></li><li class="dropdown"><a href="https://www.trainli.com/d-rgw-passenger-car-lgb-30800-30-p-233" class="nav-link ">LGB 30800/30 D&amp;RGW Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/db-2nd-cl-pass-car-lgb-30310-p-235" class="nav-link ">LGB 30310 DB 2nd Cl. Pass. Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-passenger-car-lgb-30510-3051-p-236" class="nav-link ">LGB 30510/3051 RhB Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/grizzly-flats-passenger-car-lgb-p-237" class="nav-link ">LGB 30440 Grizzly Flats Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-dining-car-lgb-30520-31520-p-239" class="nav-link ">LGB 30520/31520 RhB Dining Car </a></li><li class="dropdown"><a href="https://www.trainli.com/c2012-c114-la-bucunada-lgb-30340-p-240" class="nav-link ">LGB 30340 C2012/C114 La Bucunada </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-passenger-car-lgb-30670-3067-p-242" class="nav-link ">LGB 30670/3067 RhB Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-baggage-car-lgb-30690-31690-p-244" class="nav-link ">LGB 30690/31690/ RhB Baggage Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-control-car-lgb-30900-31900-p-245" class="nav-link ">LGB 30900/31900 RhB Control Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-panorama-car-lgb-30660-31660-p-246" class="nav-link ">LGB 30660/31660 RhB Panorama Car </a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-freight-car-parts-us-and-european-from-trainli-c-168" class="nav-link dropdown-toggle ">LGB Freight Car Parts (US-Europe</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-40670-40910-US-Boxcars-parts-for-two-basic-styles-standard-and-western-p-343" class="nav-link ">LGB-40670-40910 US Boxcars parts</a></li><li class="dropdown"><a href="https://www.trainli.com/depressed-center-car-lgb-40580-p-169" class="nav-link ">LGB-40390 Depressed Center Car</a></li><li class="dropdown"><a href="https://www.trainli.com/ballenberg-post-luggage-40330-p-170" class="nav-link ">LGB 40330 Ballenberg Post/Luggage</a></li><li class="dropdown"><a href="https://www.trainli.com/mixed-use-car-lgb-40390-p-171" class="nav-link ">LGB-40390 Mixed Use Car </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-baggage-cart-lgb-40520-p-172" class="nav-link ">LGB 40520 DR Baggage Cart</a></li><li class="dropdown"><a href="https://www.trainli.com/field-railway-cars-lgb-40160-401-p-173" class="nav-link ">LGB 40160-401 Field Railway Cars </a></li><li class="dropdown"><a href="https://www.trainli.com/boxcar-various-p-174" class="nav-link ">LGB 2-axle Boxcar (various #)</a></li><li class="dropdown"><a href="https://www.trainli.com/hot-metal-car-lgb-40560-p-175" class="nav-link ">LGB 40560 Hot metal Car </a></li><li class="dropdown"><a href="https://www.trainli.com/high-sided-gondola-various-p-176" class="nav-link ">LGB 40240/40210 High-sided Gondola (Various #)</a></li><li class="dropdown"><a href="https://www.trainli.com/two-axle-tank-car-lgb-40400-4040-p-177" class="nav-link ">LGB 40400/4040 Two Axle Tank Car </a></li><li class="dropdown"><a href="https://www.trainli.com/tower-maintenance-car-lgb-35300-p-197" class="nav-link ">LGB 35300 Tower Maintenance car</a></li><li class="dropdown"><a href="https://www.trainli.com/four-axle-tank-car-lgb-40800-408-p-204" class="nav-link ">LGB 40800/408 Four Axle Tank Car </a></li><li class="dropdown"><a href="https://www.trainli.com/crane-car-lgb-40420-p-205" class="nav-link ">LGB 40420 Crane Car</a></li><li class="dropdown"><a href="https://www.trainli.com/low-side-car-lgb-4000-4013-p-206" class="nav-link ">LGB 4000 - 4013 Low Side Car </a></li><li class="dropdown"><a href="https://www.trainli.com/prr-ore-jenny-lgb-40040-p-207" class="nav-link ">LGB 40040 PRR Ore Jenny </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-container-wagon-lgb-40140-p-208" class="nav-link ">LGB 40140 RhB Container Wagon</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-two-axle-boxcar-lgb-40810-p-209" class="nav-link ">LGB 40810 RhB Two Axle Boxcar</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-tank-wagon-lgb-40830-p-210" class="nav-link ">LGB 40830 RhB Tank Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-freight-side-dump-car-lgb-41-p-211" class="nav-link ">LGB 41610 RhB Freight Side Dump Car</a></li><li class="dropdown"><a href="https://www.trainli.com/floodlight-car-lgb-40490-41490-p-212" class="nav-link ">LGB 40490 - 41490 Floodlight Car </a></li><li class="dropdown"><a href="https://www.trainli.com/freight-wagon-lgb-40410-42413-p-213" class="nav-link ">LGB 40410 - 42413 Freight Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/silo-wagon-lgb-40250-p-214" class="nav-link ">LGB 40250 Silo Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/cement-mixer-car-lgb-40550-p-215" class="nav-link ">LGB 40550 Cement Mixer Car </a></li><li class="dropdown"><a href="https://www.trainli.com/steiff-flat-car-lgb-43140-p-216" class="nav-link ">LGB 43140 Steiff Flat Car </a></li><li class="dropdown"><a href="https://www.trainli.com/austrian-boxcar-lgb-40620-4063-p-218" class="nav-link ">LGB 40620 - 4063 Austrian Boxcar </a></li><li class="dropdown"><a href="https://www.trainli.com/caboose-lgb-40650-p-221" class="nav-link ">LGB 40650 Caboose</a></li><li class="dropdown"><a href="https://www.trainli.com/timber-wagon-lgb-40660-p-227" class="nav-link ">LGB 40660 Timber Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/us-caboose-lgb-40710-40750-40790-p-228" class="nav-link ">LGB 40710/40750/40790 US Caboose </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-40640-us-refrigerated-car-parts-p-231" class="nav-link ">LGB 4072 - 40640 US Refrigerated box cars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-40300-European-Boxcars-parts-p-331" class="nav-link ">LGB 4x3xx European Boxcars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-40880-style-RhB-DB-high-sided-gondola-parts-p-342" class="nav-link ">LGB 40880 style RhB and DB high</a></li></ul></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/ENGINEERS & FIREMEN-p-433" class="nav-link ">LGB ENGINEERS / FIREMEN / CIRCUS HANDCAR FIGURES</a></li><li class="dropdown"><a href="https://www.trainli.com/tools-accessories-for-repair-p-269" class="nav-link ">REPAIR TOOLS &amp; ACCESSORIES </a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-collections-c-447" class="nav-link dropdown-toggle ">LGB</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB 2026 -p-534" class="nav-link ">LGB 2026</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB 2025-c-522" class="nav-link dropdown-toggle ">LGB 2025</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/2025-USA-p-524" class="nav-link ">USA</a></li><li class="dropdown"><a href="https://www.trainli.com/2025-DB-p-526" class="nav-link ">DB </a></li><li class="dropdown"><a href="https://www.trainli.com/2025-RhB-p-525" class="nav-link ">RhB</a></li><li class="dropdown"><a href="https://www.trainli.com/Other-2025-p-527" class="nav-link ">Other New for 2025</a></li><li class="dropdown"><a href="https://www.trainli.com/Christmas 2025-p-528" class="nav-link ">Christmas 2025</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Catalogs-p-452" class="nav-link ">Catalogs</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Starter Sets-p-448" class="nav-link ">LGB Starter Sets</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-locomotives-c-456" class="nav-link dropdown-toggle ">LGB Locomotives</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB Steam Locomotives-p-461" class="nav-link ">LGB Steam Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Diesel Locomotives-p-462" class="nav-link ">LGB Diesel Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Electric Locomotives-p-463" class="nav-link ">LGB Electric Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Gasoline Locomotives-p-464" class="nav-link ">LGB Gasoline Locomotives</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-rolling-stock-c-457" class="nav-link dropdown-toggle ">LGB Rolling stock</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-Passanger-p-459" class="nav-link ">LGB Passenger Cars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Freight Cars-p-460" class="nav-link ">LGB Freight Cars</a></li></ul></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Premium-c-439" class="nav-link dropdown-toggle ">PREMIUM, Pullman, KISS, LGB Highend</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/PREMIUM locomotives-p-440" class="nav-link ">PREMIUM locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/PREMIUM Rolling Stock-p-441" class="nav-link ">PREMIUM Rolling Stock</a></li><li class="dropdown"><a href="https://www.trainli.com/TrainLi Swiss-p-458" class="nav-link ">TrainLi Swiss</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Piko-c-442" class="nav-link dropdown-toggle ">Piko</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/Piko Locomotives-p-443" class="nav-link ">Piko Locomotives</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Pola-c-482" class="nav-link dropdown-toggle ">Pola</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/Pola Buildings-p-483" class="nav-link ">Pola Buildings</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola People-p-484" class="nav-link ">Inhabitants of the miniature worlds</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola Parts & Accessories-p-485" class="nav-link ">Pola Parts &amp; Accessories</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/TrainLine45-c-435" class="nav-link dropdown-toggle ">Train Line 45</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/TL-Locomotives-p-436" class="nav-link ">TL Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/TL-Cars-p-437" class="nav-link ">TL Cars</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/houses-accessories-c-275" class="nav-link dropdown-toggle ">BUILDINGS / BRIDGES / FIGURES / STEET LAMPS / Accessories</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/BUILDINGS-c-78" class="nav-link dropdown-toggle ">BUILDINGS</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/industrial-structures-p-116" class="nav-link ">Industrial Structures</a></li><li class="dropdown"><a href="https://www.trainli.com/windows-doors-p-223" class="nav-link ">Windows &amp; Doors</a></li><li class="dropdown"><a href="https://www.trainli.com/buildings-kits-p-274" class="nav-link ">Buildings (kits)</a></li><li class="dropdown"><a href="https://www.trainli.com/houses-build-up-p-111" class="nav-link ">Buildings (built)</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/g-scale-figures-c-358" class="nav-link dropdown-toggle ">FIGURES</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-g-scale-figures-c-361" class="nav-link dropdown-toggle ">LGB-figures</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-g-scale-figures-p-362" class="nav-link ">LGB FIGURES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-Engineers-firemen-and-others-p-336" class="nav-link ">LGB ENGINEERS</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/prehm-g-scale-figures-p-165" class="nav-link ">PREHM</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola People-p-486" class="nav-link ">Pola figures</a></li><li class="dropdown"><a href="https://www.trainli.com/AD-Figures-p-487" class="nav-link ">American Diorama Figures</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/small-goods-p-52" class="nav-link ">Small Goods</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/automobiles-c-23" class="nav-link dropdown-toggle ">Automobiles</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/american-c-45" class="nav-link dropdown-toggle ">American</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/ford-p-46" class="nav-link ">Ford</a></li><li class="dropdown"><a href="https://www.trainli.com/chevrolet-p-47" class="nav-link ">Chevrolet</a></li><li class="dropdown"><a href="https://www.trainli.com/studebaker-p-48" class="nav-link ">Studebaker</a></li><li class="dropdown"><a href="https://www.trainli.com/other-p-53" class="nav-link ">Other</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/european-p-44" class="nav-link ">European</a></li></ul></li></ul></li></ul> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="https://www.trainli.com/LGB-Catalogs-p-452">CATALOGS</a> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="https://www.trainli.com/jc-usa-collection-c-355">JC JAEGERNDORFER USA</a> </li> <li class="dropdown my-dropdown"> <a class="nav-link nav-link-top" href="#">RESOURCES</a> <ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"> <li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Trainli TV</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/trainli-tv-videos">TRAINLI TV Videos</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/trainli-tech-tv">TRAINLI TECH TV Videos</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tech Tips</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/tech-tips-trainli">TECH TIPS</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="/page/Javascript:;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Know How</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/all-about-lgb-motors-wheels-gears-gearboxes-knowledge-article">LGB Motors, Wheels, Gears, etc.</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/parts-diagrma-for-steam-engine-linkage-or-valve-gear-as-used-in-lgb-steam-engines">Parts for Steam Engine Linkage</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/sound-installtion-and-repair">Sound Installation and Repair</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-mts-dcc-maerklin-mfx-massoth-nce-piko-lenz-zimo-digital-control">DCC - LGB MTS and other Digital Control</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/MTS-FAQ-frequently-asked-questions-about-LGB-MTS-functionality">MTS Important FAQ from LGB</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/the-definition-about-era-usage-for-lgb-and-other-gscale-rolling-stock">The Rolling Stock Era Definition</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/DCC-Calculator-from-TRAINLI">DCC Calculator</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">LGB INFO</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/How-to-order-parts-from-TRAINLI">How To Order Parts</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-engine-pdf">LGB Parts PDFs</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-user-guide-manual">LGB User Guides</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/Risks-of-buying-used-LGB-rolling-stock-on-Ebay">Used Rolling Stock Purchases on Ebay</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-special-parts-inquiry-form-by-trainli">LGB Special Parts Order *COMING SOON!*</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/JC-Tips-Tricks">JAEGERNDORFER-USA Tips-Tricks</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Contact Us</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/phone-hours">Opening Hours</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/about-trainli">About Us</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/repair-install-parts-trainli">Repair</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/privacy-notice">Privacy Notice</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/address">Our Addresses</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/shipping-policy">Shipping Policy</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/why-trainli">Why the name TRAINLI</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/return-policy">Return Policy</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li> </ul> </li> <li><a class="nav-link" href="https://www.trainli.com/sound-digital-rf-c-83">ANALOG/DCC</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/premium_services">REPAIR / INSTALL SERVICE</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/preowned">PRE-OWNED</a></li></li><li><a class="nav-link" href="https://www.trainli.com/SALE-p-508">SALE</a></li></li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/solely-for-gardeners">STARTER SETS</a> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/contact">CONTACT</a> </li> </ul> </div> </nav> <!-- Desktop - Top navigation stop --> <!-- MOBILE HEADER START --> <header id="header" class="d-block d-sm-none"> <div class="row m-0 p-0"> <div class="col-2 m-0 p-0"> <div class="nav-toggle"> <div class="icon-menu"> <span class="line line-1"></span> <span class="line line-2"></span> <span class="line line-3"></span> </div> </div> </div> <div class="col-6 m-0 p-0"> <div class="logo"> <a href="tel:+17753028111" style="color: #000;"><i class="fa fa-phone"> Us +1 775 302 8111</i></a> </div> </div> <div class="col-4 m-0 p-0"> <div class="m-cart"> <div class="nav-cart mob-nav-bdr"> <a href="/cart"><i class="fas fa-shopping-bag"></i></a> </div> <div class="nav-cart mob-nav-bdr"> <a id="customer-login" href="javascript:;" data-toggle="modal" data-target="#normalModal"><i class="fa fa-user fa-lg"></i></a> </div> <div class="nav-cart"> <a id="customer-register" href="javascript:;" data-toggle="modal" data-target="#wideModal"><i class="fas fa-sign-in-alt"></i></a> </div> </div> </div> </div> <div class="nav-container"> <div class="mob-srch"> <div class="row m-0 pt-1"> <div class="col-1"> <input type="checkbox" class="category_search" id="mobile-category-search" name="mobile-category-search" /> </div> <div class="col-10 pl-1"> <span class="mob-header-by-category">By Category</span> </div> </div> <div class="row m-0 pb-3"> <div class="col-8"> <input type="text" name="mobsearchrequest" class="search-style search-query" placeholder="Search here..."> </div> <div class="col-4 p-0"> <button type="button" id="mobile-search-input" class="input-group-text search-input"><i class="fas fa-search"></i> Search</button> </div> </div> </div> <div> <ul class="topnav"> <li> <a href="/">HOME</a> </li> <li><a href="javascript:;">G-SCALE</a><ul><li><a href="javascript:;">Track/Switches/Railbenders</a><ul><li><a href="javascript:;">TRACK</a><ul><li><a href="https://www.trainli.com/brass-track-rail-p-21" >Brass Track & Rail</a></li><li><a href="https://www.trainli.com/NpB-G-scale-flextrack-lgb-compatible-p-95" >NpB Track & Rail</a></li><li><a href="https://www.trainli.com/display-track-p-122" >Display Track</a></li><li><a href="https://www.trainli.com/ties-p-156" >Ties</a></li><li><a href="https://www.trainli.com/g-scale-track-accessories-p-93" >G-scale Track Accessories</a></li></ul></li><li><a href="javascript:;">RAILBENDERS</a><ul><li><a href="https://www.trainli.com/trainli-g-scale-railbenders-p-382" >G-SCALE 250/215/332</a></li><li><a href="https://www.trainli.com/ho-scale-railbender-p-384" >HO-SCALE 100/83/70</a></li><li><a href="https://www.trainli.com/o-scale-railbender-p-385" >O-SCALE</a></li><li><a href="https://www.trainli.com/railbender-accessories-p-383" >ACCESSORIES</a></li></ul></li><li><a href="https://www.trainli.com/rail-clamps-p-61" >RAIL CLAMPS</a></li><li><a href="javascript:;">SWITCHES</a><ul><li><a href="https://www.trainli.com/straight-p-55" >Straight</a></li><li><a href="https://www.trainli.com/switch-drives-stands-p-86" >Switch Drives / EPL Switches / Switch Stands / Frog Kit</a></li><li><a href="https://www.trainli.com/curved-p-56" >Curved</a></li><li><a href="https://www.trainli.com/3-way-switches-p-219" >3 Way Switches</a></li><li><a href="https://www.trainli.com/Double-Crossover-p-512" >Double Crossover Switches</a></li><li><a href="https://www.trainli.com/x-switches-p-220" >X-Switches</a></li><li><a href="https://www.trainli.com/y-switches-p-222" >Y-Switches</a></li></ul></li><li><a href="https://www.trainli.com/crossings-p-157" >CROSSINGS</a></li><li><a href="https://www.trainli.com/turntable-p-59" >TURNTABLE</a></li><li><a href="https://www.trainli.com/cog-rail-p-62" >COG RAIL</a></li><li><a href="javascript:;">ACCESSORIES</a><ul><li><a href="https://www.trainli.com/catenary-p-38" >Catenary</a></li><li><a href="https://www.trainli.com/bridges-supports-p-314" >Bridges&Supports</a></li><li><a href="javascript:;">Signals</a><ul><li><a href="https://www.trainli.com/american-p-66" >American</a></li><li><a href="https://www.trainli.com/european-p-67" >European</a></li></ul></li></ul></li></ul></li><li><a href="javascript:;">Parts & Repair Tools for LGB</a><ul><li><a href="javascript:;">LGB PARTS </a><ul><li><a href="https://www.trainli.com/lgb-doors-windows-walla-p-519" >LGB DOORS / WINDOWS / WALLS</a></li><li><a href="https://www.trainli.com/LGB-CHASSIS-TENDER FRAME -p-518" >LGB CHASSIS / TENDER FRAME</a></li><li><a href="https://www.trainli.com/lgb-wheels-wheel-sets-axle-sets-gears-from-trainli-p-282" >LGB AXLES WHEELS & PILOT TRUCKS</a></li><li><a href="https://www.trainli.com/LGB-Roofs-p-516" >LGB ROOFS</a></li><li><a href="https://www.trainli.com/LGB Buffer, Bumper-p-490" >LGB BUFFERS / BUMPERS</a></li><li><a href="https://www.trainli.com/LGB roof vents-p-475" >LGB ROOF VENTS / SMOKE STACKS / CHIMNEYS</a></li><li><a href="https://www.trainli.com/LGB Brake wheels & rods-p-474" >LGB BRAKE WHEELS & RODS</a></li><li><a href="https://www.trainli.com/LGB Bell ,Whistles-p-473" >BELL / WHISTLES</a></li><li><a href="https://www.trainli.com/Cow Catcher Snowplows-p-468" >LGB COWCATCHER / SNOWPLOW </a></li><li><a href="https://www.trainli.com/lgb-electric-connectors-cables-p-287" >CABLES & PLUGS</a></li><li><a href="https://www.trainli.com/LGB-Couplers-p-311" >LGB COUPLERS & HOOKS</a></li><li><a href="https://www.trainli.com/Gears-p-425" >LGB GEARS</a></li><li><a href="https://www.trainli.com/handbreakwheel-p-430" >LGB HANDBRAKES / WHEELS & RODS</a></li><li><a href="https://www.trainli.com/LGB-hoses-cables-p-330" >HOSES</a></li><li><a href="https://www.trainli.com/handelbar-grabrails-p-293" >HANDLEBARS & GRABRAILS</a></li><li><a href="https://www.trainli.com/lgb-lanterns & headlamps-p-402" >LGB LANTERNS / HEADLAMPS</a></li><li><a href="https://www.trainli.com/lantern-lenses-inserts-rings-p-226" >LENSES / INSERSTS / LANTERN RINGS</a></li><li><a href="https://www.trainli.com/light-bulbs-p-280" >LIGHTS BULBS / LIGHT STRIP </a></li><li><a href="https://www.trainli.com/Lubricant-p-432" >LUBRICANTS / GREASE / GRAPHIC PASTE / OIL PEN / TOOLSET</a></li><li><a href="https://www.trainli.com/LGB-motorblocks-suitable-for-various-engines-p-334" >LGB MOTORBLOCKS / GEARBOXES / LIDS</a></li><li><a href="https://www.trainli.com/lgb-motors-short-shaft-long-shaft-and-many-more-p-281" >LGB MOTORS</a></li><li><a href="https://www.trainli.com/Pantographs-p-454" >LGB PANTOGRAPHS / TROLLEY POLES</a></li><li><a href="https://www.trainli.com/LGB trucks & Frames-p-455" >LGB TRUCKS / FRAMES / BOGIE / PIVOTS</a></li><li><a href="https://www.trainli.com/lgb-screws-washers-p-306" >SCREWS / RIVETS / WASHERS</a></li><li><a href="https://www.trainli.com/SideRods-Crosshead guides-p-451" >LGB SIDE RODS / CROSSHEAD GUIDES</a></li><li><a href="https://www.trainli.com/all-about-kgb-smoke-units-and-smoke-fluid-p-284" >LGB SMOKE UNITS & SMOKE FLUID</a></li><li><a href="https://www.trainli.com/lgb-track-cleaning-parts-p-328" >LGB TRACK CLEANING WHEELS / BLOCKS / PADS </a></li><li><a href="https://www.trainli.com/lgb-engine-maintenance-tools-p-310" >LGB BRUSHES / PICK UP SHOES / TRACTION TIRES </a></li></ul></li><li><a href="https://www.trainli.com/trainli-circuit-main-boards-p-422" >LGB CIRCUIT & MAIN BOARDS</a></li><li><a href="javascript:;">LGB ENGINE & CAR REPLACEMENT BY PRODUCT NUMBER</a><ul><li><a href="javascript:;">LGB Steam Engines (US-European)</a><ul><li><a href="https://www.trainli.com/lgb-2x5xx-lgb-box-engine-p-137" >LGB 2x5xx LGB Box Engine</a></li><li><a href="https://www.trainli.com/lgb-2x74x-db-steam-engine-99-241-p-252" >LGB 2x74x DB Steam Engine 99 241</a></li><li><a href="https://www.trainli.com/lgb-aster-22832-db-99633-and-258-p-253" >LGB/Aster 22832 DB 99633 and 258</a></li><li><a href="https://www.trainli.com/frank-s-20261-21261-24266-p-315" >Frank S 20261 21261 24266</a></li><li><a href="https://www.trainli.com/LGB-20700-20710-20720-20730-U-engine-parts-p-268" >LGB 2070 2071 2072 2073 Tende</a></li><li><a href="https://www.trainli.com/lgb-2x841-2-saxon-iv-k-132-meyer-p-264" >LGB 2x841/2 Saxon IV K 132 Meyer</a></li><li><a href="https://www.trainli.com/LGB-mikado-27872-2x872-p-259" >LGB 27872 2x872 Mikado</a></li><li><a href="https://www.trainli.com/LGB-21811-p-514" >LGB 21811 HSB 2-10-2 Brockenlok</a></li><li><a href="https://www.trainli.com/Aster-Hudson-p-449" >LGB 20542 Aster Hudson</a></li><li><a href="https://www.trainli.com/LGB-20232-20230-2-4-0-engine-p-316" >LGB 20232/20230 2-4-0 US Engine</a></li><li><a href="https://www.trainli.com/heidi-g-3-4-11-lgb-20271-p-270" >LGB 20271 Heidi G 3/4 11 </a></li><li><a href="https://www.trainli.com/spreewald-lgb-2074-p-263" >LGB 2074 Spreewald</a></li><li><a href="https://www.trainli.com/sbb-bruenigbahn-hg-3-3-lgb-22470-p-262" >LGB 22470 SBB-Bruenigbahn HG 3/3 </a></li><li><a href="https://www.trainli.com/lgb-20140-20130-20910-p-261" >LGB 20140 20130 20910</a></li><li><a href="https://www.trainli.com/lgb-fourney-lgb-20251-p-260" >LGB 20251 LGB Forney </a></li><li><a href="https://www.trainli.com/stainz-lgb-2010-2020-21211-70302-parts-p-108" >LGB 2010/2020/21211/70302 Stainz</a></li><li><a href="https://www.trainli.com/tenderloco-small-lgb-20760-p-258" >LGB 20760 Tender loco Small </a></li><li><a href="https://www.trainli.com/uintah-sv-mallet-lgb-20882-2188-p-257" >LGB 20882 2188 Uintah/SV Mallet </a></li><li><a href="https://www.trainli.com/hsb-dr-99-6001-lgb-20800-p-256" >LGB 20800 HSB DR 99 6001 </a></li><li><a href="https://www.trainli.com/h-k-porter-lgb-22771-p-255" >LGB 22771 Toy train Rusty Porter Emma HK Porter</a></li><li><a href="https://www.trainli.com/dr-mallet-sound-lgb-20850-p-254" >LGB 20850 DR-Mallet Sound</a></li><li><a href="https://www.trainli.com/dr-ruegen-lgb-28001-p-126" >LGB 28001 DR Ruegen </a></li><li><a href="https://www.trainli.com/steam-loco-w-tender-lgb2015-2017-p-124" >LGB 2015/2017 Steam Loco w/Tender</a></li><li><a href="https://www.trainli.com/LGB-2018-LGB-2019-LGB-2028-Mogul-steam-engine-repair-parts-p-110" >LGB 2018/2019/2028 Mogul</a></li></ul></li><li><a href="javascript:;">LGB Diesel Engines (US=European</a><ul><li><a href="https://www.trainli.com/LGB-20570-20580-F7A-F7B-Parts-p-99" >LGB 20570 20580 F7A/B Parts</a></li><li><a href="https://www.trainli.com/LGB-track-cleaning-loco-20670-21670-p-123" >LGB 20670 21670 Track Cleaning</a></li><li><a href="https://www.trainli.com/diesel-koef-lgb-2090-2190-p-128" >LGB 2090/2190 Diesel Koef</a></li><li><a href="https://www.trainli.com/diesel-Schöma-lgb-2060-2061-p-129" >LGB 2060/2061 Diesel Schöma</a></li><li><a href="https://www.trainli.com/double-wismar-lgb-2065-p-130" >LGB 2065 Double Wismar</a></li><li><a href="https://www.trainli.com/railcar-friesland-lgb-2064-p-131" >LGB 2064 Railcar Friesland</a></li><li><a href="https://www.trainli.com/LGB-20660-diesel-railcar-schweineschnaeuz-p-132" >LGB 20660 railcar Schweineschna</a></li><li><a href="https://www.trainli.com/alco-dl535e-wp-y-diesel-lgb-2055-p-133" >LGB 2055 Alco DL535E WP&Y Diesel</a></li><li><a href="https://www.trainli.com/genesis-lgb-20490-21490-p-151" >LGB 20490/21490 Genesis</a></li><li><a href="https://www.trainli.com/db-switcher-lgb-21590-p-152" >LGB 21590 DB Switcher</a></li><li><a href="https://www.trainli.com/industrial-switcher-lgb-2062-3-p-153" >LGB 2062/3 Industrial switcher</a></li><li><a href="https://www.trainli.com/db-v51-v52-lgb-2051-p-154" >LGB 2051 DB V51/V52</a></li><li><a href="https://www.trainli.com/obb-lgb-2095-2096-p-155" >LGB 2095 - 2096 OBB</a></li></ul></li><li><a href="javascript:;">LGB Electric Engine & Tram Parts</a><ul><li><a href="https://www.trainli.com/lgb-2046-2146-2246-cog-engine-p-109" >LGB 2046/2146/2246 Cog-engine</a></li><li><a href="https://www.trainli.com/LGB-20310-BR101-Engine-parts-for-Repair-p-139" >LGB 20310 BR 101</a></li><li><a href="https://www.trainli.com/LGB-2030-E1-Steeple-Engine-p-141" >LGB 2030-21300-22300 E1 Ste</a></li><li><a href="https://www.trainli.com/lgb-21759-p-307" >LGB-21759</a></li><li><a href="https://www.trainli.com/lce-ice-amtrak-train-p-317" >LCE | ICE | Amtrak train</a></li><li><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20440-p-140" >LGB 20440 RhB Gea 2/4</a></li><li><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20450-p-142" >LGB 20450 RhB Ge 2/4</a></li><li><a href="https://www.trainli.com/rhb-ge-4-4-iii-lgb-20420-25420-p-143" >LGB 20420-25420 RhB Ge 4/4 III</a></li><li><a href="https://www.trainli.com/rhb-ge-6-6-crok-lgb-20400-p-145" >LGB 20400 RhB Ge 6/6 Krokodil</a></li><li><a href="https://www.trainli.com/rhb-abe-4-4-i-lgb-20390-p-146" >LGB 20390 RhB Abe 4/4</a></li><li><a href="https://www.trainli.com/rhb-ge-4-4-ii-lgb-20430-p-147" >LGB 20430 RhB Ge 4/4 II</a></li><li><a href="https://www.trainli.com/tractor-lgb-2033-2133-p-148" >LGB 2033-2133 Tractor</a></li><li><a href="https://www.trainli.com/european_streetcar_lgb_20350-p-149" >LGB 20350 European Trolley or Streetcar</a></li><li><a href="https://www.trainli.com/Parts_for_us_streetcar_20380-p-335" >LGB 20380 US Streetcar</a></li><li><a href="https://www.trainli.com/LGB-20220-Allegra-p-530" >LGB 20220 Allegra</a></li></ul></li><li><a href="javascript:;">LGB Draisine/Handcar Parts</a><ul><li><a href="https://www.trainli.com/LGB-handcar-maintenance-Gustav-p-199" >LGB-Gustav MNTC Handcar</a></li><li><a href="https://www.trainli.com/circus-handcar-lgb-22010-p-200" >Circus Handcar LGB 22010</a></li><li><a href="https://www.trainli.com/disney-handcar-lgb-23010-p-201" >Disney Handcar LGB 23010</a></li><li><a href="https://www.trainli.com/LGB-20020-21020-22020-Flyer-Series-Handcars-p-202" >LGB 2x02x Flyer Series Handcars</a></li><li><a href="https://www.trainli.com/christmas-handcar-lgb-21010-p-203" >Christmas Handcar LGB 21010</a></li><li><a href="https://www.trainli.com/LGB-Special-Edition-Handcar-p-337" >LGB Special Edition Handcar</a></li></ul></li><li><a href="javascript:;">LGB Passenger Car Parts(US-Euro)</a><ul><li><a href="https://www.trainli.com/LGB-30600-30610-Barmen-mountain-car-ii-parts-p-187" >LGB-30600/61 Barmen Mountain Car</a></li><li><a href="https://www.trainli.com/LGB 30050-30190-Common-Standard- Carstandard-car-2-axle-passenger-car-p-190" >LGB 30050-30190 Common Car</a></li><li><a href="https://www.trainli.com/rhb-sightseeing-car-lgb-30250-30-p-194" >RhB Sightseeing Car LGB 30250/30</a></li><li><a href="https://www.trainli.com/us-streamline-car-lgb-30570-3059-p-181" >US Streamline Car LGB 30570-3059</a></li><li><a href="https://www.trainli.com/saxon-passenger-car-lgb-30350-p-196" >LGB 30350 Saxon Passenger Car </a></li><li><a href="https://www.trainli.com/rhb-panorama-car-lgb-30660-31660-p-246" >LGB 30660/31660 RhB Panorama Car </a></li><li><a href="https://www.trainli.com/rhb-control-car-lgb-30900-31900-p-245" >LGB 30900/31900 RhB Control Car </a></li><li><a href="https://www.trainli.com/rhb-baggage-car-lgb-30690-31690-p-244" >LGB 30690/31690/ RhB Baggage Car </a></li><li><a href="https://www.trainli.com/rhb-passenger-car-lgb-30670-3067-p-242" >LGB 30670/3067 RhB Passenger Car </a></li><li><a href="https://www.trainli.com/c2012-c114-la-bucunada-lgb-30340-p-240" >LGB 30340 C2012/C114 La Bucunada </a></li><li><a href="https://www.trainli.com/rhb-dining-car-lgb-30520-31520-p-239" >LGB 30520/31520 RhB Dining Car </a></li><li><a href="https://www.trainli.com/grizzly-flats-passenger-car-lgb-p-237" >LGB 30440 Grizzly Flats Passenger Car </a></li><li><a href="https://www.trainli.com/rhb-passenger-car-lgb-30510-3051-p-236" >LGB 30510/3051 RhB Passenger Car </a></li><li><a href="https://www.trainli.com/db-2nd-cl-pass-car-lgb-30310-p-235" >LGB 30310 DB 2nd Cl. Pass. Car</a></li><li><a href="https://www.trainli.com/d-rgw-passenger-car-lgb-30800-30-p-233" >LGB 30800/30 D&RGW Passenger Car </a></li><li><a href="https://www.trainli.com/d-rgw-pass-freight-car-lgb-30810-p-232" >LGB 30810 D&RGW Pass/Freight Car </a></li><li><a href="https://www.trainli.com/rhb-2-axle-passenger-car-lgb-303-p-195" >LGB 30550 RhB 2-axle passenger car</a></li><li><a href="https://www.trainli.com/austrian-passenger-car-lgb-30620-p-192" >LGB 30620 Austrian Passenger Car</a></li><li><a href="https://www.trainli.com/db-passenger-car-lbg-30700-30730-p-191" >LGB 30700-30730 DB Passenger Car</a></li><li><a href="https://www.trainli.com/dr-passenger-car-lgb-30400-31400-p-189" >LGB 30400-31400 DR Passenger Car </a></li><li><a href="https://www.trainli.com/german-train-club-car-lgb-30200-p-188" >LGB 30200 German Train Club Car </a></li><li><a href="https://www.trainli.com/ballenberg-mountain-car-lgb-3033-p-186" >LGB 3033 Ballenberg Mountain Car </a></li><li><a href="https://www.trainli.com/compartment-car-lgb-30500-p-185" >LGB 30500 Compartment Car </a></li><li><a href="https://www.trainli.com/zillertal-keg-car-lgb-30420-p-183" >LGB 30420 Zillertal Keg Car </a></li></ul></li><li><a href="javascript:;">LGB Freight Car Parts (US-Europe</a><ul><li><a href="https://www.trainli.com/LGB-40670-40910-US-Boxcars-parts-for-two-basic-styles-standard-and-western-p-343" >LGB-40670-40910 US Boxcars parts</a></li><li><a href="https://www.trainli.com/rhb-two-axle-boxcar-lgb-40810-p-209" >LGB 40810 RhB Two Axle Boxcar</a></li><li><a href="https://www.trainli.com/LGB-40880-style-RhB-DB-high-sided-gondola-parts-p-342" >LGB 40880 style RhB and DB high</a></li><li><a href="https://www.trainli.com/LGB-40300-European-Boxcars-parts-p-331" >LGB 4x3xx European Boxcars</a></li><li><a href="https://www.trainli.com/lgb-40640-us-refrigerated-car-parts-p-231" >LGB 4072 - 40640 US Refrigerated box cars</a></li><li><a href="https://www.trainli.com/us-caboose-lgb-40710-40750-40790-p-228" >LGB 40710/40750/40790 US Caboose </a></li><li><a href="https://www.trainli.com/timber-wagon-lgb-40660-p-227" >LGB 40660 Timber Wagon </a></li><li><a href="https://www.trainli.com/caboose-lgb-40650-p-221" >LGB 40650 Caboose</a></li><li><a href="https://www.trainli.com/austrian-boxcar-lgb-40620-4063-p-218" >LGB 40620 - 4063 Austrian Boxcar </a></li><li><a href="https://www.trainli.com/steiff-flat-car-lgb-43140-p-216" >LGB 43140 Steiff Flat Car </a></li><li><a href="https://www.trainli.com/cement-mixer-car-lgb-40550-p-215" >LGB 40550 Cement Mixer Car </a></li><li><a href="https://www.trainli.com/silo-wagon-lgb-40250-p-214" >LGB 40250 Silo Wagon </a></li><li><a href="https://www.trainli.com/freight-wagon-lgb-40410-42413-p-213" >LGB 40410 - 42413 Freight Wagon </a></li><li><a href="https://www.trainli.com/floodlight-car-lgb-40490-41490-p-212" >LGB 40490 - 41490 Floodlight Car </a></li><li><a href="https://www.trainli.com/rhb-freight-side-dump-car-lgb-41-p-211" >LGB 41610 RhB Freight Side Dump Car</a></li><li><a href="https://www.trainli.com/rhb-tank-wagon-lgb-40830-p-210" >LGB 40830 RhB Tank Wagon </a></li><li><a href="https://www.trainli.com/depressed-center-car-lgb-40580-p-169" >LGB-40390 Depressed Center Car</a></li><li><a href="https://www.trainli.com/rhb-container-wagon-lgb-40140-p-208" >LGB 40140 RhB Container Wagon</a></li><li><a href="https://www.trainli.com/prr-ore-jenny-lgb-40040-p-207" >LGB 40040 PRR Ore Jenny </a></li><li><a href="https://www.trainli.com/low-side-car-lgb-4000-4013-p-206" >LGB 4000 - 4013 Low Side Car </a></li><li><a href="https://www.trainli.com/crane-car-lgb-40420-p-205" >LGB 40420 Crane Car</a></li><li><a href="https://www.trainli.com/four-axle-tank-car-lgb-40800-408-p-204" >LGB 40800/408 Four Axle Tank Car </a></li><li><a href="https://www.trainli.com/tower-maintenance-car-lgb-35300-p-197" >LGB 35300 Tower Maintenance car</a></li><li><a href="https://www.trainli.com/two-axle-tank-car-lgb-40400-4040-p-177" >LGB 40400/4040 Two Axle Tank Car </a></li><li><a href="https://www.trainli.com/high-sided-gondola-various-p-176" >LGB 40240/40210 High-sided Gondola (Various #)</a></li><li><a href="https://www.trainli.com/hot-metal-car-lgb-40560-p-175" >LGB 40560 Hot metal Car </a></li><li><a href="https://www.trainli.com/boxcar-various-p-174" >LGB 2-axle Boxcar (various #)</a></li><li><a href="https://www.trainli.com/field-railway-cars-lgb-40160-401-p-173" >LGB 40160-401 Field Railway Cars </a></li><li><a href="https://www.trainli.com/dr-baggage-cart-lgb-40520-p-172" >LGB 40520 DR Baggage Cart</a></li><li><a href="https://www.trainli.com/mixed-use-car-lgb-40390-p-171" >LGB-40390 Mixed Use Car </a></li><li><a href="https://www.trainli.com/ballenberg-post-luggage-40330-p-170" >LGB 40330 Ballenberg Post/Luggage</a></li></ul></li></ul></li><li><a href="https://www.trainli.com/ENGINEERS & FIREMEN-p-433" >LGB ENGINEERS / FIREMEN / CIRCUS HANDCAR FIGURES</a></li><li><a href="https://www.trainli.com/tools-accessories-for-repair-p-269" >REPAIR TOOLS & ACCESSORIES </a></li></ul></li><li><a href="javascript:;">LGB</a><ul><li><a href="https://www.trainli.com/LGB 2026 -p-534" >LGB 2026</a></li><li><a href="javascript:;">LGB 2025</a><ul><li><a href="https://www.trainli.com/2025-USA-p-524" >USA</a></li><li><a href="https://www.trainli.com/2025-DB-p-526" >DB </a></li><li><a href="https://www.trainli.com/2025-RhB-p-525" >RhB</a></li><li><a href="https://www.trainli.com/Other-2025-p-527" >Other New for 2025</a></li><li><a href="https://www.trainli.com/Christmas 2025-p-528" >Christmas 2025</a></li></ul></li><li><a href="https://www.trainli.com/LGB-Catalogs-p-452" >Catalogs</a></li><li><a href="https://www.trainli.com/LGB Starter Sets-p-448" >LGB Starter Sets</a></li><li><a href="javascript:;">LGB Locomotives</a><ul><li><a href="https://www.trainli.com/LGB Steam Locomotives-p-461" >LGB Steam Locomotives</a></li><li><a href="https://www.trainli.com/LGB Diesel Locomotives-p-462" >LGB Diesel Locomotives</a></li><li><a href="https://www.trainli.com/LGB Electric Locomotives-p-463" >LGB Electric Locomotives</a></li><li><a href="https://www.trainli.com/LGB Gasoline Locomotives-p-464" >LGB Gasoline Locomotives</a></li></ul></li><li><a href="javascript:;">LGB Rolling stock</a><ul><li><a href="https://www.trainli.com/LGB-Passanger-p-459" >LGB Passenger Cars</a></li><li><a href="https://www.trainli.com/LGB Freight Cars-p-460" >LGB Freight Cars</a></li></ul></li></ul></li><li><a href="javascript:;">PREMIUM, Pullman, KISS, LGB Highend</a><ul><li><a href="https://www.trainli.com/PREMIUM locomotives-p-440" >PREMIUM locomotives</a></li><li><a href="https://www.trainli.com/PREMIUM Rolling Stock-p-441" >PREMIUM Rolling Stock</a></li><li><a href="https://www.trainli.com/TrainLi Swiss-p-458" >TrainLi Swiss</a></li></ul></li><li><a href="javascript:;">Piko</a><ul><li><a href="https://www.trainli.com/Piko Locomotives-p-443" >Piko Locomotives</a></li></ul></li><li><a href="javascript:;">Pola</a><ul><li><a href="https://www.trainli.com/Pola Buildings-p-483" >Pola Buildings</a></li><li><a href="https://www.trainli.com/Pola People-p-484" >Inhabitants of the miniature worlds</a></li><li><a href="https://www.trainli.com/Pola Parts & Accessories-p-485" >Pola Parts & Accessories</a></li></ul></li><li><a href="javascript:;">Train Line 45</a><ul><li><a href="https://www.trainli.com/TL-Locomotives-p-436" >TL Locomotives</a></li><li><a href="https://www.trainli.com/TL-Cars-p-437" >TL Cars</a></li></ul></li><li><a href="javascript:;">BUILDINGS / BRIDGES / FIGURES / STEET LAMPS / Accessories</a><ul><li><a href="javascript:;">BUILDINGS</a><ul><li><a href="https://www.trainli.com/industrial-structures-p-116" >Industrial Structures</a></li><li><a href="https://www.trainli.com/windows-doors-p-223" >Windows & Doors</a></li><li><a href="https://www.trainli.com/buildings-kits-p-274" >Buildings (kits)</a></li><li><a href="https://www.trainli.com/houses-build-up-p-111" >Buildings (built)</a></li></ul></li><li><a href="javascript:;">FIGURES</a><ul><li><a href="javascript:;">LGB-figures</a><ul><li><a href="https://www.trainli.com/lgb-g-scale-figures-p-362" >LGB FIGURES</a></li><li><a href="https://www.trainli.com/lgb-Engineers-firemen-and-others-p-336" >LGB ENGINEERS</a></li></ul></li><li><a href="https://www.trainli.com/prehm-g-scale-figures-p-165" >PREHM</a></li><li><a href="https://www.trainli.com/Pola People-p-486" >Pola figures</a></li><li><a href="https://www.trainli.com/AD-Figures-p-487" >American Diorama Figures</a></li></ul></li><li><a href="https://www.trainli.com/small-goods-p-52" >Small Goods</a></li><li><a href="javascript:;">Automobiles</a><ul><li><a href="javascript:;">American</a><ul><li><a href="https://www.trainli.com/ford-p-46" >Ford</a></li><li><a href="https://www.trainli.com/chevrolet-p-47" >Chevrolet</a></li><li><a href="https://www.trainli.com/studebaker-p-48" >Studebaker</a></li><li><a href="https://www.trainli.com/other-p-53" >Other</a></li></ul></li><li><a href="https://www.trainli.com/european-p-44" >European</a></li></ul></li></ul></li></ul></li> <li> <a href="javascript:;">RESOURCES</a> <ul> <li><a href="#">Trainli TV</a><ul><li><a href="/page/trainli-tv-videos">TRAINLI TV Videos</a></li></li><li><a href="/page/trainli-tech-tv">TRAINLI TECH TV Videos</a></li></li></ul></li><li><a href="#">Tech Tips</a><ul><li><a href="/page/tech-tips-trainli">TECH TIPS</a></li></li></ul></li><li><a href="/page/Javascript:;">Know How</a><ul><li><a href="/page/all-about-lgb-motors-wheels-gears-gearboxes-knowledge-article">LGB Motors, Wheels, Gears, etc.</a></li></li><li><a href="/page/parts-diagrma-for-steam-engine-linkage-or-valve-gear-as-used-in-lgb-steam-engines">Parts for Steam Engine Linkage</a></li></li><li><a href="/page/sound-installtion-and-repair">Sound Installation and Repair</a></li></li><li><a href="/page/lgb-mts-dcc-maerklin-mfx-massoth-nce-piko-lenz-zimo-digital-control">DCC - LGB MTS and other Digital Control</a></li></li><li><a href="/page/MTS-FAQ-frequently-asked-questions-about-LGB-MTS-functionality">MTS Important FAQ from LGB</a></li></li><li><a href="/page/the-definition-about-era-usage-for-lgb-and-other-gscale-rolling-stock">The Rolling Stock Era Definition</a></li></li><li><a href="/page/DCC-Calculator-from-TRAINLI">DCC Calculator</a></li></li></ul></li><li><a href="#">LGB INFO</a><ul><li><a href="/page/How-to-order-parts-from-TRAINLI">How To Order Parts</a></li></li><li><a href="/page/lgb-engine-pdf">LGB Parts PDFs</a></li></li><li><a href="/page/lgb-user-guide-manual">LGB User Guides</a></li></li><li><a href="/page/Risks-of-buying-used-LGB-rolling-stock-on-Ebay">Used Rolling Stock Purchases on Ebay</a></li></li><li><a href="/page/lgb-special-parts-inquiry-form-by-trainli">LGB Special Parts Order *COMING SOON!*</a></li></li></ul></li><li><a href="/page/JC-Tips-Tricks">JAEGERNDORFER-USA Tips-Tricks</a></li></li><li><a href="#">Contact Us</a><ul><li><a href="/page/phone-hours">Opening Hours</a></li></li><li><a href="/page/about-trainli">About Us</a></li></li><li><a href="/page/repair-install-parts-trainli">Repair</a></li></li><li><a href="/page/privacy-notice">Privacy Notice</a></li></li><li><a href="/page/address">Our Addresses</a></li></li><li><a href="/page/shipping-policy">Shipping Policy</a></li></li><li><a href="/page/why-trainli">Why the name TRAINLI</a></li></li><li><a href="/page/return-policy">Return Policy</a></li></li></ul></li> </ul> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/contact">CONTACT</a> </li> <li><a class="nav-link" href="https://www.trainli.com/sound-digital-rf-c-83">ANALOG/DCC</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/premium_services">REPAIR / INSTALL SERVICE</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/preowned">PRE-OWNED</a></li></li><li><a class="nav-link" href="https://www.trainli.com/SALE-p-508">SALE</a></li></li> </ul> </div> </div> <div class="clearfix"></div> </header> <div class="d-block d-sm-none" style="height:50px;"> </div><div class="container-fluid"> <div class="container"> <div class="row"> <div class="col-12 py-4"> <div class="row"> <div class="col-md-12 mobile-breadcrumb-setting"> <a class='breadcrumb-item' href='https://www.trainli.com/g-scale-products-especially-LGB-c-295'>G-SCALE</a><a class='breadcrumb-item' href='https://www.trainli.com/parts-and-repair-tools-for-lgb-c-84'>Parts & Repair Tools for LGB</a><a class='breadcrumb-item' href='https://www.trainli.com/repair-parts-for-lgb-from-trainli-c-98'>LGB ENGINE & CAR REPLACEMENT BY PRODUCT NUMBER</a><a class='breadcrumb-item' href='https://www.trainli.com/steam-engines-parts-for-us-and-european-lgb-engines-c-101'>LGB Steam Engines (US-European)</a><a href='javascript:;' class='breadcrumb-item active'>LGB 20232/20230 2-4-0 US Engine</a> </div> </div> </div> </div> <div class="row product-detail-content"> <div class="col-sm-12 col-md-6 text-center"> <div class="lower-right mnf-position-index"> <img src="/img/manufacturers/small/lgb-logo-manufac-13.png" width="70px" alt=""/> </div> <span class='zoom' id='detailZoom'> <img src="/img/products/large/untitled-design-37-prod-5787.png" class="img-fluid detail-image" alt=""/> </span> </div> <div class="col-sm-12 col-md-6"> <h1 class="product-title pb-0 mb-2"> Boiler, red, Coca-Cola, LGB 20235-E198 </h1> <p class="price pt-2"> <span class="normal">$9.95</span> </p><form method="post" accept-charset="utf-8" name="baskets" id="baskets" action="/basket/process"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f"/></div> <input type="hidden" name="pid" value="IjU3ODci" /> <input type="hidden" name="cid" value="MzE2" /> <div class="row detail-cart-block pt-2"> <div class="col-sm-12 col-md-4"> <div class="input-group input-group-lg mb-1 qty-block"> <div class="input-group-prepend btn-minus"> <span class="input-group-text"><i class="fas fa-minus"></i></span> </div> <input type="text" name="qty" maxlength="4" class="form-control text-center detail-qty" value="1" /> <div class="input-group-append btn-plus"> <span class="input-group-text"><i class="fas fa-plus"></i></span> </div> </div> </div> <div class="col-sm-12 col-md-4"> <div class="input-group input-group-lg"> <button type="submit" class="form-control btn button-center btn-block detail-cart" id="detail-cart-button">Add to Cart</button> </div> </div> <div class="col-sm-12 col-md-4 d-none d-md-block"> <div class="input-group input-group-lg wishlist"> <span class="input-group-text wishlist-btn"><i data-cid="MzE2" data-id="IjU3ODci" class="fas fa-heart save-letter"></i></span> </div> </div> </div> </form> <!-- <div class="card w-100 mt-3"> <div class="card-header background-gray"> Specifications </div> <ul class="list-group list-group-flush"> <li class="list-group-item"> <span>Model:</span> <span></span> </li> <li class="list-group-item"> <span>Weight:</span> <span> LBS</span> </li> <li class="list-group-item"> <span>Availability:</span> <span></span> </li> <li class="list-group-item"> <span>Shipping:</span> <span></span> </li> <li class="list-group-item"> <span>Note:</span> <span><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-trace').style.display = (document.getElementById('cakeErr69e944f46cff0-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) [<b>APP/Template/Products/detail.ctp</b>, line <b>169</b>]<div id="cakeErr69e944f46cff0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-code').style.display = (document.getElementById('cakeErr69e944f46cff0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-context').style.display = (document.getElementById('cakeErr69e944f46cff0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr69e944f46cff0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span</span><span style="color: #007700">></span><span style="color: #0000BB">Note</span><span style="color: #007700">:</</span><span style="color: #0000BB">span</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span><span style="color: #0000BB"><?php</span><span style="color: #FF8000">//echo $product->products_description->prod_note; </span><span style="color: #0000BB">?></span></span> </span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">li</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr69e944f46cff0-context" class="cake-context" style="display: none;">$viewFile = '/home/trainli/public_html/src/Template/Products/detail.ctp' $dataForView = [ 'mainMenu' => '1', 'menuCategories' => [ (int) 0 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 23 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 29 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ] ], (int) 36 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 45 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 54 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 65 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 68 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 78 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 83 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 84 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 92 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 97 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ] ], (int) 98 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 100 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ] ], (int) 101 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 107 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ] ], (int) 112 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 161 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 168 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ], (int) 28 => [ [maximum depth reached] ], (int) 29 => [ [maximum depth reached] ], (int) 30 => [ [maximum depth reached] ] ], (int) 180 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 198 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 250 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 275 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 277 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 288 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 295 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 296 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 300 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 339 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 347 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 355 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ] ], (int) 357 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 358 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 361 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 364 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 370 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 374 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 386 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 387 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 400 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 404 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 406 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 409 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 410 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 411 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 412 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 414 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 416 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 435 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 439 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 442 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 447 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 456 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 457 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 482 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 493 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 498 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 522 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ] ], 'pageHead' => [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ], 'existence' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'isCatalogCategory' => false, 'cid' => (int) 316, 'pid' => '5787', 'product' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ [maximum depth reached] ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ [maximum depth reached] ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'associatedProducts' => [], 'cartInformation' => [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ], 'timestamp' => '100020', 'devices' => [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ], 'mybrowserName' => 'Unknown' ] $mainMenu = '1' $menuCategories = [ (int) 0 => [ (int) 0 => [ 'c_id' => (int) 295, 'c_parent_id' => (int) 0, 'c_discount' => (float) 0, 'c_image' => '-cat-295.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 23 => [ (int) 0 => [ 'c_id' => (int) 45, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 44, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 29 => [ (int) 0 => [ 'c_id' => (int) 55, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'straight-switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 86, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'switch-drives-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 56, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'curved-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 219, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '3-way-switches-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 512, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 220, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'x-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 222, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'y-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 36 => [ (int) 0 => [ 'c_id' => (int) 382, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 384, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 385, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 383, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 45 => [ (int) 0 => [ 'c_id' => (int) 46, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'ford-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 47, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'chevrolet-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 48, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'studebaker-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 53, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 54 => [ (int) 0 => [ 'c_id' => (int) 92, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tracks-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 36, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tr15-131-easybend-duo-trak-railbender-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 61, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'clamps-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 29, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 157, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => '-cat-157.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 59, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'turntablen-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 62, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'cograil-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 347, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'accessories-around-the-track-side-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 65 => [ (int) 0 => [ 'c_id' => (int) 66, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 67, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 68 => [ (int) 0 => [ 'c_id' => (int) 22, 'c_parent_id' => (int) 68, 'c_discount' => (float) 0, 'c_image' => 'locomotives-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 78 => [ (int) 0 => [ 'c_id' => (int) 116, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'container-crane-web-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 223, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'small-windows-1-1-3-sq-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 274, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'rhb-warden-shed-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 111, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'ospi1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 83 => [ (int) 0 => [ 'c_id' => (int) 420, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 465, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 413, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 415, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 414, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 159, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => 'visaton-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 84 => [ (int) 0 => [ 'c_id' => (int) 97, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-common-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 422, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 98, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-repair--parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 433, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 269, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-tools-for-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 92 => [ (int) 0 => [ 'c_id' => (int) 21, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'brass-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 95, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'npb-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 122, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'display-track-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 156, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'ties-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 93, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'track-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 97 => [ (int) 0 => [ 'c_id' => (int) 282, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'axle-wheels-sets-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 468, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 473, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 474, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 475, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 490, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 516, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 518, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 519, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 287, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'plugs--cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 311, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'couplers-and-trucks2-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 425, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 430, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 293, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-handlebars-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 330, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'hoses-and-cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 402, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 226, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lantern-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 280, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'various-bulbs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 432, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 281, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-motors-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 334, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'motor-blocks-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 454, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 13, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 455, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 306, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'screws--washers-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 16, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 284, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'smoke-units-and-more-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 451, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 328, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'track-cleaning-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 19, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 310, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'tires-pickup-shoes-etc-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 98 => [ (int) 0 => [ 'c_id' => (int) 101, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'steam-egnine-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 100, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-diesel-engine-parts-us-european-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 107, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-electric-engine-and-tram-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 198, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-draisine-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 180, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-passenger-car-parts-us-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 168, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-freight-car-parts-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 100 => [ (int) 0 => [ 'c_id' => (int) 99, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2021570-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 123, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20670-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 128, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21900-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 129, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => 'lgb-2x6xx-icon-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 130, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2065-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 131, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2064-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 132, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2066-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 133, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2055-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 151, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20490-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 152, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21590-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 153, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20620-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 154, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20510-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 155, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21950-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 101 => [ (int) 0 => [ 'c_id' => (int) 137, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23500c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 252, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23741c2-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 253, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22832c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 264, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20841c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 268, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20700-20710-20720-20730-u-engines-parts-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 315, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'frank-s-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 108, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-stainz-parts-category-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 110, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2021192000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 124, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22150-category-image-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 126, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '28001-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 254, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22852000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 255, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22771-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 256, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22801000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 257, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20882-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 258, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20761-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 259, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20872-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 260, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20252-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 261, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '21140-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 262, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22470000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 263, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2074000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 270, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20271-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 316, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20232-0-5-0-steam-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 449, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20542000-cat-449.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 514, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20811000-cat-514.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 107 => [ (int) 0 => [ 'c_id' => (int) 109, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'engine-22460-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 139, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-db101-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 141, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-20300-steeple-engine-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 307, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21750-rep-img-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 317, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lce-ice-amtrak-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 140, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 142, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20450-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 143, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 145, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20405-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 146, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 147, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20430-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 148, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 149, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 335, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-us-trolleys-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 530, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 112 => [ (int) 0 => [ 'c_id' => (int) 113, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'walls-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 114, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'bridges-43-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 115, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'doors-and-windows-44-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 117, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'individual-bricks-164-0-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 118, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'accessories48-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 161 => [ (int) 0 => [ 'c_id' => (int) 322, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-engine-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 323, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-accessory-function-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 168 => [ (int) 0 => [ 'c_id' => (int) 343, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40670-40910-us-boxcar-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 169, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40580-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 170, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 171, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 172, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 173, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40160-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 174, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41352-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 175, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40560-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 176, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40240-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 177, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40402-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 197, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '35300-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 204, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41803000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 205, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 206, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40130-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 207, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40040-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 208, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 209, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40810-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 210, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40830-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 211, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41614-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 212, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40490-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 213, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '42413-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 214, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 215, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 216, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '43140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 218, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 221, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40650-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 227, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 228, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40790000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 28 => [ 'c_id' => (int) 231, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40640-us-refrigerator-car-parts-cat-cat-231.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 29 => [ 'c_id' => (int) 331, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '4030-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 30 => [ 'c_id' => (int) 342, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40880-high-sided-gondola-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 180 => [ (int) 0 => [ 'c_id' => (int) 181, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30570-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 187, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30610-barmer-passenger-car-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 190, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30070-standard-2axle-passenger-car-parts-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 194, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 183, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 185, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30500-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 186, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30330-31330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 188, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30200-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 189, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30400-31400-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 191, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30700-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 192, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '33620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 195, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 196, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 232, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30813-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 233, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30803-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 235, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '36310-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 236, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31510-34510-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 237, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 239, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30520-31520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 240, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30340-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 242, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30673-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 244, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31690-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 245, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30900-31900-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 246, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30660-31660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 198 => [ (int) 0 => [ 'c_id' => (int) 199, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-gustav-varieations-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 200, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-22010-circus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 201, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-23010-disney-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 202, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-flyer-series-handcars-categoy-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 203, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-santa-claus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 337, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-coca-cola-handcar-with-ice-bears-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 250 => [ (int) 0 => [ 'c_id' => (int) 368, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '8-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 369, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '10-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 275 => [ (int) 0 => [ 'c_id' => (int) 78, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'freight-shed-satzkorn1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 358, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 52, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'roofing-slate-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 23, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => '1934-ford-flat-bed-truck-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 40, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 277 => [ (int) 0 => [ 'c_id' => (int) 294, 'c_parent_id' => (int) 277, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 288 => [ (int) 0 => [ 'c_id' => (int) 164, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'handheld-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 324, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'base-stations-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 326, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'accessories-dcc-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 295 => [ (int) 0 => [ 'c_id' => (int) 54, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'track-switches-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 84, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'lgb-parts--repair-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 447, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 439, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 442, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 482, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 435, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 275, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'display-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 296 => [ (int) 0 => [ 'c_id' => (int) 318, 'c_parent_id' => (int) 296, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 300 => [ (int) 0 => [ 'c_id' => (int) 320, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 332, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'ho-catalogs-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 339 => [ (int) 0 => [ 'c_id' => (int) 296, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'o-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 300, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 347 => [ (int) 0 => [ 'c_id' => (int) 38, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'catenary-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 314, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'bridges-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 65, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'signals-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 355 => [ (int) 0 => [ 'c_id' => (int) 249, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'tramways-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 356, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ski-lift-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 250, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 364, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 292, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'pistenbullys-snowmobiles-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 370, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'figures-dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 388, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'keychains-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 291, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'parts-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 357, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 357 => [ (int) 0 => [ 'c_id' => (int) 297, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-lifts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 371, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 372, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 373, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 358 => [ (int) 0 => [ 'c_id' => (int) 361, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 165, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 486, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 487, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 361 => [ (int) 0 => [ 'c_id' => (int) 362, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'lgb-misc-figures-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 336, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'engineer-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 364 => [ (int) 0 => [ 'c_id' => (int) 367, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '4-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 365, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '6-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 370 => [ (int) 0 => [ 'c_id' => (int) 380, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'figures-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 379, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 374 => [ (int) 0 => [ 'c_id' => (int) 375, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'lgb-70305-box-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 386, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'gift-ideas-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 386 => [ (int) 0 => [ 'c_id' => (int) 493, 'c_parent_id' => (int) 386, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 387 => [ (int) 0 => [ 'c_id' => (int) 389, 'c_parent_id' => (int) 387, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 400 => [ (int) 0 => [ 'c_id' => (int) 401, 'c_parent_id' => (int) 400, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 15, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 404 => [ (int) 0 => [ 'c_id' => (int) 338, 'c_parent_id' => (int) 404, 'c_discount' => (float) 0, 'c_image' => 'lgb-items-out-of-production-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 406 => [ (int) 0 => [ 'c_id' => (int) 504, 'c_parent_id' => (int) 406, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 409 => [ (int) 0 => [ 'c_id' => (int) 529, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 410, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 411, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 412, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 423, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 410 => [ (int) 0 => [ 'c_id' => (int) 476, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 477, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 478, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 479, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 411 => [ (int) 0 => [ 'c_id' => (int) 480, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 481, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 412 => [ (int) 0 => [ 'c_id' => (int) 488, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 489, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 414 => [ (int) 0 => [ 'c_id' => (int) 416, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 417, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 429, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 416 => [ (int) 0 => [ 'c_id' => (int) 532, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 533, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 435 => [ (int) 0 => [ 'c_id' => (int) 436, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 437, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 439 => [ (int) 0 => [ 'c_id' => (int) 440, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => 'lgb-hi-end-cat-440.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 441, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 458, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 442 => [ (int) 0 => [ 'c_id' => (int) 443, 'c_parent_id' => (int) 442, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 447 => [ (int) 0 => [ 'c_id' => (int) 534, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '2026-small-cat-534.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 522, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 452, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 448, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 456, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 457, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 456 => [ (int) 0 => [ 'c_id' => (int) 461, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 462, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 463, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 464, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 457 => [ (int) 0 => [ 'c_id' => (int) 459, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 460, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 482 => [ (int) 0 => [ 'c_id' => (int) 483, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 484, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 485, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 493 => [ (int) 0 => [ 'c_id' => (int) 494, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 495, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 496, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 497, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 498 => [ (int) 0 => [ 'c_id' => (int) 502, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 503, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 522 => [ (int) 0 => [ 'c_id' => (int) 524, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 526, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 525, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 527, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 528, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ] ] $pageHead = [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ] $existence = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $isCatalogCategory = false $cid = (int) 316 $pid = '5787' $product = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $associatedProducts = [] $cartInformation = [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ] $timestamp = '100020' $devices = [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ] $mybrowserName = 'Unknown' $catalogPdfUrl = '' $outofproduction = (int) 0 $manufacturer = [ 'position' => 'lower-right' ] $information = [] $overlayImage = object(Cake\ORM\Entity) { 'id' => (int) 1585, 'pro_id' => (int) 5787, 'poi_type' => 'manufacturer', 'poi_name' => null, 'poi_position' => 'lower-right', 'poi_date_added' => object(Cake\I18n\FrozenTime) {}, 'poi_last_modified' => object(Cake\I18n\FrozenTime) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'ProductsOverlayImages' }</pre><pre class="stack-trace">include - APP/Template/Products/detail.ctp, line 169 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420 Cake\View\View::_render() - CORE/src/View/View.php, line 1381 Cake\View\View::render() - CORE/src/View/View.php, line 879 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97</pre></div></pre></span> </li> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-trace').style.display = (document.getElementById('cakeErr69e944f46e6dd-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) [<b>APP/Template/Products/detail.ctp</b>, line <b>172</b>]<div id="cakeErr69e944f46e6dd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-code').style.display = (document.getElementById('cakeErr69e944f46e6dd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-context').style.display = (document.getElementById('cakeErr69e944f46e6dd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr69e944f46e6dd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #FF8000">//} </span><span style="color: #0000BB">?> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php</span><span style="color: #FF8000">// } </span><span style="color: #0000BB">?> </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr69e944f46e6dd-context" class="cake-context" style="display: none;">$viewFile = '/home/trainli/public_html/src/Template/Products/detail.ctp' $dataForView = [ 'mainMenu' => '1', 'menuCategories' => [ (int) 0 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 23 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 29 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ] ], (int) 36 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 45 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 54 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 65 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 68 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 78 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 83 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 84 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 92 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 97 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ] ], (int) 98 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 100 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ] ], (int) 101 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 107 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ] ], (int) 112 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 161 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 168 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ], (int) 28 => [ [maximum depth reached] ], (int) 29 => [ [maximum depth reached] ], (int) 30 => [ [maximum depth reached] ] ], (int) 180 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 198 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 250 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 275 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 277 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 288 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 295 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 296 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 300 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 339 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 347 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 355 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ] ], (int) 357 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 358 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 361 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 364 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 370 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 374 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 386 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 387 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 400 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 404 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 406 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 409 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 410 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 411 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 412 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 414 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 416 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 435 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 439 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 442 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 447 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 456 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 457 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 482 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 493 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 498 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 522 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ] ], 'pageHead' => [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ], 'existence' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'isCatalogCategory' => false, 'cid' => (int) 316, 'pid' => '5787', 'product' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ [maximum depth reached] ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ [maximum depth reached] ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'associatedProducts' => [], 'cartInformation' => [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ], 'timestamp' => '100020', 'devices' => [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ], 'mybrowserName' => 'Unknown' ] $mainMenu = '1' $menuCategories = [ (int) 0 => [ (int) 0 => [ 'c_id' => (int) 295, 'c_parent_id' => (int) 0, 'c_discount' => (float) 0, 'c_image' => '-cat-295.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 23 => [ (int) 0 => [ 'c_id' => (int) 45, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 44, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 29 => [ (int) 0 => [ 'c_id' => (int) 55, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'straight-switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 86, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'switch-drives-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 56, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'curved-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 219, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '3-way-switches-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 512, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 220, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'x-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 222, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'y-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 36 => [ (int) 0 => [ 'c_id' => (int) 382, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 384, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 385, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 383, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 45 => [ (int) 0 => [ 'c_id' => (int) 46, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'ford-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 47, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'chevrolet-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 48, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'studebaker-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 53, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 54 => [ (int) 0 => [ 'c_id' => (int) 92, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tracks-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 36, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tr15-131-easybend-duo-trak-railbender-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 61, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'clamps-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 29, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 157, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => '-cat-157.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 59, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'turntablen-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 62, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'cograil-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 347, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'accessories-around-the-track-side-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 65 => [ (int) 0 => [ 'c_id' => (int) 66, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 67, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 68 => [ (int) 0 => [ 'c_id' => (int) 22, 'c_parent_id' => (int) 68, 'c_discount' => (float) 0, 'c_image' => 'locomotives-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 78 => [ (int) 0 => [ 'c_id' => (int) 116, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'container-crane-web-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 223, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'small-windows-1-1-3-sq-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 274, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'rhb-warden-shed-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 111, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'ospi1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 83 => [ (int) 0 => [ 'c_id' => (int) 420, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 465, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 413, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 415, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 414, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 159, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => 'visaton-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 84 => [ (int) 0 => [ 'c_id' => (int) 97, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-common-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 422, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 98, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-repair--parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 433, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 269, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-tools-for-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 92 => [ (int) 0 => [ 'c_id' => (int) 21, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'brass-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 95, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'npb-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 122, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'display-track-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 156, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'ties-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 93, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'track-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 97 => [ (int) 0 => [ 'c_id' => (int) 282, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'axle-wheels-sets-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 468, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 473, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 474, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 475, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 490, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 516, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 518, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 519, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 287, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'plugs--cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 311, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'couplers-and-trucks2-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 425, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 430, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 293, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-handlebars-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 330, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'hoses-and-cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 402, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 226, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lantern-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 280, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'various-bulbs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 432, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 281, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-motors-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 334, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'motor-blocks-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 454, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 13, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 455, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 306, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'screws--washers-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 16, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 284, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'smoke-units-and-more-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 451, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 328, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'track-cleaning-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 19, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 310, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'tires-pickup-shoes-etc-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 98 => [ (int) 0 => [ 'c_id' => (int) 101, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'steam-egnine-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 100, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-diesel-engine-parts-us-european-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 107, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-electric-engine-and-tram-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 198, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-draisine-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 180, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-passenger-car-parts-us-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 168, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-freight-car-parts-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 100 => [ (int) 0 => [ 'c_id' => (int) 99, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2021570-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 123, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20670-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 128, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21900-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 129, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => 'lgb-2x6xx-icon-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 130, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2065-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 131, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2064-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 132, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2066-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 133, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2055-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 151, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20490-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 152, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21590-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 153, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20620-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 154, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20510-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 155, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21950-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 101 => [ (int) 0 => [ 'c_id' => (int) 137, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23500c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 252, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23741c2-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 253, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22832c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 264, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20841c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 268, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20700-20710-20720-20730-u-engines-parts-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 315, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'frank-s-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 108, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-stainz-parts-category-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 110, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2021192000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 124, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22150-category-image-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 126, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '28001-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 254, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22852000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 255, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22771-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 256, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22801000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 257, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20882-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 258, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20761-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 259, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20872-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 260, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20252-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 261, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '21140-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 262, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22470000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 263, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2074000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 270, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20271-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 316, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20232-0-5-0-steam-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 449, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20542000-cat-449.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 514, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20811000-cat-514.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 107 => [ (int) 0 => [ 'c_id' => (int) 109, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'engine-22460-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 139, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-db101-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 141, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-20300-steeple-engine-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 307, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21750-rep-img-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 317, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lce-ice-amtrak-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 140, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 142, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20450-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 143, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 145, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20405-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 146, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 147, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20430-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 148, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 149, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 335, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-us-trolleys-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 530, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 112 => [ (int) 0 => [ 'c_id' => (int) 113, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'walls-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 114, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'bridges-43-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 115, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'doors-and-windows-44-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 117, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'individual-bricks-164-0-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 118, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'accessories48-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 161 => [ (int) 0 => [ 'c_id' => (int) 322, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-engine-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 323, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-accessory-function-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 168 => [ (int) 0 => [ 'c_id' => (int) 343, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40670-40910-us-boxcar-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 169, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40580-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 170, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 171, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 172, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 173, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40160-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 174, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41352-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 175, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40560-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 176, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40240-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 177, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40402-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 197, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '35300-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 204, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41803000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 205, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 206, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40130-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 207, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40040-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 208, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 209, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40810-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 210, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40830-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 211, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41614-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 212, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40490-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 213, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '42413-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 214, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 215, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 216, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '43140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 218, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 221, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40650-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 227, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 228, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40790000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 28 => [ 'c_id' => (int) 231, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40640-us-refrigerator-car-parts-cat-cat-231.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 29 => [ 'c_id' => (int) 331, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '4030-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 30 => [ 'c_id' => (int) 342, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40880-high-sided-gondola-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 180 => [ (int) 0 => [ 'c_id' => (int) 181, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30570-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 187, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30610-barmer-passenger-car-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 190, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30070-standard-2axle-passenger-car-parts-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 194, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 183, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 185, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30500-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 186, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30330-31330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 188, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30200-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 189, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30400-31400-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 191, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30700-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 192, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '33620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 195, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 196, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 232, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30813-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 233, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30803-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 235, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '36310-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 236, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31510-34510-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 237, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 239, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30520-31520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 240, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30340-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 242, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30673-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 244, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31690-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 245, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30900-31900-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 246, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30660-31660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 198 => [ (int) 0 => [ 'c_id' => (int) 199, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-gustav-varieations-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 200, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-22010-circus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 201, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-23010-disney-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 202, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-flyer-series-handcars-categoy-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 203, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-santa-claus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 337, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-coca-cola-handcar-with-ice-bears-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 250 => [ (int) 0 => [ 'c_id' => (int) 368, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '8-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 369, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '10-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 275 => [ (int) 0 => [ 'c_id' => (int) 78, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'freight-shed-satzkorn1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 358, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 52, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'roofing-slate-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 23, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => '1934-ford-flat-bed-truck-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 40, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 277 => [ (int) 0 => [ 'c_id' => (int) 294, 'c_parent_id' => (int) 277, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 288 => [ (int) 0 => [ 'c_id' => (int) 164, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'handheld-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 324, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'base-stations-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 326, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'accessories-dcc-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 295 => [ (int) 0 => [ 'c_id' => (int) 54, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'track-switches-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 84, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'lgb-parts--repair-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 447, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 439, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 442, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 482, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 435, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 275, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'display-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 296 => [ (int) 0 => [ 'c_id' => (int) 318, 'c_parent_id' => (int) 296, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 300 => [ (int) 0 => [ 'c_id' => (int) 320, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 332, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'ho-catalogs-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 339 => [ (int) 0 => [ 'c_id' => (int) 296, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'o-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 300, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 347 => [ (int) 0 => [ 'c_id' => (int) 38, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'catenary-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 314, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'bridges-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 65, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'signals-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 355 => [ (int) 0 => [ 'c_id' => (int) 249, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'tramways-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 356, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ski-lift-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 250, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 364, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 292, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'pistenbullys-snowmobiles-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 370, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'figures-dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 388, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'keychains-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 291, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'parts-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 357, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 357 => [ (int) 0 => [ 'c_id' => (int) 297, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-lifts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 371, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 372, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 373, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 358 => [ (int) 0 => [ 'c_id' => (int) 361, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 165, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 486, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 487, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 361 => [ (int) 0 => [ 'c_id' => (int) 362, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'lgb-misc-figures-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 336, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'engineer-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 364 => [ (int) 0 => [ 'c_id' => (int) 367, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '4-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 365, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '6-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 370 => [ (int) 0 => [ 'c_id' => (int) 380, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'figures-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 379, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 374 => [ (int) 0 => [ 'c_id' => (int) 375, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'lgb-70305-box-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 386, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'gift-ideas-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 386 => [ (int) 0 => [ 'c_id' => (int) 493, 'c_parent_id' => (int) 386, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 387 => [ (int) 0 => [ 'c_id' => (int) 389, 'c_parent_id' => (int) 387, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 400 => [ (int) 0 => [ 'c_id' => (int) 401, 'c_parent_id' => (int) 400, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 15, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 404 => [ (int) 0 => [ 'c_id' => (int) 338, 'c_parent_id' => (int) 404, 'c_discount' => (float) 0, 'c_image' => 'lgb-items-out-of-production-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 406 => [ (int) 0 => [ 'c_id' => (int) 504, 'c_parent_id' => (int) 406, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 409 => [ (int) 0 => [ 'c_id' => (int) 529, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 410, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 411, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 412, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 423, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 410 => [ (int) 0 => [ 'c_id' => (int) 476, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 477, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 478, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 479, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 411 => [ (int) 0 => [ 'c_id' => (int) 480, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 481, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 412 => [ (int) 0 => [ 'c_id' => (int) 488, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 489, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 414 => [ (int) 0 => [ 'c_id' => (int) 416, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 417, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 429, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 416 => [ (int) 0 => [ 'c_id' => (int) 532, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 533, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 435 => [ (int) 0 => [ 'c_id' => (int) 436, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 437, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 439 => [ (int) 0 => [ 'c_id' => (int) 440, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => 'lgb-hi-end-cat-440.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 441, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 458, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 442 => [ (int) 0 => [ 'c_id' => (int) 443, 'c_parent_id' => (int) 442, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 447 => [ (int) 0 => [ 'c_id' => (int) 534, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '2026-small-cat-534.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 522, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 452, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 448, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 456, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 457, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 456 => [ (int) 0 => [ 'c_id' => (int) 461, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 462, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 463, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 464, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 457 => [ (int) 0 => [ 'c_id' => (int) 459, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 460, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 482 => [ (int) 0 => [ 'c_id' => (int) 483, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 484, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 485, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 493 => [ (int) 0 => [ 'c_id' => (int) 494, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 495, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 496, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 497, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 498 => [ (int) 0 => [ 'c_id' => (int) 502, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 503, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 522 => [ (int) 0 => [ 'c_id' => (int) 524, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 526, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 525, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 527, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 528, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ] ] $pageHead = [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ] $existence = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $isCatalogCategory = false $cid = (int) 316 $pid = '5787' $product = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $associatedProducts = [] $cartInformation = [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ] $timestamp = '100020' $devices = [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ] $mybrowserName = 'Unknown' $catalogPdfUrl = '' $outofproduction = (int) 0 $manufacturer = [ 'position' => 'lower-right' ] $information = [] $overlayImage = object(Cake\ORM\Entity) { 'id' => (int) 1585, 'pro_id' => (int) 5787, 'poi_type' => 'manufacturer', 'poi_name' => null, 'poi_position' => 'lower-right', 'poi_date_added' => object(Cake\I18n\FrozenTime) {}, 'poi_last_modified' => object(Cake\I18n\FrozenTime) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'ProductsOverlayImages' }</pre><pre class="stack-trace">include - APP/Template/Products/detail.ctp, line 172 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420 Cake\View\View::_render() - CORE/src/View/View.php, line 1381 Cake\View\View::render() - CORE/src/View/View.php, line 879 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97</pre></div></pre> </ul> </div> --> <div id="product-content-container" class="mt-3"> <nav id="nav"> <div class="nav nav-tabs" id="nav-tab" role="tablist"> <a class="nav-item nav-link active" id="nav-description-tab" data-toggle="tab" href="#nav-description" role="tab" aria-controls="nav-description" aria-selected="false">Description</a> <a class="nav-item nav-link" id="nav-specifications-tab" data-toggle="tab" href="#nav-specifications" role="tab" aria-controls="nav-specifications" aria-selected="true">Specifications</a> </div> </nav> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="nav-description" role="tabpanel" aria-labelledby="nav-description-tab" style=" overflow: auto; margin-bottom: 25px;"> <div class="product-detail-description"> <p><b>Repair parts are scheduled bulk shipments and can take up to 4-8 weeks to arrive. The products are located in a German warehouse</b></p> <div style="padding: 5px; margin: 0px;"> <p>This is the part #198 in the parts explosion diagram for UP-Steam Engine LGB 20230</p> </div> </div> </div> <div class="tab-pane fade" id="nav-specifications" role="tabpanel" aria-labelledby="nav-specifications-tab"> <ul class="list-group list-group-flush"> <li class="list-group-item pl-0"> <span>Model:</span> <span>LGB-20235-198</span> </li> <li class="list-group-item pl-0"> <span>Weight:</span> <span>0.8 LBS</span> </li> <li class="list-group-item pl-0"> <span>Availability:</span> <span> Available for order, Ships in 5-7 days </span> </li> </ul> </div> </div> </div> </div> </div> <!-- <div class="row"> <div class="col-12 py-4"> <div class="product-detail-description-title">Description</div> </div> <div class="col-12"> <div class="product-detail-description"> </div> </div> </div> --> </div> </div> <div class="container-fluid" id="footer"> <div class="container"> <div class="row py-4"> <div class="col-12 col-md-4"> <div class="row px-2"> <div class="col-8 col-md-12 m-auto"> <img src="/img/design/footer-logo.png" class="items d-block" alt=""/> </div> </div> <div class="row px-2"> <div class="col-md-12 site-address pt-1"> TRAINLI, LLC<br/> 5301 Longley Lane<br/> SUITE 39 (Building B)<br/> Reno, NV 89511<br/> info@trainli.com </div> </div> </div> <div class="col-md-4 text-center"> <div class="row px-2"> <div class="col-md-12 follow-us pt-4"> Follow Us </div> </div> <div class="row px-2"> <div class="col-md-12"> <ul class="col-12 text-center social-network social-circle"> <li> <a href="https://www.facebook.com/trainlipage" class="icoFacebook" title="Facebook"><i class="fab fa-facebook fa-lg"></i></a> </li> <li><a href="https://www.instragram.com/trainli_store" class="icoLinkedin" title="Instagram"><i class="fab fa-instagram fa-lg"></i></a></li> <!-- <li><a href="https://www.pinterest.com/trainli" class="icoLinkedin" title="Linkedin"><i class="fab fa-pinterest fa-lg"></i></a></li> <li><a href="https://twitter.com/TrainLiUsa" class="icoLinkedin" title="Linkedin"><i class="fab fa-twitter fa-lg"></i></a></li> --> </ul> </div> </div> </div> <div class="col-md-4 float-right text-right"> <div class="row px-2 newsletter-container"> <div class="col-md-12 pt-4 float-left text-left joining-text"> <label class="">Do you have any Inquiry?</label> </div> </div> <div class="row px-2"> <div class="col-md-12"> <div class="input-group col-12 p-0"> <button type="button" class="btn rounded inquiry-button w-50" id="inquiry-us" data-toggle="modal" data-target="#wideModal">Write Here <i class="fas fa-long-arrow-alt-right" style="position: absolute; top: 12px;"></i></button> </div> </div> </div> </div> <!-- <a class=" inquiry-button " id="inquiry-us" data-toggle="modal" data-target="#wideModal">.</a> --> <!-- <div class="col-md-4 float-right text-right"> <div class="row px-2 newsletter-container"> <div class="col-md-12 pt-4 float-left text-left joining-text"> <label class="">Join Our Newsletter</label> </div> </div> <div class="row px-2"> <div class="col-md-12"> <div class="input-group col-12 p-0"> <input type="text" name="subscriber" class="form-control" placeholder="email@abc.com" /> <div class="input-group-append"> <button type="button" class="input-group-text" id="subscriber">Subscribe</button> </div> </div> </div> </div> </div> --> </div> <div class="row"> <ul class="col-12 text-center list-inline footer-menu-items p-0 m-0"> <li class="list-inline-item"><a href="/page/about-trainli">About Us</a></li></li><li class="list-inline-item"><a href="/page/phone-hours">Opening Hours</a></li></li><li class="list-inline-item"><a href="/page/repair-install-parts-trainli">Repair</a></li></li><li class="list-inline-item"><a href="/page/shipping-policy">Shipping Policy</a></li></li> </ul> </div> <div class="col-md-12"> <div class="row mx-0"> <div class="copy-right-border col-md-12 mt-2 p-0 pt-2"> <div class="col-md-12 p-0 text-center"> Copyright © 2026. All Rights Reserved. </div> </div> </div> </div> </div> <i class="fas fa-arrow-alt-circle-up scrollToTop fa-5x"></i> </div> <div class="modal fade" id="thanksModal" role="dialog"> <div class="modal-dialog modal-dialog-centered modal-lg poninter-event" role="document"> <div class="thank-you-pop"> <div class="container"> <div class="row shadow"> <div class="col-4 col-md-1 p-0 m-0 bg-light"> <div class="check text-center"> <i class="fas fa-check"></i> </div> </div> <div class="col-4 col-md-1 p-0 m-0 bg-light"> <div class="img float-left"> Image Section </div> </div> <div class="col-4 col-md-2 m-0 bg-light px-2"> <div class="message"> Added to Cart </div> </div> <div class="col-12 col-md-8 right-content"> <div class="cart-popup-content float-left"> Cart subtotal (<span class="items_total"></span> items): $<span class="sub_total"></span> </div> <div class="cart-popup-button text-center"> <button type="button" class="btn btn-success" onclick="window.location.href='/cart'">Cart</button> <button type="button" class="btn btn-warning" data-dismiss="modal">Continue</button> </div> <button type="button" class="close close-cart-message" data-dismiss="modal" aria-label=""><i class="fas fa-times"></i></button> </div> </div> </div> </div> </div> </div> <div class="modal fade bd-example-modal-lg largemodal-style" id="wideModal" tabindex="-1" role="dialog" aria-labelledby="largeModal" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade bd-example-modal-xl" id="widestModal" tabindex="-1" aria-labelledby="myWidestModalLabel" aria-hidden="true"> <div class="modal-dialog modal-xl"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title">Waiting.....</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade" id="normalModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal" id="dialogModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title">Delete Confirmation</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <p>Please wait! Content loading.....</p> </div> <div class="modal-footer"></div> </div> </div> </div> <div class="modal fade" id="forgotPasswordModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade modal-fullscreen" id="fullWidthModal" tabindex="-1" aria-labelledby="fullWidthModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade" id="firstTimeCustomersDiscount" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header m-0 p-0" style="border:none;"> <button type="button" class="close popup-close-button" data-dismiss="modal" aria-label=""> <span aria-hidden="true" class="popup-close-button-icon">×</span> </button> </div> <div class="modal-body m-0 p-1"> <div class="modalPopupContainer p-0"> <div class="col-12"> <div class="row"> <div class="col-12 py-2 logo-background"> <div class="col-6 text-center m-auto"> <img src="/img/store/large/logo-sl.png" id="site-logo" class="img-fluid" onclick="window.location.href='/'" alt=""/> </div> </div> </div> <div class="cookiesContent m-auto" id="cookiesPopup"> <div class="focus-texture">TAKE 5% OFF</div> <div class="labeltext">Don't miss the chance and get your</div> <div class="labeltext pb-3">5% off on your first purchase this time.</div> <button onclick="window.location.href='https://www.trainli.com/common-parts-such-as-motors-wheels-gearboxes-handlebars-and-more-for-lgb-from-trainli-c-97'" class="accept">SHOP NOW</button> </div> </div> </div> </div> </div> </div><div id="pageRoutesFooter"> <div id="csrf">cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f</div> <div id="baseUrl">https://www.trainli.com/</div> <div id="route-login">/login/page</div> <div id="route-myaccount">/myaccount</div> <div id="route-register">/register/page</div> <div id="route-cart">/cart</div> <div id="route-home">/</div> <div id="route-basket-cart-information">/cart/information</div> <div id="route-basket-process">/basket/process</div> <div id="route-add-wishlist">/myaccount/wishlist/add</div> <div id="route-account-zones">/myaccount/zones</div> <div id="route-category-list-menu">/categories/menu/list</div> <div id="route-forgot-password-page">/forgot/password/page</div> <div id="route-inquiry-form">/inquiry/us</div> <div id="route-add-inquiry">/inquiry/add</div> </div> <script src="/js/front/jquery/jquery-3.4.1.min.js"></script> <script src="/js/front/bootstrap/bootstrap.min.js"></script> <script src="/js/front/common.js?v=100020"></script> <script src="/js/front/slick/jquery-migrate-3.4.0.min.js"></script><script src="/js/front/form-ajax/jquery.form.min.js"></script><script src="/js/front/logic/product-detail.js"></script><script src="/js/front/zoom/jquery.zoom.min.js"></script><script src="/js/front/slick/slick.js"></script> </body> </html>' } $reasonPhrase = 'OK'header - [internal], line ?? Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/trainli/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 181]Code Contextforeach ($values as $value) {header(sprintf('%s: %s',$response = object(Cake\Http\Response) { 'status' => (int) 200, 'contentType' => 'text/html', 'headers' => [ 'Content-Type' => [ [maximum depth reached] ] ], 'file' => null, 'fileRange' => [], 'cookies' => object(Cake\Http\Cookie\CookieCollection) {}, 'cacheDirectives' => [], 'body' => '<!DOCTYPE html><html> <head> <meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><link href="/img/store/large/favicon-fi.ico" type="image/x-icon" rel="icon"/><link href="/img/store/large/favicon-fi.ico" type="image/x-icon" rel="shortcut icon"/><title>Boiler, red, Coca-Cola, LGB 20235-E198</title><meta name="keywords" content="Boiler, red, Coca-Cola, LGB 20235-E198"/><meta name="description" content="LGB Parts; LGB Repair Parts; LGB 20235"/> <link rel="stylesheet" href="/css/front/bootstrap/bootstrap.min.css?v=100020"/> <link rel="stylesheet" href="/css/front/font-awesome/all.min.css?v=100020"/> <link rel="stylesheet" href="/css/front/site.css?v=100020"/> <link rel="stylesheet" href="/css/front/pages/bootstrap-modals.css?v=100020"/> <link rel="stylesheet" href="/css/front/zoom/zoom.css"/><link rel="stylesheet" href="/css/front/slick/slick.css"/><link rel="stylesheet" href="/css/front/slick/slick-theme.css"/><link rel="stylesheet" href="/css/front/pages/product-detail.css"/><!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V8PBGM8XPH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V8PBGM8XPH'); </script> </head> <body> <div class="notify"></div> <!-- Desktop - Top navigation start --> <style> .ipad-parent-navigation { background-color: #F2F2F2; z-index: 1; } .ipad-parent-navigation ul { font-size: 12px; background-color: #F2F2F2; z-index: 1; } .ipad-parent-navigation ul li { background-color: #F2F2F2; border: 0; } .iPad-nav-toggle { background-color: #082c50; } </style> <div class="container-fluid m-0 p-0"> <nav class="navbar navbar-expand-lg topbar m-0 p-0"> <div class="container"> <div class="collapse navbar-collapse" id="navbarNavDropdown"> <ul class="navbar-nav"> <li class="nav-item"> <a class="nav-link" id="customer-account" href="/myaccount"><i class="fas fa-phone-alt"></i> Us For Order : +775-302-8111</a> </li> </ul> </div> <div class="navbar-collapse collapse"> <ul class="navbar-nav ml-auto"> <!-- <li class="nav-item"> <a class="nav-link" id="customer-account" href=""><i class="fas fa-phone-alt"></i> Us For Order : +775 302 8111</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> --> <li class="nav-item" id="topbarBasketCartInformation"></li> </ul> </div> </div> </nav> </div> <div class="container-fluid m-0 p-0 d-none d-md-block background-blue middle-header-container"> <div class="container w-100"> <div class="row"> <div class="col-6 py-3"> <img src="/img/store/large/logo-sl.png" id="site-logo" class="img-fluid" onclick="window.location.href='/'" alt=""/> </div> <div class="col-6 py-3 p-0"> <div class="col-12 navbar navbar-expand-lg navbar-expand-md py-0"> <div class="navbar-collapse collapse"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" id="customer-account" href="/">Home</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> <li class="nav-item"> <a class="nav-link" id="customer-login" href="javascript:;" data-toggle="modal" data-target="#normalModal">Login</a> </li> <li class="pipe"> <a href="javascript:;">|</a> </li> <li class="nav-item"> <a class="nav-link" id="customer-register" href="javascript:;" data-toggle="modal" data-target="#wideModal">Register</a> </li> </ul> </div> </div> <div class="input-group col-12 p-0"> <input type="text" name="searchrequest" id="searchrequest" class="form-control" placeholder="Search" aria-label="Search" aria-describedby="site-search" /> <div class="input-group-append"> <span class="input-group-text"> <div class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input" id="site-category-search" name="site-category-search" /> <label class="custom-control-label" for="site-category-search">By Category</label> </div> </span> </div> <div class="input-group-append"> <button type="button" class="input-group-text" id="site-search-input"><i class="fas fa-search"></i> Search</button> </div> </div> <span class="price-website-note"> <a href="/product-parts-demand"> <i class="fas fa-angle-double-right"></i> Non Common Stocked Parts For LGB </a> </span> </div> </div> </div> </div> <style> .curvy-menu-full ul.navbar-nav { color: white; } .dropdown-menu { background-color: #fff; padding: 0 0 .5rem 0px; margin: 0 0 0 0; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -1px; display: none; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .nav-link.active, .dropdown-item.active { font-weight: bold; background-color: #f0f0f0; } </style> <nav class="navbar navbar-expand-lg curvy-menu-full tl-menu-2"> <div class="collapse navbar-collapse"> <ul class="navbar-nav custom-navbar-nav" style="margin: 0 auto;"> <li class="nav-item dropdown"> <a href="https://www.trainli.com/g-scale-products-especially-LGB-c-295" class="nav-link dropdown-toggle " aria-haspopup="true" aria-expanded="false">G-SCALE</a> <ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/track-switches-tools-c-54" class="nav-link dropdown-toggle ">Track/Switches/Railbenders</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/track-c-92" class="nav-link dropdown-toggle ">TRACK</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/brass-track-rail-p-21" class="nav-link ">Brass Track &amp; Rail</a></li><li class="dropdown"><a href="https://www.trainli.com/NpB-G-scale-flextrack-lgb-compatible-p-95" class="nav-link ">NpB Track &amp; Rail</a></li><li class="dropdown"><a href="https://www.trainli.com/display-track-p-122" class="nav-link ">Display Track</a></li><li class="dropdown"><a href="https://www.trainli.com/ties-p-156" class="nav-link ">Ties</a></li><li class="dropdown"><a href="https://www.trainli.com/g-scale-track-accessories-p-93" class="nav-link ">G-scale Track Accessories</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/rail-bender-c-36" class="nav-link dropdown-toggle ">RAILBENDERS</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/trainli-g-scale-railbenders-p-382" class="nav-link ">G-SCALE 250/215/332</a></li><li class="dropdown"><a href="https://www.trainli.com/ho-scale-railbender-p-384" class="nav-link ">HO-SCALE 100/83/70</a></li><li class="dropdown"><a href="https://www.trainli.com/o-scale-railbender-p-385" class="nav-link ">O-SCALE</a></li><li class="dropdown"><a href="https://www.trainli.com/railbender-accessories-p-383" class="nav-link ">ACCESSORIES</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/rail-clamps-p-61" class="nav-link ">RAIL CLAMPS</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/switches-c-29" class="nav-link dropdown-toggle ">SWITCHES</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/straight-p-55" class="nav-link ">Straight</a></li><li class="dropdown"><a href="https://www.trainli.com/switch-drives-stands-p-86" class="nav-link ">Switch Drives / EPL Switches / Switch Stands / Frog Kit</a></li><li class="dropdown"><a href="https://www.trainli.com/curved-p-56" class="nav-link ">Curved</a></li><li class="dropdown"><a href="https://www.trainli.com/3-way-switches-p-219" class="nav-link ">3 Way Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/Double-Crossover-p-512" class="nav-link ">Double Crossover Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/x-switches-p-220" class="nav-link ">X-Switches</a></li><li class="dropdown"><a href="https://www.trainli.com/y-switches-p-222" class="nav-link ">Y-Switches</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/crossings-p-157" class="nav-link ">CROSSINGS</a></li><li class="dropdown"><a href="https://www.trainli.com/turntable-p-59" class="nav-link ">TURNTABLE</a></li><li class="dropdown"><a href="https://www.trainli.com/cog-rail-p-62" class="nav-link ">COG RAIL</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/accessories-signals-semaphores-catenary-poles-bidges-c-347" class="nav-link dropdown-toggle ">ACCESSORIES</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/catenary-p-38" class="nav-link ">Catenary</a></li><li class="dropdown"><a href="https://www.trainli.com/bridges-supports-p-314" class="nav-link ">Bridges&amp;Supports</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/signals-c-65" class="nav-link dropdown-toggle ">Signals</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/american-p-66" class="nav-link ">American</a></li><li class="dropdown"><a href="https://www.trainli.com/european-p-67" class="nav-link ">European</a></li></ul></li></ul></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/parts-and-repair-tools-for-lgb-c-84" class="nav-link dropdown-toggle ">Parts &amp; Repair Tools for LGB</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/common-parts-such-as-motors-wheels-gearboxes-handlebars-and-more-for-lgb-from-trainli-c-97" class="nav-link dropdown-toggle ">LGB PARTS </a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-wheels-wheel-sets-axle-sets-gears-from-trainli-p-282" class="nav-link ">LGB AXLES WHEELS &amp; PILOT TRUCKS</a></li><li class="dropdown"><a href="https://www.trainli.com/Cow Catcher Snowplows-p-468" class="nav-link ">LGB COWCATCHER / SNOWPLOW </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Bell ,Whistles-p-473" class="nav-link ">BELL / WHISTLES</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Brake wheels & rods-p-474" class="nav-link ">LGB BRAKE WHEELS &amp; RODS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB roof vents-p-475" class="nav-link ">LGB ROOF VENTS / SMOKE STACKS / CHIMNEYS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Buffer, Bumper-p-490" class="nav-link ">LGB BUFFERS / BUMPERS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Roofs-p-516" class="nav-link ">LGB ROOFS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-CHASSIS-TENDER FRAME -p-518" class="nav-link ">LGB CHASSIS / TENDER FRAME</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-doors-windows-walla-p-519" class="nav-link ">LGB DOORS / WINDOWS / WALLS</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-electric-connectors-cables-p-287" class="nav-link ">CABLES &amp; PLUGS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Couplers-p-311" class="nav-link ">LGB COUPLERS &amp; HOOKS</a></li><li class="dropdown"><a href="https://www.trainli.com/Gears-p-425" class="nav-link ">LGB GEARS</a></li><li class="dropdown"><a href="https://www.trainli.com/handbreakwheel-p-430" class="nav-link ">LGB HANDBRAKES / WHEELS &amp; RODS</a></li><li class="dropdown"><a href="https://www.trainli.com/handelbar-grabrails-p-293" class="nav-link ">HANDLEBARS &amp; GRABRAILS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-hoses-cables-p-330" class="nav-link ">HOSES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-lanterns & headlamps-p-402" class="nav-link ">LGB LANTERNS / HEADLAMPS</a></li><li class="dropdown"><a href="https://www.trainli.com/lantern-lenses-inserts-rings-p-226" class="nav-link ">LENSES / INSERSTS / LANTERN RINGS</a></li><li class="dropdown"><a href="https://www.trainli.com/light-bulbs-p-280" class="nav-link ">LIGHTS BULBS / LIGHT STRIP </a></li><li class="dropdown"><a href="https://www.trainli.com/Lubricant-p-432" class="nav-link ">LUBRICANTS / GREASE / GRAPHIC PASTE / OIL PEN / TOOLSET</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-motors-short-shaft-long-shaft-and-many-more-p-281" class="nav-link ">LGB MOTORS</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-motorblocks-suitable-for-various-engines-p-334" class="nav-link ">LGB MOTORBLOCKS / GEARBOXES / LIDS</a></li><li class="dropdown"><a href="https://www.trainli.com/Pantographs-p-454" class="nav-link ">LGB PANTOGRAPHS / TROLLEY POLES</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB trucks & Frames-p-455" class="nav-link ">LGB TRUCKS / FRAMES / BOGIE / PIVOTS</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-screws-washers-p-306" class="nav-link ">SCREWS / RIVETS / WASHERS</a></li><li class="dropdown"><a href="https://www.trainli.com/all-about-kgb-smoke-units-and-smoke-fluid-p-284" class="nav-link ">LGB SMOKE UNITS &amp; SMOKE FLUID</a></li><li class="dropdown"><a href="https://www.trainli.com/SideRods-Crosshead guides-p-451" class="nav-link ">LGB SIDE RODS / CROSSHEAD GUIDES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-track-cleaning-parts-p-328" class="nav-link ">LGB TRACK CLEANING WHEELS / BLOCKS / PADS </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-engine-maintenance-tools-p-310" class="nav-link ">LGB BRUSHES / PICK UP SHOES / TRACTION TIRES </a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/trainli-circuit-main-boards-p-422" class="nav-link ">LGB CIRCUIT &amp; MAIN BOARDS</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/repair-parts-for-lgb-from-trainli-c-98" class="nav-link dropdown-toggle ">LGB ENGINE &amp; CAR REPLACEMENT BY PRODUCT NUMBER</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/steam-engines-parts-for-us-and-european-lgb-engines-c-101" class="nav-link dropdown-toggle ">LGB Steam Engines (US-European)</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-2x5xx-lgb-box-engine-p-137" class="nav-link ">LGB 2x5xx LGB Box Engine</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-2x74x-db-steam-engine-99-241-p-252" class="nav-link ">LGB 2x74x DB Steam Engine 99 241</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-aster-22832-db-99633-and-258-p-253" class="nav-link ">LGB/Aster 22832 DB 99633 and 258</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-2x841-2-saxon-iv-k-132-meyer-p-264" class="nav-link ">LGB 2x841/2 Saxon IV K 132 Meyer</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20700-20710-20720-20730-U-engine-parts-p-268" class="nav-link ">LGB 2070 2071 2072 2073 Tende</a></li><li class="dropdown"><a href="https://www.trainli.com/frank-s-20261-21261-24266-p-315" class="nav-link ">Frank S 20261 21261 24266</a></li><li class="dropdown"><a href="https://www.trainli.com/stainz-lgb-2010-2020-21211-70302-parts-p-108" class="nav-link ">LGB 2010/2020/21211/70302 Stainz</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-2018-LGB-2019-LGB-2028-Mogul-steam-engine-repair-parts-p-110" class="nav-link ">LGB 2018/2019/2028 Mogul</a></li><li class="dropdown"><a href="https://www.trainli.com/steam-loco-w-tender-lgb2015-2017-p-124" class="nav-link ">LGB 2015/2017 Steam Loco w/Tender</a></li><li class="dropdown"><a href="https://www.trainli.com/dr-ruegen-lgb-28001-p-126" class="nav-link ">LGB 28001 DR Ruegen </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-mallet-sound-lgb-20850-p-254" class="nav-link ">LGB 20850 DR-Mallet Sound</a></li><li class="dropdown"><a href="https://www.trainli.com/h-k-porter-lgb-22771-p-255" class="nav-link ">LGB 22771 Toy train Rusty Porter Emma HK Porter</a></li><li class="dropdown"><a href="https://www.trainli.com/hsb-dr-99-6001-lgb-20800-p-256" class="nav-link ">LGB 20800 HSB DR 99 6001 </a></li><li class="dropdown"><a href="https://www.trainli.com/uintah-sv-mallet-lgb-20882-2188-p-257" class="nav-link ">LGB 20882 2188 Uintah/SV Mallet </a></li><li class="dropdown"><a href="https://www.trainli.com/tenderloco-small-lgb-20760-p-258" class="nav-link ">LGB 20760 Tender loco Small </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-mikado-27872-2x872-p-259" class="nav-link ">LGB 27872 2x872 Mikado</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-fourney-lgb-20251-p-260" class="nav-link ">LGB 20251 LGB Forney </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-20140-20130-20910-p-261" class="nav-link ">LGB 20140 20130 20910</a></li><li class="dropdown"><a href="https://www.trainli.com/sbb-bruenigbahn-hg-3-3-lgb-22470-p-262" class="nav-link ">LGB 22470 SBB-Bruenigbahn HG 3/3 </a></li><li class="dropdown"><a href="https://www.trainli.com/spreewald-lgb-2074-p-263" class="nav-link ">LGB 2074 Spreewald</a></li><li class="dropdown"><a href="https://www.trainli.com/heidi-g-3-4-11-lgb-20271-p-270" class="nav-link ">LGB 20271 Heidi G 3/4 11 </a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20232-20230-2-4-0-engine-p-316" class="nav-link ">LGB 20232/20230 2-4-0 US Engine</a></li><li class="dropdown"><a href="https://www.trainli.com/Aster-Hudson-p-449" class="nav-link ">LGB 20542 Aster Hudson</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-21811-p-514" class="nav-link ">LGB 21811 HSB 2-10-2 Brockenlok</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-diesel-engines-parts-for-us-and-european-engines-from-trainli-c-100" class="nav-link dropdown-toggle ">LGB Diesel Engines (US=European</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-20570-20580-F7A-F7B-Parts-p-99" class="nav-link ">LGB 20570 20580 F7A/B Parts</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-track-cleaning-loco-20670-21670-p-123" class="nav-link ">LGB 20670 21670 Track Cleaning</a></li><li class="dropdown"><a href="https://www.trainli.com/diesel-koef-lgb-2090-2190-p-128" class="nav-link ">LGB 2090/2190 Diesel Koef</a></li><li class="dropdown"><a href="https://www.trainli.com/diesel-Schöma-lgb-2060-2061-p-129" class="nav-link ">LGB 2060/2061 Diesel Schöma</a></li><li class="dropdown"><a href="https://www.trainli.com/double-wismar-lgb-2065-p-130" class="nav-link ">LGB 2065 Double Wismar</a></li><li class="dropdown"><a href="https://www.trainli.com/railcar-friesland-lgb-2064-p-131" class="nav-link ">LGB 2064 Railcar Friesland</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20660-diesel-railcar-schweineschnaeuz-p-132" class="nav-link ">LGB 20660 railcar Schweineschna</a></li><li class="dropdown"><a href="https://www.trainli.com/alco-dl535e-wp-y-diesel-lgb-2055-p-133" class="nav-link ">LGB 2055 Alco DL535E WP&amp;Y Diesel</a></li><li class="dropdown"><a href="https://www.trainli.com/genesis-lgb-20490-21490-p-151" class="nav-link ">LGB 20490/21490 Genesis</a></li><li class="dropdown"><a href="https://www.trainli.com/db-switcher-lgb-21590-p-152" class="nav-link ">LGB 21590 DB Switcher</a></li><li class="dropdown"><a href="https://www.trainli.com/industrial-switcher-lgb-2062-3-p-153" class="nav-link ">LGB 2062/3 Industrial switcher</a></li><li class="dropdown"><a href="https://www.trainli.com/db-v51-v52-lgb-2051-p-154" class="nav-link ">LGB 2051 DB V51/V52</a></li><li class="dropdown"><a href="https://www.trainli.com/obb-lgb-2095-2096-p-155" class="nav-link ">LGB 2095 - 2096 OBB</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB-electric-engine-and-tram-parts-for-us-and-european-from-trainli-c-107" class="nav-link dropdown-toggle ">LGB Electric Engine &amp; Tram Parts</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-2046-2146-2246-cog-engine-p-109" class="nav-link ">LGB 2046/2146/2246 Cog-engine</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20310-BR101-Engine-parts-for-Repair-p-139" class="nav-link ">LGB 20310 BR 101</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-2030-E1-Steeple-Engine-p-141" class="nav-link ">LGB 2030-21300-22300 E1 Ste</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-21759-p-307" class="nav-link ">LGB-21759</a></li><li class="dropdown"><a href="https://www.trainli.com/lce-ice-amtrak-train-p-317" class="nav-link ">LCE | ICE | Amtrak train</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20440-p-140" class="nav-link ">LGB 20440 RhB Gea 2/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20450-p-142" class="nav-link ">LGB 20450 RhB Ge 2/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-4-4-iii-lgb-20420-25420-p-143" class="nav-link ">LGB 20420-25420 RhB Ge 4/4 III</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-6-6-crok-lgb-20400-p-145" class="nav-link ">LGB 20400 RhB Ge 6/6 Krokodil</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-abe-4-4-i-lgb-20390-p-146" class="nav-link ">LGB 20390 RhB Abe 4/4</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-ge-4-4-ii-lgb-20430-p-147" class="nav-link ">LGB 20430 RhB Ge 4/4 II</a></li><li class="dropdown"><a href="https://www.trainli.com/tractor-lgb-2033-2133-p-148" class="nav-link ">LGB 2033-2133 Tractor</a></li><li class="dropdown"><a href="https://www.trainli.com/european_streetcar_lgb_20350-p-149" class="nav-link ">LGB 20350 European Trolley or Streetcar</a></li><li class="dropdown"><a href="https://www.trainli.com/Parts_for_us_streetcar_20380-p-335" class="nav-link ">LGB 20380 US Streetcar</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20220-Allegra-p-530" class="nav-link ">LGB 20220 Allegra</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB-draisine-handcar-parts-from-trainli-c-198" class="nav-link dropdown-toggle ">LGB Draisine/Handcar Parts</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-handcar-maintenance-Gustav-p-199" class="nav-link ">LGB-Gustav MNTC Handcar</a></li><li class="dropdown"><a href="https://www.trainli.com/circus-handcar-lgb-22010-p-200" class="nav-link ">Circus Handcar LGB 22010</a></li><li class="dropdown"><a href="https://www.trainli.com/disney-handcar-lgb-23010-p-201" class="nav-link ">Disney Handcar LGB 23010</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-20020-21020-22020-Flyer-Series-Handcars-p-202" class="nav-link ">LGB 2x02x Flyer Series Handcars</a></li><li class="dropdown"><a href="https://www.trainli.com/christmas-handcar-lgb-21010-p-203" class="nav-link ">Christmas Handcar LGB 21010</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Special-Edition-Handcar-p-337" class="nav-link ">LGB Special Edition Handcar</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-passenger-car-parts-us-european-c-180" class="nav-link dropdown-toggle ">LGB Passenger Car Parts(US-Euro)</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/us-streamline-car-lgb-30570-3059-p-181" class="nav-link ">US Streamline Car LGB 30570-3059</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-30600-30610-Barmen-mountain-car-ii-parts-p-187" class="nav-link ">LGB-30600/61 Barmen Mountain Car</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB 30050-30190-Common-Standard- Carstandard-car-2-axle-passenger-car-p-190" class="nav-link ">LGB 30050-30190 Common Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-sightseeing-car-lgb-30250-30-p-194" class="nav-link ">RhB Sightseeing Car LGB 30250/30</a></li><li class="dropdown"><a href="https://www.trainli.com/zillertal-keg-car-lgb-30420-p-183" class="nav-link ">LGB 30420 Zillertal Keg Car </a></li><li class="dropdown"><a href="https://www.trainli.com/compartment-car-lgb-30500-p-185" class="nav-link ">LGB 30500 Compartment Car </a></li><li class="dropdown"><a href="https://www.trainli.com/ballenberg-mountain-car-lgb-3033-p-186" class="nav-link ">LGB 3033 Ballenberg Mountain Car </a></li><li class="dropdown"><a href="https://www.trainli.com/german-train-club-car-lgb-30200-p-188" class="nav-link ">LGB 30200 German Train Club Car </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-passenger-car-lgb-30400-31400-p-189" class="nav-link ">LGB 30400-31400 DR Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/db-passenger-car-lbg-30700-30730-p-191" class="nav-link ">LGB 30700-30730 DB Passenger Car</a></li><li class="dropdown"><a href="https://www.trainli.com/austrian-passenger-car-lgb-30620-p-192" class="nav-link ">LGB 30620 Austrian Passenger Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-2-axle-passenger-car-lgb-303-p-195" class="nav-link ">LGB 30550 RhB 2-axle passenger car</a></li><li class="dropdown"><a href="https://www.trainli.com/saxon-passenger-car-lgb-30350-p-196" class="nav-link ">LGB 30350 Saxon Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/d-rgw-pass-freight-car-lgb-30810-p-232" class="nav-link ">LGB 30810 D&amp;RGW Pass/Freight Car </a></li><li class="dropdown"><a href="https://www.trainli.com/d-rgw-passenger-car-lgb-30800-30-p-233" class="nav-link ">LGB 30800/30 D&amp;RGW Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/db-2nd-cl-pass-car-lgb-30310-p-235" class="nav-link ">LGB 30310 DB 2nd Cl. Pass. Car</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-passenger-car-lgb-30510-3051-p-236" class="nav-link ">LGB 30510/3051 RhB Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/grizzly-flats-passenger-car-lgb-p-237" class="nav-link ">LGB 30440 Grizzly Flats Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-dining-car-lgb-30520-31520-p-239" class="nav-link ">LGB 30520/31520 RhB Dining Car </a></li><li class="dropdown"><a href="https://www.trainli.com/c2012-c114-la-bucunada-lgb-30340-p-240" class="nav-link ">LGB 30340 C2012/C114 La Bucunada </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-passenger-car-lgb-30670-3067-p-242" class="nav-link ">LGB 30670/3067 RhB Passenger Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-baggage-car-lgb-30690-31690-p-244" class="nav-link ">LGB 30690/31690/ RhB Baggage Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-control-car-lgb-30900-31900-p-245" class="nav-link ">LGB 30900/31900 RhB Control Car </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-panorama-car-lgb-30660-31660-p-246" class="nav-link ">LGB 30660/31660 RhB Panorama Car </a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-freight-car-parts-us-and-european-from-trainli-c-168" class="nav-link dropdown-toggle ">LGB Freight Car Parts (US-Europe</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-40670-40910-US-Boxcars-parts-for-two-basic-styles-standard-and-western-p-343" class="nav-link ">LGB-40670-40910 US Boxcars parts</a></li><li class="dropdown"><a href="https://www.trainli.com/depressed-center-car-lgb-40580-p-169" class="nav-link ">LGB-40390 Depressed Center Car</a></li><li class="dropdown"><a href="https://www.trainli.com/ballenberg-post-luggage-40330-p-170" class="nav-link ">LGB 40330 Ballenberg Post/Luggage</a></li><li class="dropdown"><a href="https://www.trainli.com/mixed-use-car-lgb-40390-p-171" class="nav-link ">LGB-40390 Mixed Use Car </a></li><li class="dropdown"><a href="https://www.trainli.com/dr-baggage-cart-lgb-40520-p-172" class="nav-link ">LGB 40520 DR Baggage Cart</a></li><li class="dropdown"><a href="https://www.trainli.com/field-railway-cars-lgb-40160-401-p-173" class="nav-link ">LGB 40160-401 Field Railway Cars </a></li><li class="dropdown"><a href="https://www.trainli.com/boxcar-various-p-174" class="nav-link ">LGB 2-axle Boxcar (various #)</a></li><li class="dropdown"><a href="https://www.trainli.com/hot-metal-car-lgb-40560-p-175" class="nav-link ">LGB 40560 Hot metal Car </a></li><li class="dropdown"><a href="https://www.trainli.com/high-sided-gondola-various-p-176" class="nav-link ">LGB 40240/40210 High-sided Gondola (Various #)</a></li><li class="dropdown"><a href="https://www.trainli.com/two-axle-tank-car-lgb-40400-4040-p-177" class="nav-link ">LGB 40400/4040 Two Axle Tank Car </a></li><li class="dropdown"><a href="https://www.trainli.com/tower-maintenance-car-lgb-35300-p-197" class="nav-link ">LGB 35300 Tower Maintenance car</a></li><li class="dropdown"><a href="https://www.trainli.com/four-axle-tank-car-lgb-40800-408-p-204" class="nav-link ">LGB 40800/408 Four Axle Tank Car </a></li><li class="dropdown"><a href="https://www.trainli.com/crane-car-lgb-40420-p-205" class="nav-link ">LGB 40420 Crane Car</a></li><li class="dropdown"><a href="https://www.trainli.com/low-side-car-lgb-4000-4013-p-206" class="nav-link ">LGB 4000 - 4013 Low Side Car </a></li><li class="dropdown"><a href="https://www.trainli.com/prr-ore-jenny-lgb-40040-p-207" class="nav-link ">LGB 40040 PRR Ore Jenny </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-container-wagon-lgb-40140-p-208" class="nav-link ">LGB 40140 RhB Container Wagon</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-two-axle-boxcar-lgb-40810-p-209" class="nav-link ">LGB 40810 RhB Two Axle Boxcar</a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-tank-wagon-lgb-40830-p-210" class="nav-link ">LGB 40830 RhB Tank Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/rhb-freight-side-dump-car-lgb-41-p-211" class="nav-link ">LGB 41610 RhB Freight Side Dump Car</a></li><li class="dropdown"><a href="https://www.trainli.com/floodlight-car-lgb-40490-41490-p-212" class="nav-link ">LGB 40490 - 41490 Floodlight Car </a></li><li class="dropdown"><a href="https://www.trainli.com/freight-wagon-lgb-40410-42413-p-213" class="nav-link ">LGB 40410 - 42413 Freight Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/silo-wagon-lgb-40250-p-214" class="nav-link ">LGB 40250 Silo Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/cement-mixer-car-lgb-40550-p-215" class="nav-link ">LGB 40550 Cement Mixer Car </a></li><li class="dropdown"><a href="https://www.trainli.com/steiff-flat-car-lgb-43140-p-216" class="nav-link ">LGB 43140 Steiff Flat Car </a></li><li class="dropdown"><a href="https://www.trainli.com/austrian-boxcar-lgb-40620-4063-p-218" class="nav-link ">LGB 40620 - 4063 Austrian Boxcar </a></li><li class="dropdown"><a href="https://www.trainli.com/caboose-lgb-40650-p-221" class="nav-link ">LGB 40650 Caboose</a></li><li class="dropdown"><a href="https://www.trainli.com/timber-wagon-lgb-40660-p-227" class="nav-link ">LGB 40660 Timber Wagon </a></li><li class="dropdown"><a href="https://www.trainli.com/us-caboose-lgb-40710-40750-40790-p-228" class="nav-link ">LGB 40710/40750/40790 US Caboose </a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-40640-us-refrigerated-car-parts-p-231" class="nav-link ">LGB 4072 - 40640 US Refrigerated box cars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-40300-European-Boxcars-parts-p-331" class="nav-link ">LGB 4x3xx European Boxcars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB-40880-style-RhB-DB-high-sided-gondola-parts-p-342" class="nav-link ">LGB 40880 style RhB and DB high</a></li></ul></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/ENGINEERS & FIREMEN-p-433" class="nav-link ">LGB ENGINEERS / FIREMEN / CIRCUS HANDCAR FIGURES</a></li><li class="dropdown"><a href="https://www.trainli.com/tools-accessories-for-repair-p-269" class="nav-link ">REPAIR TOOLS &amp; ACCESSORIES </a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-collections-c-447" class="nav-link dropdown-toggle ">LGB</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB 2026 -p-534" class="nav-link ">LGB 2026</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/LGB 2025-c-522" class="nav-link dropdown-toggle ">LGB 2025</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/2025-USA-p-524" class="nav-link ">USA</a></li><li class="dropdown"><a href="https://www.trainli.com/2025-DB-p-526" class="nav-link ">DB </a></li><li class="dropdown"><a href="https://www.trainli.com/2025-RhB-p-525" class="nav-link ">RhB</a></li><li class="dropdown"><a href="https://www.trainli.com/Other-2025-p-527" class="nav-link ">Other New for 2025</a></li><li class="dropdown"><a href="https://www.trainli.com/Christmas 2025-p-528" class="nav-link ">Christmas 2025</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/LGB-Catalogs-p-452" class="nav-link ">Catalogs</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Starter Sets-p-448" class="nav-link ">LGB Starter Sets</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-locomotives-c-456" class="nav-link dropdown-toggle ">LGB Locomotives</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB Steam Locomotives-p-461" class="nav-link ">LGB Steam Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Diesel Locomotives-p-462" class="nav-link ">LGB Diesel Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Electric Locomotives-p-463" class="nav-link ">LGB Electric Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Gasoline Locomotives-p-464" class="nav-link ">LGB Gasoline Locomotives</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-rolling-stock-c-457" class="nav-link dropdown-toggle ">LGB Rolling stock</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/LGB-Passanger-p-459" class="nav-link ">LGB Passenger Cars</a></li><li class="dropdown"><a href="https://www.trainli.com/LGB Freight Cars-p-460" class="nav-link ">LGB Freight Cars</a></li></ul></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Premium-c-439" class="nav-link dropdown-toggle ">PREMIUM, Pullman, KISS, LGB Highend</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/PREMIUM locomotives-p-440" class="nav-link ">PREMIUM locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/PREMIUM Rolling Stock-p-441" class="nav-link ">PREMIUM Rolling Stock</a></li><li class="dropdown"><a href="https://www.trainli.com/TrainLi Swiss-p-458" class="nav-link ">TrainLi Swiss</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Piko-c-442" class="nav-link dropdown-toggle ">Piko</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/Piko Locomotives-p-443" class="nav-link ">Piko Locomotives</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/Pola-c-482" class="nav-link dropdown-toggle ">Pola</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/Pola Buildings-p-483" class="nav-link ">Pola Buildings</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola People-p-484" class="nav-link ">Inhabitants of the miniature worlds</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola Parts & Accessories-p-485" class="nav-link ">Pola Parts &amp; Accessories</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/TrainLine45-c-435" class="nav-link dropdown-toggle ">Train Line 45</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/TL-Locomotives-p-436" class="nav-link ">TL Locomotives</a></li><li class="dropdown"><a href="https://www.trainli.com/TL-Cars-p-437" class="nav-link ">TL Cars</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/houses-accessories-c-275" class="nav-link dropdown-toggle ">BUILDINGS / BRIDGES / FIGURES / STEET LAMPS / Accessories</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/BUILDINGS-c-78" class="nav-link dropdown-toggle ">BUILDINGS</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/industrial-structures-p-116" class="nav-link ">Industrial Structures</a></li><li class="dropdown"><a href="https://www.trainli.com/windows-doors-p-223" class="nav-link ">Windows &amp; Doors</a></li><li class="dropdown"><a href="https://www.trainli.com/buildings-kits-p-274" class="nav-link ">Buildings (kits)</a></li><li class="dropdown"><a href="https://www.trainli.com/houses-build-up-p-111" class="nav-link ">Buildings (built)</a></li></ul></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/g-scale-figures-c-358" class="nav-link dropdown-toggle ">FIGURES</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/lgb-g-scale-figures-c-361" class="nav-link dropdown-toggle ">LGB-figures</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/lgb-g-scale-figures-p-362" class="nav-link ">LGB FIGURES</a></li><li class="dropdown"><a href="https://www.trainli.com/lgb-Engineers-firemen-and-others-p-336" class="nav-link ">LGB ENGINEERS</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/prehm-g-scale-figures-p-165" class="nav-link ">PREHM</a></li><li class="dropdown"><a href="https://www.trainli.com/Pola People-p-486" class="nav-link ">Pola figures</a></li><li class="dropdown"><a href="https://www.trainli.com/AD-Figures-p-487" class="nav-link ">American Diorama Figures</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/small-goods-p-52" class="nav-link ">Small Goods</a></li><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/automobiles-c-23" class="nav-link dropdown-toggle ">Automobiles</a><ul class="dropdown-menu"><li class="dropdown dropdown-submenu"><a href="https://www.trainli.com/american-c-45" class="nav-link dropdown-toggle ">American</a><ul class="dropdown-menu"><li class="dropdown"><a href="https://www.trainli.com/ford-p-46" class="nav-link ">Ford</a></li><li class="dropdown"><a href="https://www.trainli.com/chevrolet-p-47" class="nav-link ">Chevrolet</a></li><li class="dropdown"><a href="https://www.trainli.com/studebaker-p-48" class="nav-link ">Studebaker</a></li><li class="dropdown"><a href="https://www.trainli.com/other-p-53" class="nav-link ">Other</a></li></ul></li><li class="dropdown"><a href="https://www.trainli.com/european-p-44" class="nav-link ">European</a></li></ul></li></ul></li></ul> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="https://www.trainli.com/LGB-Catalogs-p-452">CATALOGS</a> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="https://www.trainli.com/jc-usa-collection-c-355">JC JAEGERNDORFER USA</a> </li> <li class="dropdown my-dropdown"> <a class="nav-link nav-link-top" href="#">RESOURCES</a> <ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"> <li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Trainli TV</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/trainli-tv-videos">TRAINLI TV Videos</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/trainli-tech-tv">TRAINLI TECH TV Videos</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tech Tips</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/tech-tips-trainli">TECH TIPS</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="/page/Javascript:;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Know How</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/all-about-lgb-motors-wheels-gears-gearboxes-knowledge-article">LGB Motors, Wheels, Gears, etc.</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/parts-diagrma-for-steam-engine-linkage-or-valve-gear-as-used-in-lgb-steam-engines">Parts for Steam Engine Linkage</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/sound-installtion-and-repair">Sound Installation and Repair</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-mts-dcc-maerklin-mfx-massoth-nce-piko-lenz-zimo-digital-control">DCC - LGB MTS and other Digital Control</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/MTS-FAQ-frequently-asked-questions-about-LGB-MTS-functionality">MTS Important FAQ from LGB</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/the-definition-about-era-usage-for-lgb-and-other-gscale-rolling-stock">The Rolling Stock Era Definition</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/DCC-Calculator-from-TRAINLI">DCC Calculator</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">LGB INFO</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/How-to-order-parts-from-TRAINLI">How To Order Parts</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-engine-pdf">LGB Parts PDFs</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-user-guide-manual">LGB User Guides</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/Risks-of-buying-used-LGB-rolling-stock-on-Ebay">Used Rolling Stock Purchases on Ebay</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/lgb-special-parts-inquiry-form-by-trainli">LGB Special Parts Order *COMING SOON!*</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/JC-Tips-Tricks">JAEGERNDORFER-USA Tips-Tricks</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li class="dropdown"><a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Contact Us</a><ul class="dropdown-menu m-0 p-0" role="menu" aria-labelledby="dropdownMenu"><li><a class="nav-link" href="/page/phone-hours">Opening Hours</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/about-trainli">About Us</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/repair-install-parts-trainli">Repair</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/privacy-notice">Privacy Notice</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/address">Our Addresses</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/shipping-policy">Shipping Policy</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/why-trainli">Why the name TRAINLI</a></li></li><li class="pipe"><a href="javascript:;">|</a></li><li><a class="nav-link" href="/page/return-policy">Return Policy</a></li></li><li class="pipe"><a href="javascript:;">|</a></li></ul></li><li class="pipe"><a href="javascript:;">|</a></li> </ul> </li> <li><a class="nav-link" href="https://www.trainli.com/sound-digital-rf-c-83">ANALOG/DCC</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/premium_services">REPAIR / INSTALL SERVICE</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/preowned">PRE-OWNED</a></li></li><li><a class="nav-link" href="https://www.trainli.com/SALE-p-508">SALE</a></li></li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/solely-for-gardeners">STARTER SETS</a> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/contact">CONTACT</a> </li> </ul> </div> </nav> <!-- Desktop - Top navigation stop --> <!-- MOBILE HEADER START --> <header id="header" class="d-block d-sm-none"> <div class="row m-0 p-0"> <div class="col-2 m-0 p-0"> <div class="nav-toggle"> <div class="icon-menu"> <span class="line line-1"></span> <span class="line line-2"></span> <span class="line line-3"></span> </div> </div> </div> <div class="col-6 m-0 p-0"> <div class="logo"> <a href="tel:+17753028111" style="color: #000;"><i class="fa fa-phone"> Us +1 775 302 8111</i></a> </div> </div> <div class="col-4 m-0 p-0"> <div class="m-cart"> <div class="nav-cart mob-nav-bdr"> <a href="/cart"><i class="fas fa-shopping-bag"></i></a> </div> <div class="nav-cart mob-nav-bdr"> <a id="customer-login" href="javascript:;" data-toggle="modal" data-target="#normalModal"><i class="fa fa-user fa-lg"></i></a> </div> <div class="nav-cart"> <a id="customer-register" href="javascript:;" data-toggle="modal" data-target="#wideModal"><i class="fas fa-sign-in-alt"></i></a> </div> </div> </div> </div> <div class="nav-container"> <div class="mob-srch"> <div class="row m-0 pt-1"> <div class="col-1"> <input type="checkbox" class="category_search" id="mobile-category-search" name="mobile-category-search" /> </div> <div class="col-10 pl-1"> <span class="mob-header-by-category">By Category</span> </div> </div> <div class="row m-0 pb-3"> <div class="col-8"> <input type="text" name="mobsearchrequest" class="search-style search-query" placeholder="Search here..."> </div> <div class="col-4 p-0"> <button type="button" id="mobile-search-input" class="input-group-text search-input"><i class="fas fa-search"></i> Search</button> </div> </div> </div> <div> <ul class="topnav"> <li> <a href="/">HOME</a> </li> <li><a href="javascript:;">G-SCALE</a><ul><li><a href="javascript:;">Track/Switches/Railbenders</a><ul><li><a href="javascript:;">TRACK</a><ul><li><a href="https://www.trainli.com/brass-track-rail-p-21" >Brass Track & Rail</a></li><li><a href="https://www.trainli.com/NpB-G-scale-flextrack-lgb-compatible-p-95" >NpB Track & Rail</a></li><li><a href="https://www.trainli.com/display-track-p-122" >Display Track</a></li><li><a href="https://www.trainli.com/ties-p-156" >Ties</a></li><li><a href="https://www.trainli.com/g-scale-track-accessories-p-93" >G-scale Track Accessories</a></li></ul></li><li><a href="javascript:;">RAILBENDERS</a><ul><li><a href="https://www.trainli.com/trainli-g-scale-railbenders-p-382" >G-SCALE 250/215/332</a></li><li><a href="https://www.trainli.com/ho-scale-railbender-p-384" >HO-SCALE 100/83/70</a></li><li><a href="https://www.trainli.com/o-scale-railbender-p-385" >O-SCALE</a></li><li><a href="https://www.trainli.com/railbender-accessories-p-383" >ACCESSORIES</a></li></ul></li><li><a href="https://www.trainli.com/rail-clamps-p-61" >RAIL CLAMPS</a></li><li><a href="javascript:;">SWITCHES</a><ul><li><a href="https://www.trainli.com/straight-p-55" >Straight</a></li><li><a href="https://www.trainli.com/switch-drives-stands-p-86" >Switch Drives / EPL Switches / Switch Stands / Frog Kit</a></li><li><a href="https://www.trainli.com/curved-p-56" >Curved</a></li><li><a href="https://www.trainli.com/3-way-switches-p-219" >3 Way Switches</a></li><li><a href="https://www.trainli.com/Double-Crossover-p-512" >Double Crossover Switches</a></li><li><a href="https://www.trainli.com/x-switches-p-220" >X-Switches</a></li><li><a href="https://www.trainli.com/y-switches-p-222" >Y-Switches</a></li></ul></li><li><a href="https://www.trainli.com/crossings-p-157" >CROSSINGS</a></li><li><a href="https://www.trainli.com/turntable-p-59" >TURNTABLE</a></li><li><a href="https://www.trainli.com/cog-rail-p-62" >COG RAIL</a></li><li><a href="javascript:;">ACCESSORIES</a><ul><li><a href="https://www.trainli.com/catenary-p-38" >Catenary</a></li><li><a href="https://www.trainli.com/bridges-supports-p-314" >Bridges&Supports</a></li><li><a href="javascript:;">Signals</a><ul><li><a href="https://www.trainli.com/american-p-66" >American</a></li><li><a href="https://www.trainli.com/european-p-67" >European</a></li></ul></li></ul></li></ul></li><li><a href="javascript:;">Parts & Repair Tools for LGB</a><ul><li><a href="javascript:;">LGB PARTS </a><ul><li><a href="https://www.trainli.com/lgb-doors-windows-walla-p-519" >LGB DOORS / WINDOWS / WALLS</a></li><li><a href="https://www.trainli.com/LGB-CHASSIS-TENDER FRAME -p-518" >LGB CHASSIS / TENDER FRAME</a></li><li><a href="https://www.trainli.com/lgb-wheels-wheel-sets-axle-sets-gears-from-trainli-p-282" >LGB AXLES WHEELS & PILOT TRUCKS</a></li><li><a href="https://www.trainli.com/LGB-Roofs-p-516" >LGB ROOFS</a></li><li><a href="https://www.trainli.com/LGB Buffer, Bumper-p-490" >LGB BUFFERS / BUMPERS</a></li><li><a href="https://www.trainli.com/LGB roof vents-p-475" >LGB ROOF VENTS / SMOKE STACKS / CHIMNEYS</a></li><li><a href="https://www.trainli.com/LGB Brake wheels & rods-p-474" >LGB BRAKE WHEELS & RODS</a></li><li><a href="https://www.trainli.com/LGB Bell ,Whistles-p-473" >BELL / WHISTLES</a></li><li><a href="https://www.trainli.com/Cow Catcher Snowplows-p-468" >LGB COWCATCHER / SNOWPLOW </a></li><li><a href="https://www.trainli.com/lgb-electric-connectors-cables-p-287" >CABLES & PLUGS</a></li><li><a href="https://www.trainli.com/LGB-Couplers-p-311" >LGB COUPLERS & HOOKS</a></li><li><a href="https://www.trainli.com/Gears-p-425" >LGB GEARS</a></li><li><a href="https://www.trainli.com/handbreakwheel-p-430" >LGB HANDBRAKES / WHEELS & RODS</a></li><li><a href="https://www.trainli.com/LGB-hoses-cables-p-330" >HOSES</a></li><li><a href="https://www.trainli.com/handelbar-grabrails-p-293" >HANDLEBARS & GRABRAILS</a></li><li><a href="https://www.trainli.com/lgb-lanterns & headlamps-p-402" >LGB LANTERNS / HEADLAMPS</a></li><li><a href="https://www.trainli.com/lantern-lenses-inserts-rings-p-226" >LENSES / INSERSTS / LANTERN RINGS</a></li><li><a href="https://www.trainli.com/light-bulbs-p-280" >LIGHTS BULBS / LIGHT STRIP </a></li><li><a href="https://www.trainli.com/Lubricant-p-432" >LUBRICANTS / GREASE / GRAPHIC PASTE / OIL PEN / TOOLSET</a></li><li><a href="https://www.trainli.com/LGB-motorblocks-suitable-for-various-engines-p-334" >LGB MOTORBLOCKS / GEARBOXES / LIDS</a></li><li><a href="https://www.trainli.com/lgb-motors-short-shaft-long-shaft-and-many-more-p-281" >LGB MOTORS</a></li><li><a href="https://www.trainli.com/Pantographs-p-454" >LGB PANTOGRAPHS / TROLLEY POLES</a></li><li><a href="https://www.trainli.com/LGB trucks & Frames-p-455" >LGB TRUCKS / FRAMES / BOGIE / PIVOTS</a></li><li><a href="https://www.trainli.com/lgb-screws-washers-p-306" >SCREWS / RIVETS / WASHERS</a></li><li><a href="https://www.trainli.com/SideRods-Crosshead guides-p-451" >LGB SIDE RODS / CROSSHEAD GUIDES</a></li><li><a href="https://www.trainli.com/all-about-kgb-smoke-units-and-smoke-fluid-p-284" >LGB SMOKE UNITS & SMOKE FLUID</a></li><li><a href="https://www.trainli.com/lgb-track-cleaning-parts-p-328" >LGB TRACK CLEANING WHEELS / BLOCKS / PADS </a></li><li><a href="https://www.trainli.com/lgb-engine-maintenance-tools-p-310" >LGB BRUSHES / PICK UP SHOES / TRACTION TIRES </a></li></ul></li><li><a href="https://www.trainli.com/trainli-circuit-main-boards-p-422" >LGB CIRCUIT & MAIN BOARDS</a></li><li><a href="javascript:;">LGB ENGINE & CAR REPLACEMENT BY PRODUCT NUMBER</a><ul><li><a href="javascript:;">LGB Steam Engines (US-European)</a><ul><li><a href="https://www.trainli.com/lgb-2x5xx-lgb-box-engine-p-137" >LGB 2x5xx LGB Box Engine</a></li><li><a href="https://www.trainli.com/lgb-2x74x-db-steam-engine-99-241-p-252" >LGB 2x74x DB Steam Engine 99 241</a></li><li><a href="https://www.trainli.com/lgb-aster-22832-db-99633-and-258-p-253" >LGB/Aster 22832 DB 99633 and 258</a></li><li><a href="https://www.trainli.com/frank-s-20261-21261-24266-p-315" >Frank S 20261 21261 24266</a></li><li><a href="https://www.trainli.com/LGB-20700-20710-20720-20730-U-engine-parts-p-268" >LGB 2070 2071 2072 2073 Tende</a></li><li><a href="https://www.trainli.com/lgb-2x841-2-saxon-iv-k-132-meyer-p-264" >LGB 2x841/2 Saxon IV K 132 Meyer</a></li><li><a href="https://www.trainli.com/LGB-mikado-27872-2x872-p-259" >LGB 27872 2x872 Mikado</a></li><li><a href="https://www.trainli.com/LGB-21811-p-514" >LGB 21811 HSB 2-10-2 Brockenlok</a></li><li><a href="https://www.trainli.com/Aster-Hudson-p-449" >LGB 20542 Aster Hudson</a></li><li><a href="https://www.trainli.com/LGB-20232-20230-2-4-0-engine-p-316" >LGB 20232/20230 2-4-0 US Engine</a></li><li><a href="https://www.trainli.com/heidi-g-3-4-11-lgb-20271-p-270" >LGB 20271 Heidi G 3/4 11 </a></li><li><a href="https://www.trainli.com/spreewald-lgb-2074-p-263" >LGB 2074 Spreewald</a></li><li><a href="https://www.trainli.com/sbb-bruenigbahn-hg-3-3-lgb-22470-p-262" >LGB 22470 SBB-Bruenigbahn HG 3/3 </a></li><li><a href="https://www.trainli.com/lgb-20140-20130-20910-p-261" >LGB 20140 20130 20910</a></li><li><a href="https://www.trainli.com/lgb-fourney-lgb-20251-p-260" >LGB 20251 LGB Forney </a></li><li><a href="https://www.trainli.com/stainz-lgb-2010-2020-21211-70302-parts-p-108" >LGB 2010/2020/21211/70302 Stainz</a></li><li><a href="https://www.trainli.com/tenderloco-small-lgb-20760-p-258" >LGB 20760 Tender loco Small </a></li><li><a href="https://www.trainli.com/uintah-sv-mallet-lgb-20882-2188-p-257" >LGB 20882 2188 Uintah/SV Mallet </a></li><li><a href="https://www.trainli.com/hsb-dr-99-6001-lgb-20800-p-256" >LGB 20800 HSB DR 99 6001 </a></li><li><a href="https://www.trainli.com/h-k-porter-lgb-22771-p-255" >LGB 22771 Toy train Rusty Porter Emma HK Porter</a></li><li><a href="https://www.trainli.com/dr-mallet-sound-lgb-20850-p-254" >LGB 20850 DR-Mallet Sound</a></li><li><a href="https://www.trainli.com/dr-ruegen-lgb-28001-p-126" >LGB 28001 DR Ruegen </a></li><li><a href="https://www.trainli.com/steam-loco-w-tender-lgb2015-2017-p-124" >LGB 2015/2017 Steam Loco w/Tender</a></li><li><a href="https://www.trainli.com/LGB-2018-LGB-2019-LGB-2028-Mogul-steam-engine-repair-parts-p-110" >LGB 2018/2019/2028 Mogul</a></li></ul></li><li><a href="javascript:;">LGB Diesel Engines (US=European</a><ul><li><a href="https://www.trainli.com/LGB-20570-20580-F7A-F7B-Parts-p-99" >LGB 20570 20580 F7A/B Parts</a></li><li><a href="https://www.trainli.com/LGB-track-cleaning-loco-20670-21670-p-123" >LGB 20670 21670 Track Cleaning</a></li><li><a href="https://www.trainli.com/diesel-koef-lgb-2090-2190-p-128" >LGB 2090/2190 Diesel Koef</a></li><li><a href="https://www.trainli.com/diesel-Schöma-lgb-2060-2061-p-129" >LGB 2060/2061 Diesel Schöma</a></li><li><a href="https://www.trainli.com/double-wismar-lgb-2065-p-130" >LGB 2065 Double Wismar</a></li><li><a href="https://www.trainli.com/railcar-friesland-lgb-2064-p-131" >LGB 2064 Railcar Friesland</a></li><li><a href="https://www.trainli.com/LGB-20660-diesel-railcar-schweineschnaeuz-p-132" >LGB 20660 railcar Schweineschna</a></li><li><a href="https://www.trainli.com/alco-dl535e-wp-y-diesel-lgb-2055-p-133" >LGB 2055 Alco DL535E WP&Y Diesel</a></li><li><a href="https://www.trainli.com/genesis-lgb-20490-21490-p-151" >LGB 20490/21490 Genesis</a></li><li><a href="https://www.trainli.com/db-switcher-lgb-21590-p-152" >LGB 21590 DB Switcher</a></li><li><a href="https://www.trainli.com/industrial-switcher-lgb-2062-3-p-153" >LGB 2062/3 Industrial switcher</a></li><li><a href="https://www.trainli.com/db-v51-v52-lgb-2051-p-154" >LGB 2051 DB V51/V52</a></li><li><a href="https://www.trainli.com/obb-lgb-2095-2096-p-155" >LGB 2095 - 2096 OBB</a></li></ul></li><li><a href="javascript:;">LGB Electric Engine & Tram Parts</a><ul><li><a href="https://www.trainli.com/lgb-2046-2146-2246-cog-engine-p-109" >LGB 2046/2146/2246 Cog-engine</a></li><li><a href="https://www.trainli.com/LGB-20310-BR101-Engine-parts-for-Repair-p-139" >LGB 20310 BR 101</a></li><li><a href="https://www.trainli.com/LGB-2030-E1-Steeple-Engine-p-141" >LGB 2030-21300-22300 E1 Ste</a></li><li><a href="https://www.trainli.com/lgb-21759-p-307" >LGB-21759</a></li><li><a href="https://www.trainli.com/lce-ice-amtrak-train-p-317" >LCE | ICE | Amtrak train</a></li><li><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20440-p-140" >LGB 20440 RhB Gea 2/4</a></li><li><a href="https://www.trainli.com/rhb-ge-2-4-lgb-20450-p-142" >LGB 20450 RhB Ge 2/4</a></li><li><a href="https://www.trainli.com/rhb-ge-4-4-iii-lgb-20420-25420-p-143" >LGB 20420-25420 RhB Ge 4/4 III</a></li><li><a href="https://www.trainli.com/rhb-ge-6-6-crok-lgb-20400-p-145" >LGB 20400 RhB Ge 6/6 Krokodil</a></li><li><a href="https://www.trainli.com/rhb-abe-4-4-i-lgb-20390-p-146" >LGB 20390 RhB Abe 4/4</a></li><li><a href="https://www.trainli.com/rhb-ge-4-4-ii-lgb-20430-p-147" >LGB 20430 RhB Ge 4/4 II</a></li><li><a href="https://www.trainli.com/tractor-lgb-2033-2133-p-148" >LGB 2033-2133 Tractor</a></li><li><a href="https://www.trainli.com/european_streetcar_lgb_20350-p-149" >LGB 20350 European Trolley or Streetcar</a></li><li><a href="https://www.trainli.com/Parts_for_us_streetcar_20380-p-335" >LGB 20380 US Streetcar</a></li><li><a href="https://www.trainli.com/LGB-20220-Allegra-p-530" >LGB 20220 Allegra</a></li></ul></li><li><a href="javascript:;">LGB Draisine/Handcar Parts</a><ul><li><a href="https://www.trainli.com/LGB-handcar-maintenance-Gustav-p-199" >LGB-Gustav MNTC Handcar</a></li><li><a href="https://www.trainli.com/circus-handcar-lgb-22010-p-200" >Circus Handcar LGB 22010</a></li><li><a href="https://www.trainli.com/disney-handcar-lgb-23010-p-201" >Disney Handcar LGB 23010</a></li><li><a href="https://www.trainli.com/LGB-20020-21020-22020-Flyer-Series-Handcars-p-202" >LGB 2x02x Flyer Series Handcars</a></li><li><a href="https://www.trainli.com/christmas-handcar-lgb-21010-p-203" >Christmas Handcar LGB 21010</a></li><li><a href="https://www.trainli.com/LGB-Special-Edition-Handcar-p-337" >LGB Special Edition Handcar</a></li></ul></li><li><a href="javascript:;">LGB Passenger Car Parts(US-Euro)</a><ul><li><a href="https://www.trainli.com/LGB-30600-30610-Barmen-mountain-car-ii-parts-p-187" >LGB-30600/61 Barmen Mountain Car</a></li><li><a href="https://www.trainli.com/LGB 30050-30190-Common-Standard- Carstandard-car-2-axle-passenger-car-p-190" >LGB 30050-30190 Common Car</a></li><li><a href="https://www.trainli.com/rhb-sightseeing-car-lgb-30250-30-p-194" >RhB Sightseeing Car LGB 30250/30</a></li><li><a href="https://www.trainli.com/us-streamline-car-lgb-30570-3059-p-181" >US Streamline Car LGB 30570-3059</a></li><li><a href="https://www.trainli.com/saxon-passenger-car-lgb-30350-p-196" >LGB 30350 Saxon Passenger Car </a></li><li><a href="https://www.trainli.com/rhb-panorama-car-lgb-30660-31660-p-246" >LGB 30660/31660 RhB Panorama Car </a></li><li><a href="https://www.trainli.com/rhb-control-car-lgb-30900-31900-p-245" >LGB 30900/31900 RhB Control Car </a></li><li><a href="https://www.trainli.com/rhb-baggage-car-lgb-30690-31690-p-244" >LGB 30690/31690/ RhB Baggage Car </a></li><li><a href="https://www.trainli.com/rhb-passenger-car-lgb-30670-3067-p-242" >LGB 30670/3067 RhB Passenger Car </a></li><li><a href="https://www.trainli.com/c2012-c114-la-bucunada-lgb-30340-p-240" >LGB 30340 C2012/C114 La Bucunada </a></li><li><a href="https://www.trainli.com/rhb-dining-car-lgb-30520-31520-p-239" >LGB 30520/31520 RhB Dining Car </a></li><li><a href="https://www.trainli.com/grizzly-flats-passenger-car-lgb-p-237" >LGB 30440 Grizzly Flats Passenger Car </a></li><li><a href="https://www.trainli.com/rhb-passenger-car-lgb-30510-3051-p-236" >LGB 30510/3051 RhB Passenger Car </a></li><li><a href="https://www.trainli.com/db-2nd-cl-pass-car-lgb-30310-p-235" >LGB 30310 DB 2nd Cl. Pass. Car</a></li><li><a href="https://www.trainli.com/d-rgw-passenger-car-lgb-30800-30-p-233" >LGB 30800/30 D&RGW Passenger Car </a></li><li><a href="https://www.trainli.com/d-rgw-pass-freight-car-lgb-30810-p-232" >LGB 30810 D&RGW Pass/Freight Car </a></li><li><a href="https://www.trainli.com/rhb-2-axle-passenger-car-lgb-303-p-195" >LGB 30550 RhB 2-axle passenger car</a></li><li><a href="https://www.trainli.com/austrian-passenger-car-lgb-30620-p-192" >LGB 30620 Austrian Passenger Car</a></li><li><a href="https://www.trainli.com/db-passenger-car-lbg-30700-30730-p-191" >LGB 30700-30730 DB Passenger Car</a></li><li><a href="https://www.trainli.com/dr-passenger-car-lgb-30400-31400-p-189" >LGB 30400-31400 DR Passenger Car </a></li><li><a href="https://www.trainli.com/german-train-club-car-lgb-30200-p-188" >LGB 30200 German Train Club Car </a></li><li><a href="https://www.trainli.com/ballenberg-mountain-car-lgb-3033-p-186" >LGB 3033 Ballenberg Mountain Car </a></li><li><a href="https://www.trainli.com/compartment-car-lgb-30500-p-185" >LGB 30500 Compartment Car </a></li><li><a href="https://www.trainli.com/zillertal-keg-car-lgb-30420-p-183" >LGB 30420 Zillertal Keg Car </a></li></ul></li><li><a href="javascript:;">LGB Freight Car Parts (US-Europe</a><ul><li><a href="https://www.trainli.com/LGB-40670-40910-US-Boxcars-parts-for-two-basic-styles-standard-and-western-p-343" >LGB-40670-40910 US Boxcars parts</a></li><li><a href="https://www.trainli.com/rhb-two-axle-boxcar-lgb-40810-p-209" >LGB 40810 RhB Two Axle Boxcar</a></li><li><a href="https://www.trainli.com/LGB-40880-style-RhB-DB-high-sided-gondola-parts-p-342" >LGB 40880 style RhB and DB high</a></li><li><a href="https://www.trainli.com/LGB-40300-European-Boxcars-parts-p-331" >LGB 4x3xx European Boxcars</a></li><li><a href="https://www.trainli.com/lgb-40640-us-refrigerated-car-parts-p-231" >LGB 4072 - 40640 US Refrigerated box cars</a></li><li><a href="https://www.trainli.com/us-caboose-lgb-40710-40750-40790-p-228" >LGB 40710/40750/40790 US Caboose </a></li><li><a href="https://www.trainli.com/timber-wagon-lgb-40660-p-227" >LGB 40660 Timber Wagon </a></li><li><a href="https://www.trainli.com/caboose-lgb-40650-p-221" >LGB 40650 Caboose</a></li><li><a href="https://www.trainli.com/austrian-boxcar-lgb-40620-4063-p-218" >LGB 40620 - 4063 Austrian Boxcar </a></li><li><a href="https://www.trainli.com/steiff-flat-car-lgb-43140-p-216" >LGB 43140 Steiff Flat Car </a></li><li><a href="https://www.trainli.com/cement-mixer-car-lgb-40550-p-215" >LGB 40550 Cement Mixer Car </a></li><li><a href="https://www.trainli.com/silo-wagon-lgb-40250-p-214" >LGB 40250 Silo Wagon </a></li><li><a href="https://www.trainli.com/freight-wagon-lgb-40410-42413-p-213" >LGB 40410 - 42413 Freight Wagon </a></li><li><a href="https://www.trainli.com/floodlight-car-lgb-40490-41490-p-212" >LGB 40490 - 41490 Floodlight Car </a></li><li><a href="https://www.trainli.com/rhb-freight-side-dump-car-lgb-41-p-211" >LGB 41610 RhB Freight Side Dump Car</a></li><li><a href="https://www.trainli.com/rhb-tank-wagon-lgb-40830-p-210" >LGB 40830 RhB Tank Wagon </a></li><li><a href="https://www.trainli.com/depressed-center-car-lgb-40580-p-169" >LGB-40390 Depressed Center Car</a></li><li><a href="https://www.trainli.com/rhb-container-wagon-lgb-40140-p-208" >LGB 40140 RhB Container Wagon</a></li><li><a href="https://www.trainli.com/prr-ore-jenny-lgb-40040-p-207" >LGB 40040 PRR Ore Jenny </a></li><li><a href="https://www.trainli.com/low-side-car-lgb-4000-4013-p-206" >LGB 4000 - 4013 Low Side Car </a></li><li><a href="https://www.trainli.com/crane-car-lgb-40420-p-205" >LGB 40420 Crane Car</a></li><li><a href="https://www.trainli.com/four-axle-tank-car-lgb-40800-408-p-204" >LGB 40800/408 Four Axle Tank Car </a></li><li><a href="https://www.trainli.com/tower-maintenance-car-lgb-35300-p-197" >LGB 35300 Tower Maintenance car</a></li><li><a href="https://www.trainli.com/two-axle-tank-car-lgb-40400-4040-p-177" >LGB 40400/4040 Two Axle Tank Car </a></li><li><a href="https://www.trainli.com/high-sided-gondola-various-p-176" >LGB 40240/40210 High-sided Gondola (Various #)</a></li><li><a href="https://www.trainli.com/hot-metal-car-lgb-40560-p-175" >LGB 40560 Hot metal Car </a></li><li><a href="https://www.trainli.com/boxcar-various-p-174" >LGB 2-axle Boxcar (various #)</a></li><li><a href="https://www.trainli.com/field-railway-cars-lgb-40160-401-p-173" >LGB 40160-401 Field Railway Cars </a></li><li><a href="https://www.trainli.com/dr-baggage-cart-lgb-40520-p-172" >LGB 40520 DR Baggage Cart</a></li><li><a href="https://www.trainli.com/mixed-use-car-lgb-40390-p-171" >LGB-40390 Mixed Use Car </a></li><li><a href="https://www.trainli.com/ballenberg-post-luggage-40330-p-170" >LGB 40330 Ballenberg Post/Luggage</a></li></ul></li></ul></li><li><a href="https://www.trainli.com/ENGINEERS & FIREMEN-p-433" >LGB ENGINEERS / FIREMEN / CIRCUS HANDCAR FIGURES</a></li><li><a href="https://www.trainli.com/tools-accessories-for-repair-p-269" >REPAIR TOOLS & ACCESSORIES </a></li></ul></li><li><a href="javascript:;">LGB</a><ul><li><a href="https://www.trainli.com/LGB 2026 -p-534" >LGB 2026</a></li><li><a href="javascript:;">LGB 2025</a><ul><li><a href="https://www.trainli.com/2025-USA-p-524" >USA</a></li><li><a href="https://www.trainli.com/2025-DB-p-526" >DB </a></li><li><a href="https://www.trainli.com/2025-RhB-p-525" >RhB</a></li><li><a href="https://www.trainli.com/Other-2025-p-527" >Other New for 2025</a></li><li><a href="https://www.trainli.com/Christmas 2025-p-528" >Christmas 2025</a></li></ul></li><li><a href="https://www.trainli.com/LGB-Catalogs-p-452" >Catalogs</a></li><li><a href="https://www.trainli.com/LGB Starter Sets-p-448" >LGB Starter Sets</a></li><li><a href="javascript:;">LGB Locomotives</a><ul><li><a href="https://www.trainli.com/LGB Steam Locomotives-p-461" >LGB Steam Locomotives</a></li><li><a href="https://www.trainli.com/LGB Diesel Locomotives-p-462" >LGB Diesel Locomotives</a></li><li><a href="https://www.trainli.com/LGB Electric Locomotives-p-463" >LGB Electric Locomotives</a></li><li><a href="https://www.trainli.com/LGB Gasoline Locomotives-p-464" >LGB Gasoline Locomotives</a></li></ul></li><li><a href="javascript:;">LGB Rolling stock</a><ul><li><a href="https://www.trainli.com/LGB-Passanger-p-459" >LGB Passenger Cars</a></li><li><a href="https://www.trainli.com/LGB Freight Cars-p-460" >LGB Freight Cars</a></li></ul></li></ul></li><li><a href="javascript:;">PREMIUM, Pullman, KISS, LGB Highend</a><ul><li><a href="https://www.trainli.com/PREMIUM locomotives-p-440" >PREMIUM locomotives</a></li><li><a href="https://www.trainli.com/PREMIUM Rolling Stock-p-441" >PREMIUM Rolling Stock</a></li><li><a href="https://www.trainli.com/TrainLi Swiss-p-458" >TrainLi Swiss</a></li></ul></li><li><a href="javascript:;">Piko</a><ul><li><a href="https://www.trainli.com/Piko Locomotives-p-443" >Piko Locomotives</a></li></ul></li><li><a href="javascript:;">Pola</a><ul><li><a href="https://www.trainli.com/Pola Buildings-p-483" >Pola Buildings</a></li><li><a href="https://www.trainli.com/Pola People-p-484" >Inhabitants of the miniature worlds</a></li><li><a href="https://www.trainli.com/Pola Parts & Accessories-p-485" >Pola Parts & Accessories</a></li></ul></li><li><a href="javascript:;">Train Line 45</a><ul><li><a href="https://www.trainli.com/TL-Locomotives-p-436" >TL Locomotives</a></li><li><a href="https://www.trainli.com/TL-Cars-p-437" >TL Cars</a></li></ul></li><li><a href="javascript:;">BUILDINGS / BRIDGES / FIGURES / STEET LAMPS / Accessories</a><ul><li><a href="javascript:;">BUILDINGS</a><ul><li><a href="https://www.trainli.com/industrial-structures-p-116" >Industrial Structures</a></li><li><a href="https://www.trainli.com/windows-doors-p-223" >Windows & Doors</a></li><li><a href="https://www.trainli.com/buildings-kits-p-274" >Buildings (kits)</a></li><li><a href="https://www.trainli.com/houses-build-up-p-111" >Buildings (built)</a></li></ul></li><li><a href="javascript:;">FIGURES</a><ul><li><a href="javascript:;">LGB-figures</a><ul><li><a href="https://www.trainli.com/lgb-g-scale-figures-p-362" >LGB FIGURES</a></li><li><a href="https://www.trainli.com/lgb-Engineers-firemen-and-others-p-336" >LGB ENGINEERS</a></li></ul></li><li><a href="https://www.trainli.com/prehm-g-scale-figures-p-165" >PREHM</a></li><li><a href="https://www.trainli.com/Pola People-p-486" >Pola figures</a></li><li><a href="https://www.trainli.com/AD-Figures-p-487" >American Diorama Figures</a></li></ul></li><li><a href="https://www.trainli.com/small-goods-p-52" >Small Goods</a></li><li><a href="javascript:;">Automobiles</a><ul><li><a href="javascript:;">American</a><ul><li><a href="https://www.trainli.com/ford-p-46" >Ford</a></li><li><a href="https://www.trainli.com/chevrolet-p-47" >Chevrolet</a></li><li><a href="https://www.trainli.com/studebaker-p-48" >Studebaker</a></li><li><a href="https://www.trainli.com/other-p-53" >Other</a></li></ul></li><li><a href="https://www.trainli.com/european-p-44" >European</a></li></ul></li></ul></li></ul></li> <li> <a href="javascript:;">RESOURCES</a> <ul> <li><a href="#">Trainli TV</a><ul><li><a href="/page/trainli-tv-videos">TRAINLI TV Videos</a></li></li><li><a href="/page/trainli-tech-tv">TRAINLI TECH TV Videos</a></li></li></ul></li><li><a href="#">Tech Tips</a><ul><li><a href="/page/tech-tips-trainli">TECH TIPS</a></li></li></ul></li><li><a href="/page/Javascript:;">Know How</a><ul><li><a href="/page/all-about-lgb-motors-wheels-gears-gearboxes-knowledge-article">LGB Motors, Wheels, Gears, etc.</a></li></li><li><a href="/page/parts-diagrma-for-steam-engine-linkage-or-valve-gear-as-used-in-lgb-steam-engines">Parts for Steam Engine Linkage</a></li></li><li><a href="/page/sound-installtion-and-repair">Sound Installation and Repair</a></li></li><li><a href="/page/lgb-mts-dcc-maerklin-mfx-massoth-nce-piko-lenz-zimo-digital-control">DCC - LGB MTS and other Digital Control</a></li></li><li><a href="/page/MTS-FAQ-frequently-asked-questions-about-LGB-MTS-functionality">MTS Important FAQ from LGB</a></li></li><li><a href="/page/the-definition-about-era-usage-for-lgb-and-other-gscale-rolling-stock">The Rolling Stock Era Definition</a></li></li><li><a href="/page/DCC-Calculator-from-TRAINLI">DCC Calculator</a></li></li></ul></li><li><a href="#">LGB INFO</a><ul><li><a href="/page/How-to-order-parts-from-TRAINLI">How To Order Parts</a></li></li><li><a href="/page/lgb-engine-pdf">LGB Parts PDFs</a></li></li><li><a href="/page/lgb-user-guide-manual">LGB User Guides</a></li></li><li><a href="/page/Risks-of-buying-used-LGB-rolling-stock-on-Ebay">Used Rolling Stock Purchases on Ebay</a></li></li><li><a href="/page/lgb-special-parts-inquiry-form-by-trainli">LGB Special Parts Order *COMING SOON!*</a></li></li></ul></li><li><a href="/page/JC-Tips-Tricks">JAEGERNDORFER-USA Tips-Tricks</a></li></li><li><a href="#">Contact Us</a><ul><li><a href="/page/phone-hours">Opening Hours</a></li></li><li><a href="/page/about-trainli">About Us</a></li></li><li><a href="/page/repair-install-parts-trainli">Repair</a></li></li><li><a href="/page/privacy-notice">Privacy Notice</a></li></li><li><a href="/page/address">Our Addresses</a></li></li><li><a href="/page/shipping-policy">Shipping Policy</a></li></li><li><a href="/page/why-trainli">Why the name TRAINLI</a></li></li><li><a href="/page/return-policy">Return Policy</a></li></li></ul></li> </ul> </li> <li class="nav-item"> <a class="nav-link nav-link-top" href="/contact">CONTACT</a> </li> <li><a class="nav-link" href="https://www.trainli.com/sound-digital-rf-c-83">ANALOG/DCC</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/premium_services">REPAIR / INSTALL SERVICE</a></li></li><li><a class="nav-link" href="https://www.trainli.com/page/preowned">PRE-OWNED</a></li></li><li><a class="nav-link" href="https://www.trainli.com/SALE-p-508">SALE</a></li></li> </ul> </div> </div> <div class="clearfix"></div> </header> <div class="d-block d-sm-none" style="height:50px;"> </div><div class="container-fluid"> <div class="container"> <div class="row"> <div class="col-12 py-4"> <div class="row"> <div class="col-md-12 mobile-breadcrumb-setting"> <a class='breadcrumb-item' href='https://www.trainli.com/g-scale-products-especially-LGB-c-295'>G-SCALE</a><a class='breadcrumb-item' href='https://www.trainli.com/parts-and-repair-tools-for-lgb-c-84'>Parts & Repair Tools for LGB</a><a class='breadcrumb-item' href='https://www.trainli.com/repair-parts-for-lgb-from-trainli-c-98'>LGB ENGINE & CAR REPLACEMENT BY PRODUCT NUMBER</a><a class='breadcrumb-item' href='https://www.trainli.com/steam-engines-parts-for-us-and-european-lgb-engines-c-101'>LGB Steam Engines (US-European)</a><a href='javascript:;' class='breadcrumb-item active'>LGB 20232/20230 2-4-0 US Engine</a> </div> </div> </div> </div> <div class="row product-detail-content"> <div class="col-sm-12 col-md-6 text-center"> <div class="lower-right mnf-position-index"> <img src="/img/manufacturers/small/lgb-logo-manufac-13.png" width="70px" alt=""/> </div> <span class='zoom' id='detailZoom'> <img src="/img/products/large/untitled-design-37-prod-5787.png" class="img-fluid detail-image" alt=""/> </span> </div> <div class="col-sm-12 col-md-6"> <h1 class="product-title pb-0 mb-2"> Boiler, red, Coca-Cola, LGB 20235-E198 </h1> <p class="price pt-2"> <span class="normal">$9.95</span> </p><form method="post" accept-charset="utf-8" name="baskets" id="baskets" action="/basket/process"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f"/></div> <input type="hidden" name="pid" value="IjU3ODci" /> <input type="hidden" name="cid" value="MzE2" /> <div class="row detail-cart-block pt-2"> <div class="col-sm-12 col-md-4"> <div class="input-group input-group-lg mb-1 qty-block"> <div class="input-group-prepend btn-minus"> <span class="input-group-text"><i class="fas fa-minus"></i></span> </div> <input type="text" name="qty" maxlength="4" class="form-control text-center detail-qty" value="1" /> <div class="input-group-append btn-plus"> <span class="input-group-text"><i class="fas fa-plus"></i></span> </div> </div> </div> <div class="col-sm-12 col-md-4"> <div class="input-group input-group-lg"> <button type="submit" class="form-control btn button-center btn-block detail-cart" id="detail-cart-button">Add to Cart</button> </div> </div> <div class="col-sm-12 col-md-4 d-none d-md-block"> <div class="input-group input-group-lg wishlist"> <span class="input-group-text wishlist-btn"><i data-cid="MzE2" data-id="IjU3ODci" class="fas fa-heart save-letter"></i></span> </div> </div> </div> </form> <!-- <div class="card w-100 mt-3"> <div class="card-header background-gray"> Specifications </div> <ul class="list-group list-group-flush"> <li class="list-group-item"> <span>Model:</span> <span></span> </li> <li class="list-group-item"> <span>Weight:</span> <span> LBS</span> </li> <li class="list-group-item"> <span>Availability:</span> <span></span> </li> <li class="list-group-item"> <span>Shipping:</span> <span></span> </li> <li class="list-group-item"> <span>Note:</span> <span><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-trace').style.display = (document.getElementById('cakeErr69e944f46cff0-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) [<b>APP/Template/Products/detail.ctp</b>, line <b>169</b>]<div id="cakeErr69e944f46cff0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-code').style.display = (document.getElementById('cakeErr69e944f46cff0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46cff0-context').style.display = (document.getElementById('cakeErr69e944f46cff0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr69e944f46cff0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">span</span><span style="color: #007700">></span><span style="color: #0000BB">Note</span><span style="color: #007700">:</</span><span style="color: #0000BB">span</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span><span style="color: #0000BB"><?php</span><span style="color: #FF8000">//echo $product->products_description->prod_note; </span><span style="color: #0000BB">?></span></span> </span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">li</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr69e944f46cff0-context" class="cake-context" style="display: none;">$viewFile = '/home/trainli/public_html/src/Template/Products/detail.ctp' $dataForView = [ 'mainMenu' => '1', 'menuCategories' => [ (int) 0 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 23 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 29 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ] ], (int) 36 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 45 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 54 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 65 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 68 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 78 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 83 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 84 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 92 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 97 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ] ], (int) 98 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 100 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ] ], (int) 101 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 107 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ] ], (int) 112 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 161 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 168 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ], (int) 28 => [ [maximum depth reached] ], (int) 29 => [ [maximum depth reached] ], (int) 30 => [ [maximum depth reached] ] ], (int) 180 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 198 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 250 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 275 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 277 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 288 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 295 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 296 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 300 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 339 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 347 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 355 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ] ], (int) 357 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 358 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 361 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 364 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 370 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 374 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 386 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 387 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 400 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 404 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 406 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 409 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 410 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 411 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 412 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 414 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 416 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 435 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 439 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 442 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 447 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 456 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 457 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 482 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 493 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 498 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 522 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ] ], 'pageHead' => [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ], 'existence' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'isCatalogCategory' => false, 'cid' => (int) 316, 'pid' => '5787', 'product' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ [maximum depth reached] ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ [maximum depth reached] ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'associatedProducts' => [], 'cartInformation' => [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ], 'timestamp' => '100020', 'devices' => [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ], 'mybrowserName' => 'Unknown' ] $mainMenu = '1' $menuCategories = [ (int) 0 => [ (int) 0 => [ 'c_id' => (int) 295, 'c_parent_id' => (int) 0, 'c_discount' => (float) 0, 'c_image' => '-cat-295.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 23 => [ (int) 0 => [ 'c_id' => (int) 45, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 44, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 29 => [ (int) 0 => [ 'c_id' => (int) 55, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'straight-switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 86, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'switch-drives-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 56, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'curved-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 219, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '3-way-switches-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 512, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 220, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'x-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 222, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'y-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 36 => [ (int) 0 => [ 'c_id' => (int) 382, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 384, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 385, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 383, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 45 => [ (int) 0 => [ 'c_id' => (int) 46, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'ford-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 47, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'chevrolet-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 48, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'studebaker-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 53, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 54 => [ (int) 0 => [ 'c_id' => (int) 92, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tracks-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 36, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tr15-131-easybend-duo-trak-railbender-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 61, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'clamps-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 29, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 157, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => '-cat-157.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 59, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'turntablen-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 62, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'cograil-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 347, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'accessories-around-the-track-side-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 65 => [ (int) 0 => [ 'c_id' => (int) 66, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 67, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 68 => [ (int) 0 => [ 'c_id' => (int) 22, 'c_parent_id' => (int) 68, 'c_discount' => (float) 0, 'c_image' => 'locomotives-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 78 => [ (int) 0 => [ 'c_id' => (int) 116, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'container-crane-web-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 223, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'small-windows-1-1-3-sq-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 274, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'rhb-warden-shed-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 111, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'ospi1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 83 => [ (int) 0 => [ 'c_id' => (int) 420, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 465, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 413, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 415, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 414, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 159, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => 'visaton-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 84 => [ (int) 0 => [ 'c_id' => (int) 97, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-common-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 422, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 98, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-repair--parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 433, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 269, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-tools-for-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 92 => [ (int) 0 => [ 'c_id' => (int) 21, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'brass-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 95, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'npb-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 122, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'display-track-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 156, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'ties-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 93, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'track-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 97 => [ (int) 0 => [ 'c_id' => (int) 282, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'axle-wheels-sets-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 468, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 473, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 474, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 475, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 490, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 516, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 518, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 519, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 287, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'plugs--cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 311, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'couplers-and-trucks2-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 425, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 430, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 293, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-handlebars-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 330, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'hoses-and-cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 402, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 226, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lantern-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 280, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'various-bulbs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 432, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 281, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-motors-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 334, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'motor-blocks-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 454, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 13, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 455, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 306, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'screws--washers-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 16, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 284, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'smoke-units-and-more-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 451, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 328, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'track-cleaning-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 19, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 310, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'tires-pickup-shoes-etc-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 98 => [ (int) 0 => [ 'c_id' => (int) 101, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'steam-egnine-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 100, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-diesel-engine-parts-us-european-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 107, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-electric-engine-and-tram-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 198, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-draisine-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 180, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-passenger-car-parts-us-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 168, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-freight-car-parts-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 100 => [ (int) 0 => [ 'c_id' => (int) 99, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2021570-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 123, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20670-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 128, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21900-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 129, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => 'lgb-2x6xx-icon-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 130, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2065-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 131, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2064-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 132, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2066-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 133, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2055-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 151, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20490-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 152, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21590-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 153, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20620-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 154, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20510-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 155, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21950-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 101 => [ (int) 0 => [ 'c_id' => (int) 137, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23500c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 252, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23741c2-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 253, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22832c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 264, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20841c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 268, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20700-20710-20720-20730-u-engines-parts-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 315, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'frank-s-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 108, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-stainz-parts-category-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 110, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2021192000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 124, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22150-category-image-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 126, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '28001-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 254, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22852000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 255, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22771-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 256, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22801000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 257, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20882-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 258, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20761-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 259, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20872-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 260, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20252-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 261, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '21140-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 262, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22470000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 263, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2074000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 270, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20271-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 316, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20232-0-5-0-steam-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 449, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20542000-cat-449.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 514, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20811000-cat-514.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 107 => [ (int) 0 => [ 'c_id' => (int) 109, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'engine-22460-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 139, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-db101-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 141, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-20300-steeple-engine-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 307, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21750-rep-img-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 317, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lce-ice-amtrak-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 140, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 142, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20450-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 143, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 145, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20405-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 146, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 147, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20430-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 148, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 149, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 335, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-us-trolleys-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 530, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 112 => [ (int) 0 => [ 'c_id' => (int) 113, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'walls-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 114, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'bridges-43-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 115, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'doors-and-windows-44-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 117, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'individual-bricks-164-0-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 118, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'accessories48-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 161 => [ (int) 0 => [ 'c_id' => (int) 322, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-engine-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 323, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-accessory-function-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 168 => [ (int) 0 => [ 'c_id' => (int) 343, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40670-40910-us-boxcar-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 169, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40580-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 170, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 171, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 172, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 173, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40160-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 174, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41352-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 175, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40560-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 176, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40240-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 177, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40402-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 197, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '35300-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 204, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41803000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 205, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 206, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40130-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 207, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40040-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 208, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 209, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40810-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 210, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40830-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 211, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41614-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 212, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40490-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 213, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '42413-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 214, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 215, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 216, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '43140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 218, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 221, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40650-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 227, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 228, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40790000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 28 => [ 'c_id' => (int) 231, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40640-us-refrigerator-car-parts-cat-cat-231.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 29 => [ 'c_id' => (int) 331, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '4030-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 30 => [ 'c_id' => (int) 342, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40880-high-sided-gondola-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 180 => [ (int) 0 => [ 'c_id' => (int) 181, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30570-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 187, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30610-barmer-passenger-car-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 190, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30070-standard-2axle-passenger-car-parts-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 194, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 183, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 185, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30500-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 186, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30330-31330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 188, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30200-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 189, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30400-31400-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 191, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30700-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 192, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '33620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 195, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 196, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 232, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30813-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 233, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30803-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 235, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '36310-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 236, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31510-34510-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 237, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 239, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30520-31520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 240, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30340-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 242, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30673-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 244, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31690-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 245, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30900-31900-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 246, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30660-31660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 198 => [ (int) 0 => [ 'c_id' => (int) 199, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-gustav-varieations-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 200, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-22010-circus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 201, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-23010-disney-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 202, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-flyer-series-handcars-categoy-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 203, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-santa-claus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 337, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-coca-cola-handcar-with-ice-bears-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 250 => [ (int) 0 => [ 'c_id' => (int) 368, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '8-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 369, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '10-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 275 => [ (int) 0 => [ 'c_id' => (int) 78, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'freight-shed-satzkorn1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 358, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 52, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'roofing-slate-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 23, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => '1934-ford-flat-bed-truck-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 40, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 277 => [ (int) 0 => [ 'c_id' => (int) 294, 'c_parent_id' => (int) 277, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 288 => [ (int) 0 => [ 'c_id' => (int) 164, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'handheld-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 324, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'base-stations-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 326, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'accessories-dcc-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 295 => [ (int) 0 => [ 'c_id' => (int) 54, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'track-switches-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 84, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'lgb-parts--repair-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 447, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 439, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 442, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 482, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 435, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 275, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'display-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 296 => [ (int) 0 => [ 'c_id' => (int) 318, 'c_parent_id' => (int) 296, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 300 => [ (int) 0 => [ 'c_id' => (int) 320, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 332, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'ho-catalogs-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 339 => [ (int) 0 => [ 'c_id' => (int) 296, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'o-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 300, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 347 => [ (int) 0 => [ 'c_id' => (int) 38, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'catenary-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 314, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'bridges-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 65, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'signals-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 355 => [ (int) 0 => [ 'c_id' => (int) 249, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'tramways-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 356, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ski-lift-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 250, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 364, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 292, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'pistenbullys-snowmobiles-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 370, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'figures-dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 388, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'keychains-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 291, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'parts-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 357, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 357 => [ (int) 0 => [ 'c_id' => (int) 297, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-lifts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 371, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 372, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 373, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 358 => [ (int) 0 => [ 'c_id' => (int) 361, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 165, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 486, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 487, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 361 => [ (int) 0 => [ 'c_id' => (int) 362, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'lgb-misc-figures-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 336, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'engineer-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 364 => [ (int) 0 => [ 'c_id' => (int) 367, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '4-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 365, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '6-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 370 => [ (int) 0 => [ 'c_id' => (int) 380, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'figures-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 379, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 374 => [ (int) 0 => [ 'c_id' => (int) 375, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'lgb-70305-box-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 386, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'gift-ideas-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 386 => [ (int) 0 => [ 'c_id' => (int) 493, 'c_parent_id' => (int) 386, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 387 => [ (int) 0 => [ 'c_id' => (int) 389, 'c_parent_id' => (int) 387, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 400 => [ (int) 0 => [ 'c_id' => (int) 401, 'c_parent_id' => (int) 400, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 15, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 404 => [ (int) 0 => [ 'c_id' => (int) 338, 'c_parent_id' => (int) 404, 'c_discount' => (float) 0, 'c_image' => 'lgb-items-out-of-production-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 406 => [ (int) 0 => [ 'c_id' => (int) 504, 'c_parent_id' => (int) 406, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 409 => [ (int) 0 => [ 'c_id' => (int) 529, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 410, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 411, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 412, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 423, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 410 => [ (int) 0 => [ 'c_id' => (int) 476, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 477, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 478, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 479, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 411 => [ (int) 0 => [ 'c_id' => (int) 480, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 481, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 412 => [ (int) 0 => [ 'c_id' => (int) 488, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 489, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 414 => [ (int) 0 => [ 'c_id' => (int) 416, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 417, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 429, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 416 => [ (int) 0 => [ 'c_id' => (int) 532, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 533, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 435 => [ (int) 0 => [ 'c_id' => (int) 436, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 437, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 439 => [ (int) 0 => [ 'c_id' => (int) 440, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => 'lgb-hi-end-cat-440.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 441, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 458, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 442 => [ (int) 0 => [ 'c_id' => (int) 443, 'c_parent_id' => (int) 442, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 447 => [ (int) 0 => [ 'c_id' => (int) 534, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '2026-small-cat-534.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 522, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 452, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 448, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 456, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 457, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 456 => [ (int) 0 => [ 'c_id' => (int) 461, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 462, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 463, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 464, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 457 => [ (int) 0 => [ 'c_id' => (int) 459, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 460, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 482 => [ (int) 0 => [ 'c_id' => (int) 483, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 484, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 485, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 493 => [ (int) 0 => [ 'c_id' => (int) 494, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 495, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 496, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 497, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 498 => [ (int) 0 => [ 'c_id' => (int) 502, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 503, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 522 => [ (int) 0 => [ 'c_id' => (int) 524, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 526, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 525, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 527, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 528, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ] ] $pageHead = [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ] $existence = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $isCatalogCategory = false $cid = (int) 316 $pid = '5787' $product = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $associatedProducts = [] $cartInformation = [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ] $timestamp = '100020' $devices = [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ] $mybrowserName = 'Unknown' $catalogPdfUrl = '' $outofproduction = (int) 0 $manufacturer = [ 'position' => 'lower-right' ] $information = [] $overlayImage = object(Cake\ORM\Entity) { 'id' => (int) 1585, 'pro_id' => (int) 5787, 'poi_type' => 'manufacturer', 'poi_name' => null, 'poi_position' => 'lower-right', 'poi_date_added' => object(Cake\I18n\FrozenTime) {}, 'poi_last_modified' => object(Cake\I18n\FrozenTime) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'ProductsOverlayImages' }</pre><pre class="stack-trace">include - APP/Template/Products/detail.ctp, line 169 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420 Cake\View\View::_render() - CORE/src/View/View.php, line 1381 Cake\View\View::render() - CORE/src/View/View.php, line 879 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97</pre></div></pre></span> </li> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-trace').style.display = (document.getElementById('cakeErr69e944f46e6dd-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) [<b>APP/Template/Products/detail.ctp</b>, line <b>172</b>]<div id="cakeErr69e944f46e6dd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-code').style.display = (document.getElementById('cakeErr69e944f46e6dd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr69e944f46e6dd-context').style.display = (document.getElementById('cakeErr69e944f46e6dd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr69e944f46e6dd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #FF8000">//} </span><span style="color: #0000BB">?> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php</span><span style="color: #FF8000">// } </span><span style="color: #0000BB">?> </span></span></code></span> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">ul</span><span style="color: #007700">> </span></span></code></pre><pre id="cakeErr69e944f46e6dd-context" class="cake-context" style="display: none;">$viewFile = '/home/trainli/public_html/src/Template/Products/detail.ctp' $dataForView = [ 'mainMenu' => '1', 'menuCategories' => [ (int) 0 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 23 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 29 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ] ], (int) 36 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 45 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 54 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 65 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 68 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 78 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 83 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 84 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 92 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 97 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ] ], (int) 98 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 100 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ] ], (int) 101 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 107 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ] ], (int) 112 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 161 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 168 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ], (int) 24 => [ [maximum depth reached] ], (int) 25 => [ [maximum depth reached] ], (int) 26 => [ [maximum depth reached] ], (int) 27 => [ [maximum depth reached] ], (int) 28 => [ [maximum depth reached] ], (int) 29 => [ [maximum depth reached] ], (int) 30 => [ [maximum depth reached] ] ], (int) 180 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ], (int) 9 => [ [maximum depth reached] ], (int) 10 => [ [maximum depth reached] ], (int) 11 => [ [maximum depth reached] ], (int) 12 => [ [maximum depth reached] ], (int) 13 => [ [maximum depth reached] ], (int) 14 => [ [maximum depth reached] ], (int) 15 => [ [maximum depth reached] ], (int) 16 => [ [maximum depth reached] ], (int) 17 => [ [maximum depth reached] ], (int) 18 => [ [maximum depth reached] ], (int) 19 => [ [maximum depth reached] ], (int) 20 => [ [maximum depth reached] ], (int) 21 => [ [maximum depth reached] ], (int) 22 => [ [maximum depth reached] ], (int) 23 => [ [maximum depth reached] ] ], (int) 198 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 250 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 275 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 277 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 288 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 295 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ] ], (int) 296 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 300 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 339 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 347 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 355 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ], (int) 6 => [ [maximum depth reached] ], (int) 7 => [ [maximum depth reached] ], (int) 8 => [ [maximum depth reached] ] ], (int) 357 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 358 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 361 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 364 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 370 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 374 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 386 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 387 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 400 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 404 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 406 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 409 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ], (int) 410 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 411 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 412 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 414 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 416 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 435 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 439 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 442 => [ (int) 0 => [ [maximum depth reached] ] ], (int) 447 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ], (int) 5 => [ [maximum depth reached] ] ], (int) 456 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 457 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 482 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ] ], (int) 493 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ] ], (int) 498 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ] ], (int) 522 => [ (int) 0 => [ [maximum depth reached] ], (int) 1 => [ [maximum depth reached] ], (int) 2 => [ [maximum depth reached] ], (int) 3 => [ [maximum depth reached] ], (int) 4 => [ [maximum depth reached] ] ] ], 'pageHead' => [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ], 'existence' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'isCatalogCategory' => false, 'cid' => (int) 316, 'pid' => '5787', 'product' => object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ [maximum depth reached] ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ [maximum depth reached] ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[hasErrors]' => false, '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Products' }, 'associatedProducts' => [], 'cartInformation' => [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ], 'timestamp' => '100020', 'devices' => [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ], 'mybrowserName' => 'Unknown' ] $mainMenu = '1' $menuCategories = [ (int) 0 => [ (int) 0 => [ 'c_id' => (int) 295, 'c_parent_id' => (int) 0, 'c_discount' => (float) 0, 'c_image' => '-cat-295.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 23 => [ (int) 0 => [ 'c_id' => (int) 45, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 44, 'c_parent_id' => (int) 23, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 29 => [ (int) 0 => [ 'c_id' => (int) 55, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'straight-switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 86, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'switch-drives-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 56, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'curved-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 219, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '3-way-switches-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 512, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 220, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'x-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 222, 'c_parent_id' => (int) 29, 'c_discount' => (float) 0, 'c_image' => 'y-switch-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 36 => [ (int) 0 => [ 'c_id' => (int) 382, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 384, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 385, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 383, 'c_parent_id' => (int) 36, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 45 => [ (int) 0 => [ 'c_id' => (int) 46, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'ford-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 47, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'chevrolet-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 48, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'studebaker-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 53, 'c_parent_id' => (int) 45, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 54 => [ (int) 0 => [ 'c_id' => (int) 92, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tracks-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 36, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'tr15-131-easybend-duo-trak-railbender-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 61, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'clamps-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 29, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'switches-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 157, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => '-cat-157.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 59, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'turntablen-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 62, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'cograil-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 347, 'c_parent_id' => (int) 54, 'c_discount' => (float) 0, 'c_image' => 'accessories-around-the-track-side-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 65 => [ (int) 0 => [ 'c_id' => (int) 66, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 67, 'c_parent_id' => (int) 65, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 68 => [ (int) 0 => [ 'c_id' => (int) 22, 'c_parent_id' => (int) 68, 'c_discount' => (float) 0, 'c_image' => 'locomotives-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 78 => [ (int) 0 => [ 'c_id' => (int) 116, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'container-crane-web-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 223, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'small-windows-1-1-3-sq-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 274, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'rhb-warden-shed-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 111, 'c_parent_id' => (int) 78, 'c_discount' => (float) 0, 'c_image' => 'ospi1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 83 => [ (int) 0 => [ 'c_id' => (int) 420, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 465, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 413, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 415, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 414, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 159, 'c_parent_id' => (int) 83, 'c_discount' => (float) 0, 'c_image' => 'visaton-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 84 => [ (int) 0 => [ 'c_id' => (int) 97, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-common-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 422, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 98, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-repair--parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 433, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 269, 'c_parent_id' => (int) 84, 'c_discount' => (float) 0, 'c_image' => 'lgb-tools-for-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 92 => [ (int) 0 => [ 'c_id' => (int) 21, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'brass-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 95, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'npb-track--rail-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 122, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'display-track-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 156, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'ties-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 93, 'c_parent_id' => (int) 92, 'c_discount' => (float) 0, 'c_image' => 'track-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 97 => [ (int) 0 => [ 'c_id' => (int) 282, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'axle-wheels-sets-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 468, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 473, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 474, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 475, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 490, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 516, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 518, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 519, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 287, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'plugs--cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 311, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'couplers-and-trucks2-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 425, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 430, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 293, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-handlebars-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 330, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'hoses-and-cables-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 402, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 226, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lantern-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 280, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'various-bulbs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 432, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 281, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'lgb-motors-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 334, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'motor-blocks-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 12, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 454, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 13, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 455, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 306, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'screws--washers-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 16, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 284, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'smoke-units-and-more-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 451, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 17, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 328, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'track-cleaning-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 19, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 310, 'c_parent_id' => (int) 97, 'c_discount' => (float) 0, 'c_image' => 'tires-pickup-shoes-etc-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 20, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 98 => [ (int) 0 => [ 'c_id' => (int) 101, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'steam-egnine-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 100, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-diesel-engine-parts-us-european-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 107, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-electric-engine-and-tram-parts-us-and-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 198, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-draisine-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 180, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-passenger-car-parts-us-european-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 168, 'c_parent_id' => (int) 98, 'c_discount' => (float) 0, 'c_image' => 'lgb-freight-car-parts-from-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 100 => [ (int) 0 => [ 'c_id' => (int) 99, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2021570-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 123, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20670-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 128, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21900-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 129, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => 'lgb-2x6xx-icon-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 130, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2065-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 131, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2064-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 132, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2066-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 133, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '2055-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 151, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20490-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 152, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21590-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 153, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20620-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 154, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '20510-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 155, 'c_parent_id' => (int) 100, 'c_discount' => (float) 0, 'c_image' => '21950-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 101 => [ (int) 0 => [ 'c_id' => (int) 137, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23500c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 252, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '23741c2-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 253, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22832c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 264, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20841c-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 268, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20700-20710-20720-20730-u-engines-parts-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 315, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'frank-s-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 108, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-stainz-parts-category-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 110, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2021192000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 124, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22150-category-image-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 126, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '28001-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 254, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22852000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 255, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22771-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 256, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22801000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 257, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20882-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 258, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20761-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 259, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20872-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 260, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20252-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 261, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '21140-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 262, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '22470000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 263, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '2074000-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 270, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20271-official-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 316, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => 'lgb-20232-0-5-0-steam-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 449, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20542000-cat-449.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 514, 'c_parent_id' => (int) 101, 'c_discount' => (float) 0, 'c_image' => '20811000-cat-514.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 107 => [ (int) 0 => [ 'c_id' => (int) 109, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'engine-22460-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 139, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-db101-engine-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 141, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-20300-steeple-engine-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 307, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21750-rep-img-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 317, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lce-ice-amtrak-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 140, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 142, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20450-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 143, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 145, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20405-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 146, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 147, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20430-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 148, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '21330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 149, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '20350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 335, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => 'lgb-us-trolleys-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 530, 'c_parent_id' => (int) 107, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 112 => [ (int) 0 => [ 'c_id' => (int) 113, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'walls-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 114, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'bridges-43-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 115, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'doors-and-windows-44-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 117, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'individual-bricks-164-0-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 118, 'c_parent_id' => (int) 112, 'c_discount' => (float) 0, 'c_image' => 'accessories48-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 161 => [ (int) 0 => [ 'c_id' => (int) 322, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-engine-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 323, 'c_parent_id' => (int) 161, 'c_discount' => (float) 0, 'c_image' => 'zimo-accessory-function-decoders-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 168 => [ (int) 0 => [ 'c_id' => (int) 343, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40670-40910-us-boxcar-repair-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 169, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40580-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 170, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 171, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40390-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 172, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 173, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40160-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 174, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41352-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 175, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40560-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 176, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40240-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 177, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40402-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 197, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '35300-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 204, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41803000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 205, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 206, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40130-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 207, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40040-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 208, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 209, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40810-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 210, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40830-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 211, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '41614-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 212, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40490-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 213, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '42413-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 214, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 215, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 216, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '43140-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 24 => [ 'c_id' => (int) 218, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 25 => [ 'c_id' => (int) 221, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40650-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 26 => [ 'c_id' => (int) 227, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 27 => [ 'c_id' => (int) 228, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '40790000-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 28 => [ 'c_id' => (int) 231, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40640-us-refrigerator-car-parts-cat-cat-231.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 29 => [ 'c_id' => (int) 331, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => '4030-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 30 => [ 'c_id' => (int) 342, 'c_parent_id' => (int) 168, 'c_discount' => (float) 0, 'c_image' => 'lgb-40880-high-sided-gondola-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 180 => [ (int) 0 => [ 'c_id' => (int) 181, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30570-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 187, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30610-barmer-passenger-car-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 190, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => 'lgb-30070-standard-2axle-passenger-car-parts-trainli-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 194, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30250-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 183, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30420-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 185, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30500-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 186, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30330-31330-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 188, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30200-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 189, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30400-31400-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 9 => [ 'c_id' => (int) 191, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30700-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 10 => [ 'c_id' => (int) 192, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '33620-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 11 => [ 'c_id' => (int) 195, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30550-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 12 => [ 'c_id' => (int) 196, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30350-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 13 => [ 'c_id' => (int) 232, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30813-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 14 => [ 'c_id' => (int) 233, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30803-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 15 => [ 'c_id' => (int) 235, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '36310-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 16 => [ 'c_id' => (int) 236, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31510-34510-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 17 => [ 'c_id' => (int) 237, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30440-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 18 => [ 'c_id' => (int) 239, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30520-31520-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 19 => [ 'c_id' => (int) 240, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30340-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 20 => [ 'c_id' => (int) 242, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30673-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 21 => [ 'c_id' => (int) 244, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '31690-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 22 => [ 'c_id' => (int) 245, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30900-31900-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 23 => [ 'c_id' => (int) 246, 'c_parent_id' => (int) 180, 'c_discount' => (float) 0, 'c_image' => '30660-31660-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 198 => [ (int) 0 => [ 'c_id' => (int) 199, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-handcar-gustav-varieations-category-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 200, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-22010-circus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 201, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-23010-disney-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 202, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-flyer-series-handcars-categoy-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 203, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-santa-claus-handcar-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 337, 'c_parent_id' => (int) 198, 'c_discount' => (float) 0, 'c_image' => 'lgb-coca-cola-handcar-with-ice-bears-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 250 => [ (int) 0 => [ 'c_id' => (int) 368, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '8-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 369, 'c_parent_id' => (int) 250, 'c_discount' => (float) 0, 'c_image' => '10-seat-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 275 => [ (int) 0 => [ 'c_id' => (int) 78, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'freight-shed-satzkorn1-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 358, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 52, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => 'roofing-slate-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 23, 'c_parent_id' => (int) 275, 'c_discount' => (float) 0, 'c_image' => '1934-ford-flat-bed-truck-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 40, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 277 => [ (int) 0 => [ 'c_id' => (int) 294, 'c_parent_id' => (int) 277, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 288 => [ (int) 0 => [ 'c_id' => (int) 164, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'handheld-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 324, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'base-stations-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 326, 'c_parent_id' => (int) 288, 'c_discount' => (float) 0, 'c_image' => 'accessories-dcc-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 295 => [ (int) 0 => [ 'c_id' => (int) 54, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'track-switches-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 84, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'lgb-parts--repair-tools-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 447, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 439, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 442, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 482, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 435, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 275, 'c_parent_id' => (int) 295, 'c_discount' => (float) 0, 'c_image' => 'display-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 296 => [ (int) 0 => [ 'c_id' => (int) 318, 'c_parent_id' => (int) 296, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 300 => [ (int) 0 => [ 'c_id' => (int) 320, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'zimo-menu-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 332, 'c_parent_id' => (int) 300, 'c_discount' => (float) 0, 'c_image' => 'ho-catalogs-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 339 => [ (int) 0 => [ 'c_id' => (int) 296, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'o-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 300, 'c_parent_id' => (int) 339, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-products-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 347 => [ (int) 0 => [ 'c_id' => (int) 38, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'catenary-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 314, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'bridges-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 65, 'c_parent_id' => (int) 347, 'c_discount' => (float) 0, 'c_image' => 'signals-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 355 => [ (int) 0 => [ 'c_id' => (int) 249, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'tramways-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 356, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ski-lift-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 250, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 364, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 292, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'pistenbullys-snowmobiles-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 370, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'figures-dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 6 => [ 'c_id' => (int) 388, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'keychains-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 8, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 7 => [ 'c_id' => (int) 291, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'parts-accessories-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 9, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 8 => [ 'c_id' => (int) 357, 'c_parent_id' => (int) 355, 'c_discount' => (float) 0, 'c_image' => 'ho-scale-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 14, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 357 => [ (int) 0 => [ 'c_id' => (int) 297, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-lifts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 371, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-gondolas-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 372, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-chairs-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 373, 'c_parent_id' => (int) 357, 'c_discount' => (float) 0, 'c_image' => 'ho-parts-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 358 => [ (int) 0 => [ 'c_id' => (int) 361, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'all-figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 165, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => 'figures-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 486, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 487, 'c_parent_id' => (int) 358, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 361 => [ (int) 0 => [ 'c_id' => (int) 362, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'lgb-misc-figures-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 0, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 336, 'c_parent_id' => (int) 361, 'c_discount' => (float) 0, 'c_image' => 'engineer-category-pic-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 364 => [ (int) 0 => [ 'c_id' => (int) 367, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '4-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 365, 'c_parent_id' => (int) 364, 'c_discount' => (float) 0, 'c_image' => '6-seat-chair-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 370 => [ (int) 0 => [ 'c_id' => (int) 380, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'figures-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 379, 'c_parent_id' => (int) 370, 'c_discount' => (float) 0, 'c_image' => 'dolls-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 374 => [ (int) 0 => [ 'c_id' => (int) 375, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'lgb-70305-box-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 386, 'c_parent_id' => (int) 374, 'c_discount' => (float) 0, 'c_image' => 'gift-ideas-cat.jpg', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 386 => [ (int) 0 => [ 'c_id' => (int) 493, 'c_parent_id' => (int) 386, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 387 => [ (int) 0 => [ 'c_id' => (int) 389, 'c_parent_id' => (int) 387, 'c_discount' => (float) 0, 'c_image' => 'no-image.jpg', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 400 => [ (int) 0 => [ 'c_id' => (int) 401, 'c_parent_id' => (int) 400, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 15, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 404 => [ (int) 0 => [ 'c_id' => (int) 338, 'c_parent_id' => (int) 404, 'c_discount' => (float) 0, 'c_image' => 'lgb-items-out-of-production-cat.png', 'c_status' => '1', 'c_sort_order' => (int) 10, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 406 => [ (int) 0 => [ 'c_id' => (int) 504, 'c_parent_id' => (int) 406, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 409 => [ (int) 0 => [ 'c_id' => (int) 529, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 410, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 411, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 412, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 423, 'c_parent_id' => (int) 409, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 410 => [ (int) 0 => [ 'c_id' => (int) 476, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 477, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 478, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 479, 'c_parent_id' => (int) 410, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 411 => [ (int) 0 => [ 'c_id' => (int) 480, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 481, 'c_parent_id' => (int) 411, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 412 => [ (int) 0 => [ 'c_id' => (int) 488, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 489, 'c_parent_id' => (int) 412, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 414 => [ (int) 0 => [ 'c_id' => (int) 416, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 417, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 429, 'c_parent_id' => (int) 414, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 416 => [ (int) 0 => [ 'c_id' => (int) 532, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 533, 'c_parent_id' => (int) 416, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 435 => [ (int) 0 => [ 'c_id' => (int) 436, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 437, 'c_parent_id' => (int) 435, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 439 => [ (int) 0 => [ 'c_id' => (int) 440, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => 'lgb-hi-end-cat-440.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 441, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 458, 'c_parent_id' => (int) 439, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 442 => [ (int) 0 => [ 'c_id' => (int) 443, 'c_parent_id' => (int) 442, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 447 => [ (int) 0 => [ 'c_id' => (int) 534, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '2026-small-cat-534.png', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 522, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 452, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 448, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 456, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 6, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 5 => [ 'c_id' => (int) 457, 'c_parent_id' => (int) 447, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 7, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 456 => [ (int) 0 => [ 'c_id' => (int) 461, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 462, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 463, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 464, 'c_parent_id' => (int) 456, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 457 => [ (int) 0 => [ 'c_id' => (int) 459, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 460, 'c_parent_id' => (int) 457, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 482 => [ (int) 0 => [ 'c_id' => (int) 483, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 484, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 485, 'c_parent_id' => (int) 482, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 493 => [ (int) 0 => [ 'c_id' => (int) 494, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 495, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 496, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 497, 'c_parent_id' => (int) 493, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 498 => [ (int) 0 => [ 'c_id' => (int) 502, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 3, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 503, 'c_parent_id' => (int) 498, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ], (int) 522 => [ (int) 0 => [ 'c_id' => (int) 524, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 1 => [ 'c_id' => (int) 526, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 1, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 2 => [ 'c_id' => (int) 525, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 2, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 3 => [ 'c_id' => (int) 527, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 4, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ], (int) 4 => [ 'c_id' => (int) 528, 'c_parent_id' => (int) 522, 'c_discount' => (float) 0, 'c_image' => '', 'c_status' => '1', 'c_sort_order' => (int) 5, 'c_date_added' => object(Cake\I18n\FrozenTime) {}, 'c_last_modified' => object(Cake\I18n\FrozenTime) {}, 'categories_description' => [ [maximum depth reached] ] ] ] ] $pageHead = [ 'title' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'keywords' => 'Boiler, red, Coca-Cola, LGB 20235-E198', 'description' => 'LGB Parts; LGB Repair Parts; LGB 20235' ] $existence = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $isCatalogCategory = false $cid = (int) 316 $pid = '5787' $product = object(App\Model\Entity\Product) { 'pro_id' => (int) 5787, 'mnf_id' => (int) 13, 'pro_model' => 'LGB-20235-198', 'pro_associated_key' => null, 'pro_price' => (float) 9.95, 'pro_special_discount' => (int) 0, 'pro_quantity' => (int) 0, 'pro_real_quantity' => false, 'pro_weight' => (float) 0.8, 'products_overlay_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_information' => object(Cake\ORM\Entity) {}, 'products_images' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'products_description' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Products' } $associatedProducts = [] $cartInformation = [ 'sub_total' => '0.00', 'total_items' => (int) 0, 'total_weight' => (int) 0, 'grand_total' => '0.00' ] $timestamp = '100020' $devices = [ 'iPod' => false, 'iPhone' => false, 'iPad' => false ] $mybrowserName = 'Unknown' $catalogPdfUrl = '' $outofproduction = (int) 0 $manufacturer = [ 'position' => 'lower-right' ] $information = [] $overlayImage = object(Cake\ORM\Entity) { 'id' => (int) 1585, 'pro_id' => (int) 5787, 'poi_type' => 'manufacturer', 'poi_name' => null, 'poi_position' => 'lower-right', 'poi_date_added' => object(Cake\I18n\FrozenTime) {}, 'poi_last_modified' => object(Cake\I18n\FrozenTime) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'ProductsOverlayImages' }</pre><pre class="stack-trace">include - APP/Template/Products/detail.ctp, line 172 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420 Cake\View\View::_render() - CORE/src/View/View.php, line 1381 Cake\View\View::render() - CORE/src/View/View.php, line 879 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 96 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97</pre></div></pre> </ul> </div> --> <div id="product-content-container" class="mt-3"> <nav id="nav"> <div class="nav nav-tabs" id="nav-tab" role="tablist"> <a class="nav-item nav-link active" id="nav-description-tab" data-toggle="tab" href="#nav-description" role="tab" aria-controls="nav-description" aria-selected="false">Description</a> <a class="nav-item nav-link" id="nav-specifications-tab" data-toggle="tab" href="#nav-specifications" role="tab" aria-controls="nav-specifications" aria-selected="true">Specifications</a> </div> </nav> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="nav-description" role="tabpanel" aria-labelledby="nav-description-tab" style=" overflow: auto; margin-bottom: 25px;"> <div class="product-detail-description"> <p><b>Repair parts are scheduled bulk shipments and can take up to 4-8 weeks to arrive. The products are located in a German warehouse</b></p> <div style="padding: 5px; margin: 0px;"> <p>This is the part #198 in the parts explosion diagram for UP-Steam Engine LGB 20230</p> </div> </div> </div> <div class="tab-pane fade" id="nav-specifications" role="tabpanel" aria-labelledby="nav-specifications-tab"> <ul class="list-group list-group-flush"> <li class="list-group-item pl-0"> <span>Model:</span> <span>LGB-20235-198</span> </li> <li class="list-group-item pl-0"> <span>Weight:</span> <span>0.8 LBS</span> </li> <li class="list-group-item pl-0"> <span>Availability:</span> <span> Available for order, Ships in 5-7 days </span> </li> </ul> </div> </div> </div> </div> </div> <!-- <div class="row"> <div class="col-12 py-4"> <div class="product-detail-description-title">Description</div> </div> <div class="col-12"> <div class="product-detail-description"> </div> </div> </div> --> </div> </div> <div class="container-fluid" id="footer"> <div class="container"> <div class="row py-4"> <div class="col-12 col-md-4"> <div class="row px-2"> <div class="col-8 col-md-12 m-auto"> <img src="/img/design/footer-logo.png" class="items d-block" alt=""/> </div> </div> <div class="row px-2"> <div class="col-md-12 site-address pt-1"> TRAINLI, LLC<br/> 5301 Longley Lane<br/> SUITE 39 (Building B)<br/> Reno, NV 89511<br/> info@trainli.com </div> </div> </div> <div class="col-md-4 text-center"> <div class="row px-2"> <div class="col-md-12 follow-us pt-4"> Follow Us </div> </div> <div class="row px-2"> <div class="col-md-12"> <ul class="col-12 text-center social-network social-circle"> <li> <a href="https://www.facebook.com/trainlipage" class="icoFacebook" title="Facebook"><i class="fab fa-facebook fa-lg"></i></a> </li> <li><a href="https://www.instragram.com/trainli_store" class="icoLinkedin" title="Instagram"><i class="fab fa-instagram fa-lg"></i></a></li> <!-- <li><a href="https://www.pinterest.com/trainli" class="icoLinkedin" title="Linkedin"><i class="fab fa-pinterest fa-lg"></i></a></li> <li><a href="https://twitter.com/TrainLiUsa" class="icoLinkedin" title="Linkedin"><i class="fab fa-twitter fa-lg"></i></a></li> --> </ul> </div> </div> </div> <div class="col-md-4 float-right text-right"> <div class="row px-2 newsletter-container"> <div class="col-md-12 pt-4 float-left text-left joining-text"> <label class="">Do you have any Inquiry?</label> </div> </div> <div class="row px-2"> <div class="col-md-12"> <div class="input-group col-12 p-0"> <button type="button" class="btn rounded inquiry-button w-50" id="inquiry-us" data-toggle="modal" data-target="#wideModal">Write Here <i class="fas fa-long-arrow-alt-right" style="position: absolute; top: 12px;"></i></button> </div> </div> </div> </div> <!-- <a class=" inquiry-button " id="inquiry-us" data-toggle="modal" data-target="#wideModal">.</a> --> <!-- <div class="col-md-4 float-right text-right"> <div class="row px-2 newsletter-container"> <div class="col-md-12 pt-4 float-left text-left joining-text"> <label class="">Join Our Newsletter</label> </div> </div> <div class="row px-2"> <div class="col-md-12"> <div class="input-group col-12 p-0"> <input type="text" name="subscriber" class="form-control" placeholder="email@abc.com" /> <div class="input-group-append"> <button type="button" class="input-group-text" id="subscriber">Subscribe</button> </div> </div> </div> </div> </div> --> </div> <div class="row"> <ul class="col-12 text-center list-inline footer-menu-items p-0 m-0"> <li class="list-inline-item"><a href="/page/about-trainli">About Us</a></li></li><li class="list-inline-item"><a href="/page/phone-hours">Opening Hours</a></li></li><li class="list-inline-item"><a href="/page/repair-install-parts-trainli">Repair</a></li></li><li class="list-inline-item"><a href="/page/shipping-policy">Shipping Policy</a></li></li> </ul> </div> <div class="col-md-12"> <div class="row mx-0"> <div class="copy-right-border col-md-12 mt-2 p-0 pt-2"> <div class="col-md-12 p-0 text-center"> Copyright © 2026. All Rights Reserved. </div> </div> </div> </div> </div> <i class="fas fa-arrow-alt-circle-up scrollToTop fa-5x"></i> </div> <div class="modal fade" id="thanksModal" role="dialog"> <div class="modal-dialog modal-dialog-centered modal-lg poninter-event" role="document"> <div class="thank-you-pop"> <div class="container"> <div class="row shadow"> <div class="col-4 col-md-1 p-0 m-0 bg-light"> <div class="check text-center"> <i class="fas fa-check"></i> </div> </div> <div class="col-4 col-md-1 p-0 m-0 bg-light"> <div class="img float-left"> Image Section </div> </div> <div class="col-4 col-md-2 m-0 bg-light px-2"> <div class="message"> Added to Cart </div> </div> <div class="col-12 col-md-8 right-content"> <div class="cart-popup-content float-left"> Cart subtotal (<span class="items_total"></span> items): $<span class="sub_total"></span> </div> <div class="cart-popup-button text-center"> <button type="button" class="btn btn-success" onclick="window.location.href='/cart'">Cart</button> <button type="button" class="btn btn-warning" data-dismiss="modal">Continue</button> </div> <button type="button" class="close close-cart-message" data-dismiss="modal" aria-label=""><i class="fas fa-times"></i></button> </div> </div> </div> </div> </div> </div> <div class="modal fade bd-example-modal-lg largemodal-style" id="wideModal" tabindex="-1" role="dialog" aria-labelledby="largeModal" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade bd-example-modal-xl" id="widestModal" tabindex="-1" aria-labelledby="myWidestModalLabel" aria-hidden="true"> <div class="modal-dialog modal-xl"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title">Waiting.....</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade" id="normalModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal" id="dialogModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title">Delete Confirmation</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <p>Please wait! Content loading.....</p> </div> <div class="modal-footer"></div> </div> </div> </div> <div class="modal fade" id="forgotPasswordModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-scrollable" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade modal-fullscreen" id="fullWidthModal" tabindex="-1" aria-labelledby="fullWidthModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header background-gray"> <h5 class="modal-title" id="exampleModalCenterTitle"><i class="fas fa-cog fa-spin"></i></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> </div> </div> </div> <div class="modal fade" id="firstTimeCustomersDiscount" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header m-0 p-0" style="border:none;"> <button type="button" class="close popup-close-button" data-dismiss="modal" aria-label=""> <span aria-hidden="true" class="popup-close-button-icon">×</span> </button> </div> <div class="modal-body m-0 p-1"> <div class="modalPopupContainer p-0"> <div class="col-12"> <div class="row"> <div class="col-12 py-2 logo-background"> <div class="col-6 text-center m-auto"> <img src="/img/store/large/logo-sl.png" id="site-logo" class="img-fluid" onclick="window.location.href='/'" alt=""/> </div> </div> </div> <div class="cookiesContent m-auto" id="cookiesPopup"> <div class="focus-texture">TAKE 5% OFF</div> <div class="labeltext">Don't miss the chance and get your</div> <div class="labeltext pb-3">5% off on your first purchase this time.</div> <button onclick="window.location.href='https://www.trainli.com/common-parts-such-as-motors-wheels-gearboxes-handlebars-and-more-for-lgb-from-trainli-c-97'" class="accept">SHOP NOW</button> </div> </div> </div> </div> </div> </div><div id="pageRoutesFooter"> <div id="csrf">cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f</div> <div id="baseUrl">https://www.trainli.com/</div> <div id="route-login">/login/page</div> <div id="route-myaccount">/myaccount</div> <div id="route-register">/register/page</div> <div id="route-cart">/cart</div> <div id="route-home">/</div> <div id="route-basket-cart-information">/cart/information</div> <div id="route-basket-process">/basket/process</div> <div id="route-add-wishlist">/myaccount/wishlist/add</div> <div id="route-account-zones">/myaccount/zones</div> <div id="route-category-list-menu">/categories/menu/list</div> <div id="route-forgot-password-page">/forgot/password/page</div> <div id="route-inquiry-form">/inquiry/us</div> <div id="route-add-inquiry">/inquiry/add</div> </div> <script src="/js/front/jquery/jquery-3.4.1.min.js"></script> <script src="/js/front/bootstrap/bootstrap.min.js"></script> <script src="/js/front/common.js?v=100020"></script> <script src="/js/front/slick/jquery-migrate-3.4.0.min.js"></script><script src="/js/front/form-ajax/jquery.form.min.js"></script><script src="/js/front/logic/product-detail.js"></script><script src="/js/front/zoom/jquery.zoom.min.js"></script><script src="/js/front/slick/slick.js"></script> </body> </html>' } $cookies = [ 'csrfToken' => [ 'name' => 'csrfToken', 'value' => 'cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f', 'path' => '/', 'domain' => '', 'secure' => false, 'httpOnly' => false, 'expire' => '0' ] ] $values = [ (int) 0 => 'text/html; charset=UTF-8' ] $name = 'Content-Type' $first = true $value = 'text/html; charset=UTF-8'header - [internal], line ?? Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /home/trainli/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php, line 210]Code Context$cookie['secure'],$cookie['httpOnly']);$cookies = [ 'csrfToken' => [ 'name' => 'csrfToken', 'value' => 'cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f', 'path' => '/', 'domain' => '', 'secure' => false, 'httpOnly' => false, 'expire' => '0' ] ] $cookie = [ 'name' => 'csrfToken', 'value' => 'cad5471c911cffbeee3e049cdad9183baf49758b69dbea27f60ec4e406b7e7683161680c70c5b564d3cfe9b0eea1a3c51ad608fb75fea25bacaf18e34a700c2f', 'path' => '/', 'domain' => '', 'secure' => false, 'httpOnly' => false, 'expire' => '0' ]setcookie - [internal], line ?? Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 210 Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 190 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140 [main] - ROOT/webroot/index.php, line 40
$9.95
Repair parts are scheduled bulk shipments and can take up to 4-8 weeks to arrive. The products are located in a German warehouse
This is the part #198 in the parts explosion diagram for UP-Steam Engine LGB 20230
Please wait! Content loading.....