Commit d094e3f15959ac212e12b78011e60688fb87ee16

Authored by Karnovsky A
1 parent a3144a8f

Some-fixes

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
frontend/views/catalog/product.php
... ... @@ -125,7 +125,7 @@ $this->params['breadcrumbs'][] = $product->name .' #'. $product->variant->sku;
125 125 <div class="price">102.05 <span>грн.</span></div>
126 126 <button class="basket_add_but">в корзину</button>
127 127 <a href="#" class="compare_add_but"><span>добавить к сравнению</span></a>
128   - <img class="item_bottom_img" src="images/nc_item_bottom.png" alt="">
  128 + <img class="item_bottom_img" src="/images/nc_item_bottom.png" alt="">
129 129 </div>
130 130  
131 131 <div class="my_custom_card">
... ... @@ -138,7 +138,7 @@ $this-&gt;params[&#39;breadcrumbs&#39;][] = $product-&gt;name .&#39; #&#39;. $product-&gt;variant-&gt;sku;
138 138 <div class="price">102.05 <span>грн.</span></div>
139 139 <button class="basket_add_but">в корзину</button>
140 140 <a href="#" class="compare_add_but"><span>добавить к сравнению</span></a>
141   - <img class="item_bottom_img" src="images/nc_item_bottom.png" alt="">
  141 + <img class="item_bottom_img" src="/images/nc_item_bottom.png" alt="">
142 142 </div>
143 143  
144 144 <div class="my_custom_card">
... ... @@ -151,7 +151,7 @@ $this-&gt;params[&#39;breadcrumbs&#39;][] = $product-&gt;name .&#39; #&#39;. $product-&gt;variant-&gt;sku;
151 151 <div class="price">102.05 <span>грн.</span></div>
152 152 <button class="basket_add_but">в корзину</button>
153 153 <a href="#" class="compare_add_but"><span>добавить к сравнению</span></a>
154   - <img class="item_bottom_img" src="images/nc_item_bottom.png" alt="">
  154 + <img class="item_bottom_img" src="/images/nc_item_bottom.png" alt="">
155 155 </div>
156 156  
157 157 <div class="my_custom_card">
... ... @@ -164,7 +164,7 @@ $this-&gt;params[&#39;breadcrumbs&#39;][] = $product-&gt;name .&#39; #&#39;. $product-&gt;variant-&gt;sku;
164 164 <div class="price">102.05 <span>грн.</span></div>
165 165 <button class="basket_add_but">в корзину</button>
166 166 <a href="#" class="compare_add_but"><span>добавить к сравнению</span></a>
167   - <img class="item_bottom_img" src="images/nc_item_bottom.png" alt="">
  167 + <img class="item_bottom_img" src="/images/nc_item_bottom.png" alt="">
168 168 </div>
169 169  
170 170 </div> <!-- конец блока - с этим также покупают -->
... ...