Is there any way to Show the products photos in the order (in backend)?

23.04.2018 11:51
#1
italparts
Joomshopping forum user no avatar
Name: maher
15.08.2014
Posts: 22
Quote
Is there any way to Show the products photos in the order (in backend)?

Hello
I wonder if there is any way to Show the products photos in the order (in backend)?
Please see the attached file.

Thank you.
Is there any way to Show the products photos in the order (in backend)?


Joomla: Latest
JoomShopping: Latest
Website Url: ital-parts.it
 
23.04.2018 21:32
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25850
Quote
Aw: Is there any way to Show the products photos in the order (in backend)?

No options.
Need change template

 
03.05.2018 07:42
#3
italparts
Joomshopping forum user no avatar
Name: maher
15.08.2014
Posts: 22
Quote
Aw: Is there any way to Show the products photos in the order (in backend)?

Hi,
Can I get the code for the images, so I can include it in the file ..?

Thank you

 
03.05.2018 08:21
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25850
Quote
Aw: Is there any way to Show the products photos in the order (in backend)?

file
administrator/components/com_jshopping/views/orders/tmpl/show.php

Add code

<?php if ($item->thumb_image){?>
<div><img src="<?php print $this->config->image_product_live_path?>/<?php print $item->thumb_image;?>"></div>
<?php }?>

after
<a target="_blank" href="index.php?option=com_jshopping&controller=products&task=edit&product_id=<?php print $item->product_id?>">
<?php echo $item->product_name?>

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.