diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 8c33a53..a244774 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -19,12 +19,12 @@ use frontend\assets\FlipclockAsset; FlipclockAsset::register($this); FotoramaAsset::register($this); - $this->title = $product->name; + $this->title = $product->fullname; - $this->params[ 'seo' ][ Seo::TITLE ] = $product->name .' купить в Киеве, Украине недорого - Лінія Світла'; - $this->params[ 'seo' ][ 'fields' ][ 'name' ] = $product->name; - $this->params[ 'seo' ][ 'h1' ] = $product->name; + $this->params[ 'seo' ][ Seo::TITLE ] = $product->fullname .' купить в Киеве, Украине недорого - Лінія Світла'; + $this->params[ 'seo' ][ 'fields' ][ 'name' ] = $product->fullname; + $this->params[ 'seo' ][ 'h1' ] = $product->fullname; $this->params[ 'breadcrumbs' ][] = [ @@ -39,7 +39,7 @@ 'label' => $product->brand->name, 'url' => ['catalog/category', 'category' => $category, 'filters' => ['brands' => [$product->brand->alias]]], ]; - $this->params[ 'breadcrumbs' ][] = $product->name . ' #' . $product->variant->sku; + $this->params[ 'breadcrumbs' ][] = $product->fullname . ' #' . $product->variant->sku; $this->params['remarketing']['type'] = 'offerdetail'; $this->params['remarketing']['id'] = $product->variant->product_variant_id; @@ -71,10 +71,10 @@ - + = ArtboxImageHelper::getImage($product->imageUrl, 'product_show',[ - 'alt'=>$product->name." фото 1" , - 'title' => $product->name." фото 1", + 'alt'=>$product->fullname." фото 1" , + 'title' => $product->fullname." фото 1", 'itemprop' => 'image' ]) ?> @@ -285,7 +285,7 @@