render('catalog'); } public function actionItemCardOpen(){ return $this->render('item-card-open'); } public function actionCategory(){ return $this->render('category'); } public function actionManufacturers(){ return $this->render('manufacturers'); } public function actionBasketStepFirst(){ return $this->render('basket-step-01'); } public function actionBasketStepSecond(){ return $this->render('basket-step-02'); } public function actionContacts(){ return $this->render('contacts'); } public function actionDelivery(){ return $this->render('delivery'); } }