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

Recommended Posts

Интересно, как можно изменить размер изображения в Администрировании в списке товаров?

Ну уж очень мнонькое. Порой приходится искать товары через лупу. :-)

КАТАЛОГ>ТОВАРЫ>>>

Link to comment
Share on other sites

$image = $this->model_tool_image->resize($result['image'], 40, 40);

это примерно 627 строка в файле admin\controller\catalog\product.php

замените в ней цифры 40 на другие ширину и высоту, которые вам нужны

 

  • +1 2
Link to comment
Share on other sites


Только что, openprice сказал:
$image = $this->model_tool_image->resize($result['image'], 40, 40);

это примерно 627 строка в файле admin\controller\catalog\product.php

замените в ней цифры 40 на другие ширину и высоту, которые вам нужны

 

Спасипотому что тебе добрый человек! Помогло.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.