Size of pictures in E-Mail

11.07.2022 11:58
#1
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 683
Quote
Size of pictures in E-Mail

Hey
Is there a way to configure the size of the pictures that is sent to the customer after ordering?
Thanks
Rolf


Joomla: 4
JoomShopping: 5.05
 
11.07.2022 12:08
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Size of pictures in E-Mail

Real size No.
Size in html -
change template

components\com_jshopping\templates\default\checkout\orderemail.php

 
11.07.2022 14:32
#3
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 683
Quote
Aw: Size of pictures in E-Mail

Thanks
I guess this is the right place?

<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;">

How do I change this?
Thanks
Rolf

 
12.07.2022 21:14
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Size of pictures in E-Mail

<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;width:100px;">

 
13.07.2022 15:33
#5
Dingens
User Dingens
Name: Rolf Wagels
28.03.2012
Posts: 683
Quote
Aw: Size of pictures in E-Mail

Wonderful!
Thanks!
Rolf

 


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.