muksu Posted January 21 Share Posted January 21 (edited) Hello I need REAL product image in BO order page. i'm on PS 8.1.7 On the BO order pages, I get a small image on each ordered product line : The actual code is :    {% if product.imagePath %}      <img src="{{ product.imagePath }} width="80" height="80" alt="{{ product.name }}" />    {% endif %} I would need to have the big image of product please  Can someone know how to do that ?  Thanks a lot  Best regards  Aymeric JALABERT  Edited January 30 by muksu (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted January 21 Share Posted January 21 Change width="80" height="80" to your desired size. Link to comment Share on other sites More sharing options...
muksu Posted January 21 Author Share Posted January 21 Hello No the image is so small just changing the width and height is not enough, we can't see clearly what it is Link to comment Share on other sites More sharing options...
Prestashop Addict Posted January 21 Share Posted January 21 Yes the path is to img/tmp/ that contains miniature for BO in 45x45 pixels 😞 So if you want a larger image you need to override controller and add you desired image path Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now