Comments for order status.

09.06.2015 07:31
#1
proymerok
Joomshopping forum user no avatar
Name: dslfj
06.03.2015
Posts: 2
Quote
Comments for order status.

Hi.
There is a problem. If I change order status with including a comment for client, the comment is not sending. Also order details url and some other items is not sending in mail.
Please tell how can I fix this trouble?


Joomla: 3
JoomShopping: 4
 
09.06.2015 07:41
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Comments for order status.

Try default (original) joomshopping template.

 
09.06.2015 08:22
#3
proymerok
Joomshopping forum user no avatar
Name: dslfj
06.03.2015
Posts: 2
Quote
Aw: Comments for order status.

not working

 
24.06.2015 12:21
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Comments for order status.

Bug in joomshopping template



templates\{tmpl}\order\statusorder.php

change to

<?php
/**
* @version 4.10.2 13.08.2013
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
?>
<?php print _JSHOP_HI?> <?php print $this->order->f_name;?> <?php print $this->order->l_name;?>,
<?php printf(_JSHOP_YOUR_ORDER_STATUS_CHANGE, $this->order->order_number);?>

<?php print _JSHOP_NEW_STATUS_IS?>: <?php print $this->order_status?>
<?php if ($this->order_detail){?>
<?php print _JSHOP_ORDER_DETAILS?>: <?php print $this->order_detail?>
<?php }?>

<?php if ($this->comment!=""){?>
<?php print _JSHOP_COMMENT_YOUR_ORDER?>: <?php print $this->comment;?>

<?php }?>

<?php print $this->vendorinfo->company_name?>
<?php print $this->vendorinfo->adress?>
<?php print $this->vendorinfo->zip?> <?php print $this->vendorinfo->city?>
<?php print $this->vendorinfo->country?>
<?php print _JSHOP_CONTACT_PHONE?>: <?php print $this->vendorinfo->phone?>
<?php print _JSHOP_CONTACT_FAX?>: <?php print $this->vendorinfo->fax?>


Last change: 24.06.2015 12:21
 


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.