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

replica

Newbie
  
  • Posts

    8
  • Joined

  • Last visited

Information

  • Gender
    Женщина
  • City:
    Иркутск

replica's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Теперь не могу добавить размер в карточку товара. Сделала это (см. ниже), но размер все равно не отображается : catalog/language/russian/product/product.php найти $_['text_error'] = 'Товар не найден!'; добавить после $_['text_weight'] = 'Вес:'; $_['text_dimension'] = 'Размеры (Д*Ш*В):'; файл catalog/language/english/product/product.php нати $_['text_error'] = 'Product not found!'; добавить после $_['text_weight'] = 'Weight:'; $_['text_dimension'] = 'Dimension:'; файл catalog/controller/product/product.php найти $this->data['text_tags'] = $this->language->get('text_tags'); добавить после $this->data['text_weight'] = $this->language->get('text_weight'); $this->data['text_dimension'] = $this->language->get('text_dimension'); найти $this->data['points'] = $product_info['points']; добавить после $this->data['weight'] = $this->weight->format($product_info['weight'], $product_info['weight_class_id']); $this->data['length'] = $this->length->format($product_info['length'], $product_info['length_class_id']); $this->data['width'] = $this->length->format($product_info['width'], $product_info['length_class_id']); $this->data['height'] = $this->length->format($product_info['height'], $product_info['length_class_id']); файл catalog/view/theme/default/template/product/product.tpl найти <span><?php echo $text_stock; ?></span> <?php echo $stock; ?> добавить после <br /> <?php if ($length > 0) { ?> <span><?php echo $text_dimension; ?></span> <?php echo $length; if(!empty($length)) echo " x "; echo $width; if(!empty($width)) echo " x "; echo $height; ?><br /> <?php } ?> <?php if ($weight > 0) { ?> <span><?php echo $text_weight; ?></span> <?php echo $weight; ?><br /> <?php } ?>
  2. Пожалуйста, помогите разобраться с добавлением производителей. 1.Когда добавляю производителя, - он не высвечивается в карусели производителей внизу страницы. 2.Добавленные мной производители появляются только во вкладке "производители" без описания (хотя я его пишу) и с какими-то "левыми" логотипами. Жду вашей помощи.
  3. Здравствуйте, при наведении курсора на категорию в админпанели, которая предполагает еще наличие подкатегорий, - ничего не выпадает, Например, навожу: СИСТЕМА - ЛОКАЛИЗАЦИЯ - и тут должен выпасть ещё список (там языки, валюта и т.д.), но ничего не выпадает и так по всем категориям, возле которых есть стрелка (см. картинку)
  4. Прошу сразу меня извинить за то, что я очень плохо пока разбираюсь в Опене. Попыталась сменить иконку OCSTORE 16х16 px, и все сразу сломалось: http://houseroomsplus.com/admin/index.php?route=common/login теперь даже в админпанель не пускает, хотя все пароли ввожу правильно, и сайт теперь так выглядит так: http://houseroomsplus.com/. Сразу не бейте, можно на словах.
×
×
  • 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.