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 103 <input type='hidden' id='product_id' />
104 104 <a href="#" rel='product' class="buy fr">Купить</a>
105 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 106 </div>
108 107 <div class="info">
109 108 <p class="txtf">Характеристики</p>
... ...
frontend/views/products/show.php
... ... @@ -116,6 +116,7 @@ use yii\widgets\Breadcrumbs;
116 116 </div>
117 117 <input type='hidden' id='product_id'/>
118 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 120 <div class="both"></div>
120 121 </div>
121 122  
... ...