Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

abu

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

abu's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Код (спасипотому что, Freimaks): $data['products'][] = array( 'product_id' => $product_info['product_id'], 'thumb' => $image, 'name' => $product_info['name'], 'description' => utf8_substr(strip_tags(html_entity_decode($product_info['description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get('config_product_description_length')) . '..', 'price' => $price, 'special' => $special, 'tax' => $tax, 'rating' => $rating, 'href' => $this->url->link('product/product', 'product_id=' . $product_info['product_id']), 'minimum' =>$product_info['minimum'] ); Даая же ошибка у меня вылезла, когда посивила на главную модули: популярные товары и новинки.. Тогда, в catalog\controller\module\модули bestseller.php и latest.php последняя строчка: 'minimum' => $result['minimum'] как-то ик
  2. Добрый гдень. Подскажите, пожалуйси, в разных браузерах на сайте отображается разный шрифт. Как это можно откорректировать? А еещё, в Mozilla в редакторе текси нет шрифи Helvetica. В осильных браузерах он есть.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.