Remove image from customer email bill / invoice

12.04.2017 14:31
#1
MaydayPhil
Joomshopping forum user no avatar
Name: Philip
11.09.2014
Posts: 124
Quote
Remove image from customer email bill / invoice

Hello,

Where do I go to not show the image in the customer email invoice

Thanks
Remove image from customer email bill / invoice


Joomla: 3.6.5
JoomShopping: 4.16.0
PHP: 7.0.4
MySQL: 5.6.35-log
Website Url: https://dev.maydaygraphics.com
 
12.04.2017 15:12
#2
FrankG.
User FrankG.
Name: Frank
30.11.2011
Posts: 1600
Quote
Aw: Remove image from customer email bill / invoice

file /components/com_jshopping/templattes/[your template]/checkout/orderemail.php

change line 393
<img src="<?php print $this->config->image_product_live_path?>/<?php if ($prod->thumb_image) print $prod->thumb_image; else print $this->noimage;?>" align="left" style="margin-right:5px;">
to
<img src="<?php print $this->config->image_product_live_path?>/<?php if ($prod->thumb_image) print $prod->thumb_image; else print $this->noimage;?>" align="left" style="margin-right:5px; display:none;">

or delete the line
<img src="<?php print $this->config->image_product_live_path?>/<?php if ($prod->thumb_image) print $prod->thumb_image; else print $this->noimage;?>" align="left" style="margin-right:5px;">



Letzte Änderung: 12.04.2017 15:12
 
13.04.2017 18:16
#3
MaydayPhil
Joomshopping forum user no avatar
Name: Philip
11.09.2014
Posts: 124
Quote
Aw: Remove image from customer email bill / invoice

Thanks Frank

 
13.04.2017 18:19
#4
MaydayPhil
Joomshopping forum user no avatar
Name: Philip
11.09.2014
Posts: 124
Quote
Aw: Remove image from customer email bill / invoice

If I wanted to widen the column for Product Code or reduce the width of the Product Name column is that the file to edit?

Thanks

 
13.04.2017 23:36
#5
FrankG.
User FrankG.
Name: Frank
30.11.2011
Posts: 1600
Quote
Aw: Remove image from customer email bill / invoice

yes... between line 380 -> 384

 
24.09.2017 16:41
#6
sereneir
Joomshopping forum user no avatar
Name: Behrooz
24.09.2017
Posts: 1
Quote
Aw: Remove image from customer email bill / invoice

I have removed this line but i stil see image in emails.
Please help me.

 


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.