Include customer note in customer email

31.03.2011 20:10
#1
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Include customer note in customer email

Currently the "customer note" is only included in the email sent to the administrator, is it possible to include that note also in the email sent to the user ? Ifso where can i do that ?

 
13.04.2011 18:03
#2
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Include customer note in customer email

anyone ?

 
21.04.2011 02:11
#3
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Include customer note in customer email

Shame, i'd really love to be able to do this. It must be possible, i tried looking through the templates but i have no idea wich one to modify and what part of it to modify

 
28.04.2011 14:16
#4
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Include customer note in customer email

cmon this has to be possible. What do i need to change & where ?

 
28.04.2011 15:15
#5
Dr.Rivera
Joomshopping forum user no avatar
Name: Jürgen
13.09.2010
Posts: 2276
Quote
Aw: Include customer note in customer email

Hello Moderator,

Currently the "customer note" is only included in the email sent to the administrator


Really, you forgot this in the copy-mail to the customer!

Please change.....
And you have in additional the possibility to help "Ch3vr0n ", he would be happy.

Greetings


Nicht ganz aktuell, aber vielleicht doch noch für einige hilfreich, das E-Book Joomshopping.
Bei Amazon (kindl) und xinxii (ePub):

http://www.amazon.de/JoomShopping-Joomla-Shop-Online-Shop-ebook/dp/B005L9D8MC

http://www.xinxii.com/joomshopping-der-joomla-shop-p-339561.html
 
28.04.2011 16:37
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Include customer note in customer email

change
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 } ?>


replace 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>


 
29.04.2011 23:10
#7
Ch3vr0n
Joomshopping forum user no avatar
Name: Ch3vr0n
22.02.2011
Posts: 25
Quote
Aw: Include customer note in customer email

I'll let you know if this works as i need it too. I suppose i'll have to check that file after each update to see if its still there ? Or could you include a setting in the next update that would enable this from the admin pannel. That would make things a whole lot easier.

 


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.