Commit 24b983589c736609da41fc9ad31b0d466c89b9f2

Authored by Yarik
1 parent 30a6e9d7

Synonym fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product.php
@@ -15,7 +15,7 @@ use frontend\assets\FlipclockAsset; @@ -15,7 +15,7 @@ use frontend\assets\FlipclockAsset;
15 FlipclockAsset::register($this); 15 FlipclockAsset::register($this);
16 $this->params[ 'seo' ][ 'key' ] = $category->categoryName->value; 16 $this->params[ 'seo' ][ 'key' ] = $category->categoryName->value;
17 $this->params[ 'seo' ][ 'fields' ][ 'name' ] = $product->fullname; 17 $this->params[ 'seo' ][ 'fields' ][ 'name' ] = $product->fullname;
18 - $this->params[ 'seo' ][ 'h1' ] = !empty( Seo::widget([ 'row' => 'h1' ]) ) ? Seo::widget([ 'row' => 'h1' ]) : $product->fullnamewithcategory; 18 + $this->params[ 'seo' ][ 'h1' ] = !empty( Seo::widget([ 'row' => 'h1' ]) ) ? Seo::widget([ 'row' => 'h1' ]) : $product->fullname;
19 19
20 //$this->params['seo']['title'] = "Купить " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " в Киеве, Харькове, Украине: цены, отзывы - Rukzachok.com.ua"; 20 //$this->params['seo']['title'] = "Купить " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " в Киеве, Харькове, Украине: цены, отзывы - Rukzachok.com.ua";
21 //$this->params['seo']['description'] = "Заказать " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " - самые модные и стильные рюкзаки в Украине по лучшим ценам. Интернет магазин рюкзаков Rukzachok.com.ua"; 21 //$this->params['seo']['description'] = "Заказать " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " - самые модные и стильные рюкзаки в Украине по лучшим ценам. Интернет магазин рюкзаков Rukzachok.com.ua";