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

alkomisha

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

alkomisha's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. OCstore 3.0.2.0 На сайте было нужно осгделать ик чтобы вес товара отображался в названии по всему сайту . Предложили сгделать ик : в файле model/catalog/product.php заменить в 20-х строках 'name' => $query->row['name'], 'meta_h1' => $query->row['meta_h1'], на 'name' => $query->row['name'] . ' ' . round($query->row['weight'], 2) . ' ' . $query->row['weight_class'], 'meta_h1' => ($query->row['meta_h1'] ? $query->row['meta_h1'] . ' ' . round($query->row['weight'], 2) . ' ' . $query->row['weight_class'] : ''), Все хорошо , но если у товара не указан вес, то в названии отображается 0 , и получается ик : "Название товара 0г " .Подскажите как скрыть ноль, если вес товара не указан ?
×
×
  • 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.