need help for layout of mail going to customer after order

07.05.2012 09:15
#1
gallery
User gallery
Name: ariya
25.06.2011
Posts: 153
Quote
need help for layout of mail going to customer after order

dear joomshopping hai
i have bought a lots of module and addone and template but can not find any layout for mail going to customer
after getting order the mail send to customer is the layout screen shot NO:1 but the mail received by customer is screen shot NO:2 the layout of sending mail has been changed and there is no layout or any kind of form in receiving mail by customer ,,,please help me to set some kind of form or layout on customer receiving mail ,the mail need to be at least in 4 or 5 parts but now there is only 1 parts ans all the data go with out any layout
your help will be appreciated
with best regards
gallery
need help for layout of  mail going to customer after  order
need help for layout of  mail going to customer after  order


Joomla: 2.5.1
JoomShopping: 3.4.1
PHP: 5.2.17
MySQL: i dont know
Website Url: http://www.ariya-carpet.co.jp

Letzte Änderung: 07.05.2012 09:25
 
07.05.2012 10:35
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25914
Quote
Aw: need help for layout of mail going to customer after order

Joomshoppin bug

change file

administrator\components\com_jshopping\js\functions.js

replace

function verifyStatus(orderStatus, orderId, message, extended, limit){
if (extended == 0){
var statusNewId = $F_('select_status_id' + orderId);
if (statusNewId == orderStatus){
alert (message);
return;
} else {
var isChecked = ($_('order_check_id_' + orderId ).checked) ? ('&notify=1') : ('');
location.href = 'index.php?option=com_jshopping&controller=orders&task=update_status&js_nolang=1&order_id=' + orderId + '&order_status=' + statusNewId + limit + isChecked;
}
} else {
var statusNewId = $F_('order_status');
if (statusNewId == orderStatus){
alert (message);
return;
} else {
var isChecked = ($_('notify').checked) ? ('&notify=1') : ('&notify=0');
var includeComment = ($_('include').checked) ? ('&include=1') : ('&include=0');

location.href = 'index.php?option=com_jshopping&controller=orders&task=update_one_status&js_nolang=1&order_id=' + orderId + '&order_status=' + statusNewId + isChecked + includeComment + '&comments=' + encodeURIComponent($F_('comments'));
}
}
}


 
14.05.2012 03:56
#3
gallery
User gallery
Name: ariya
25.06.2011
Posts: 153
Quote
Aw: need help for layout of mail going to customer after order

thanks
it is working well now
best regards
gallery

 


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.