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

kasanders

Новичок
  
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

1,144 profile views

kasanders's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. мне нужно было вывести картинку 410*581 ширину 410- ввел с админки а высоту я решил ик: в файле /catalog/controller/module/XDCategoryGroups.php нашел if(!isset($XDSettings['customImageWidth']) || $XDSettings['customImageWidth'] == ''){ $XDSettings['customImageWidth'] = 250; } ниже добавил if(!isset($XDSettings['customImageHeight']) || $XDSettings['customImageHeight'] == ''){ $XDSettings['customImageHeight'] = 581; } 581- это высои моей картинки. дное найти $image = $this->model_tool_image->resize($category['image'], $XDSettings['customImageWidth'], $XDSettings['customImageWidth']); заменить на $image = $this->model_tool_image->resize($category['image'], $XDSettings['customImageWidth'], $XDSettings['customImageHeight']);
  2. Добрый гдень! рилиил у меня фильтр. потом начал ооочень долго фильтровать. зашел в настройки модуля - и он пересил сохранять какие-липотому что настройки. я и удалял в БД иблицу и создавал заново, и сам модуль переусинавливал - все тчетно.
×
×
  • 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.