Make Image In Backend Order Bigger

  • Posts: 960
  • Thank you received: 11
  • Hikashop Business
3 years 6 days ago #331045

Hi,

Where do I go to make the image that is in an order, in the backend, bigger? It is really tiny.

Thanks!

Please Log in or Create an account to join the conversation.

  • Posts: 4486
  • Thank you received: 609
  • MODERATOR
3 years 6 days ago #331055

Hello,

To better answer you can you provide these elements :
- Url link pointing to the intervention page
- Describe which image you are referring to, or better an annotated screenshot to show it to us.

Awaiting your elements to be able to answer you precisely.
Regards

Last edit: 3 years 6 days ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 960
  • Thank you received: 11
  • Hikashop Business
3 years 4 days ago #331184

The image can be found here:

1) When you go to: Hikashop > Purchase History > Click on Order Number
2) Then scroll to bottom, under "Product List", you will see the product image, the product name, etc...

That's the image that I am referring to.

Thanks!!

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
3 years 4 days ago #331197

Hi,

If you want the change the size of the thumbnails on all the order/cart products listings on both backend and frontend, you can add an entry with the namekey cart_thumbnail_x and the value you want for the width and another entry with the namekey cart_thumbnail_y and the value you want for the height in the hikashop_config table via your PHPMyAdmin.

That's the best as it avoids having to add an extra override.

Otherwise, if you really just want it for the order products listing in the backend, you can edit the file order / show_products.php via the menu Display>Views and change the numbers on the lines:

$width = (int)$this->config->get('cart_thumbnail_x', 50);
$height = (int)$this->config->get('cart_thumbnail_y', 50);

Please Log in or Create an account to join the conversation.

  • Posts: 960
  • Thank you received: 11
  • Hikashop Business
3 years 3 days ago #331239

$width = (int)$this->config->get('cart_thumbnail_x', 50);
$height = (int)$this->config->get('cart_thumbnail_y', 50);

That's it - much better. Display > Views > order > show_products.php

Thank you!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum