loadListing example

if ($hasCustomerStreamEmotions && !$request->getParam('sPage')) {
            $assign = $this->View()->getAssign();
            $this->View()->loadTemplate('frontend/listing/customer_stream.tpl');
            $this->View()->assign($assign);

            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)
    {
        
Home | Imprint | This part of the site doesn't use cookies.