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