Configuring the Order email

21.06.2014 07:03
#1
whatever2014
Joomshopping forum user no avatar
Name: Peter
11.03.2014
Posts: 8
Quote
Configuring the Order email

Hi,

1. How do I configure the email subject of the email sent to user and admin after successful checkout?
2. How do I change the filename of the pdf invoice?

Thanks in advance!

I am using version 4.4.1

 
21.06.2014 08:09
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Configuring the Order email

1.
components\com_jshopping\models\checkout.php

$mailer->setSubject( sprintf(_JSHOP_NEW_ORDER, $order->order_number, $order->f_name." ".$order->l_name));

2. components\com_jshopping\lib\generete_pdf_order.php

if ($order->pdf_file!=''){
$name_pdf = $order->pdf_file;
}else{
$name_pdf = $order->order_id."_".md5(uniqid(rand(0,100))).".pdf";
}

 
22.06.2014 06:30
#3
whatever2014
Joomshopping forum user no avatar
Name: Peter
11.03.2014
Posts: 8
Quote
Aw: Configuring the Order email

THANKS!

 
13.10.2014 09:19
#4
nmaha
Joomshopping forum user no avatar
Name: Maha
07.07.2014
Posts: 42
Quote
subject content

How to add product name in email subject.

 


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.