loadCategoryListing example

return;
        }

        $this->View()->assign($emotionConfiguration);

        // Only show the listing if an emotion viewport is empty or the showListing option is active         if (!$this->loadListing($emotionConfiguration$request)) {
            return;
        }

        $this->loadCategoryListing($requestCategoryId$categoryContent$shopContext);
    }

    /** * @return void */
    public function layoutAction(Request $request)
    {
        $this->View()->loadTemplate('frontend/listing/customer_stream/layout.tpl');

        $categoryId = (int) $request->getParam('sCategory');

        
Home | Imprint | This part of the site doesn't use cookies.