Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

criat11

Newbie
  
  • Posts

    5
  • Joined

  • Last visited

criat11's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Делаю все по инструкции, а толку 0.. add_info заменяю на short_description При добавление $data['short_description'] = html_entity_decode($product_info['short_description'], ENT_QUOTES, 'UTF-8'); Выдает ошибку Notice: Undefined index: short_description in /**/catalog/controller/product/product.php on line 250 Пробывал еще к $data['products'][] = array( 'short_description' => utf8_substr(strip_tags(html_entity_decode($result['short_description'], ENT_QUOTES, 'UTF-8')), 0, $this->config->get('config_product_description_length')) . '..'; То сайта слетает кодировка, везде ероглефы и ошибки Уже весь пере мучился
  2. Файле model/product controler/product искал все что связано с description и повторял на short_description
  3. Добрый день! Я не силен в php по этому нуждаюсь вашей помощи. Версия opencart 3.0.2 Я создал столбец в таблице oc_product_description и назвал его short_description(для краткого описания) Успешно в админке/товарах заношу туда данные, но не могу вывести их в продукт/категории (Не глупый, пытался делать как description не получается)
×
×
  • 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.