Commit c61ea1ce405242d866759f27c7da04693b0c64dd

Authored by Dmytry Fedorchuk
1 parent 07f0f7ce

tag manager google seo

frontend/views/products/_show.php
@@ -103,7 +103,6 @@ $this->registerJs(" @@ -103,7 +103,6 @@ $this->registerJs("
103 <input type='hidden' id='product_id' /> 103 <input type='hidden' id='product_id' />
104 <a href="#" rel='product' class="buy fr">Купить</a> 104 <a href="#" rel='product' class="buy fr">Купить</a>
105 <div class="fl txtfb">цена <span id="cost">0</span> грн</div><div class="both"></div> 105 <div class="fl txtfb">цена <span id="cost">0</span> грн</div><div class="both"></div>
106 - <div class="ya-share2" data-services="vkontakte,facebook,odnoklassniki,gplus,twitter" data-size="s"></div>  
107 </div> 106 </div>
108 <div class="info"> 107 <div class="info">
109 <p class="txtf">Характеристики</p> 108 <p class="txtf">Характеристики</p>
frontend/views/products/show.php
@@ -116,6 +116,7 @@ use yii\widgets\Breadcrumbs; @@ -116,6 +116,7 @@ use yii\widgets\Breadcrumbs;
116 </div> 116 </div>
117 <input type='hidden' id='product_id'/> 117 <input type='hidden' id='product_id'/>
118 <a href="#" rel='product' class="link_buy fl">В Корзину</a> 118 <a href="#" rel='product' class="link_buy fl">В Корзину</a>
  119 + <div class="ya-share2" data-services="vkontakte,facebook,odnoklassniki,gplus,twitter" data-size="s"></div>
119 <div class="both"></div> 120 <div class="both"></div>
120 </div> 121 </div>
121 122