Notiz (Comment) in Email / PDF Order

14.07.2014 09:08
#1
exabur
Joomshopping forum user no avatar
Name: andi
29.09.2012
Сообщения: 43
Quote
Notiz (Comment) in Email / PDF Order

Hi,

i wonder if it is possible to include the "Notiz" (Comment) at the end of the ordering process (Step 5) into the email the customer is recieving, and/or include this into the pdf ?!

I thought i have seen the option to include it into the customers email somewhere, but i dont remember.

Plz help

 
14.07.2014 09:24
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Notiz (Comment) in Email / PDF Order

Joomla version:?

 
14.07.2014 17:01
#3
exabur
Joomshopping forum user no avatar
Name: andi
29.09.2012
Сообщения: 43
Quote
Aw: Notiz (Comment) in Email / PDF Order

Joomla! 2.5.14 Stable [ Ember ] 01-August-2013 14:00 GMT

 
14.07.2014 21:54
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Notiz (Comment) in Email / PDF Order

Sorry. Joomshopping version?

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

<?php if (!$this->client){?>
<tr>
<td colspan="5" class="bg_gray"><?php print _JSHOP_CUSTOMER_NOTE ?></td>
</tr>
<tr>
<td colspan="5" style="padding-top:10px;"><?php print $this->order->order_add_info ?></td>
</tr>
<tr><td>&nbsp;</td></tr>
<?php } ?>

Change to


<tr>
<td colspan="5" class="bg_gray"><?php print _JSHOP_CUSTOMER_NOTE ?></td>
</tr>
<tr>
<td colspan="5" style="padding-top:10px;"><?php print $this->order->order_add_info ?></td>
</tr>
<tr><td>&nbsp;</td></tr>

 
14.07.2014 23:12
#5
exabur
Joomshopping forum user no avatar
Name: andi
29.09.2012
Сообщения: 43
Quote
Aw: Notiz (Comment) in Email / PDF Order

Ok Thanks. Thats the Email.

Is it possible to add it to the pdf ?

 
15.07.2014 07:43
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Notiz (Comment) in Email / PDF Order

Change
lib\generete_pdf_order.php

Add

$pdf->SetXY(20,$y);
$pdf->MultiCell(80,4.5, $order->order_add_info, 0,'L');

 


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.