Order email tmpl Add-on Issue

25.06.2016 04:31
#1
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Order email tmpl Add-on Issue

The comments and the status change emails do not get sent when you select notify user and then click update status? All the other emails send and I click the send email button at the top of the page, it will send the order details but does not include the comments.

Order email tmpl Add-on Issue


https://www.webdesigner-profi.de/joomla-webdesign/shop/templates/order-mail-tmpl.html?lang=en


Last change: 25.06.2016 06:38
 
25.06.2016 10:01
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Order email tmpl Add-on Issue

Addon for change template order (no order change status)

 
25.06.2016 15:17
#3
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Order email tmpl Add-on Issue

webdesigner - 25.06.2016 10:01
Addon for change template order (no order change status)


I understand that, but if I remove it then the notify user and sending comments works. If I add it back, they do not send?

 
25.06.2016 20:52
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Order email tmpl Add-on Issue

works for my
need checked 2 option:
Notify user
Include this comment

 
25.06.2016 20:57
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Order email tmpl Add-on Issue

Order mail tmpl 4.9.3
Fixed bug
change template email from admin

 
30.06.2016 18:24
#6
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Order email tmpl Add-on Issue

How can I have the Product Code show up in the order template that gets generated in the PDF and sent to the customer and admin only if there is a code?

If I enable Show Code in the configuration but there's no code entered for the product, it still shows (code:) in the listing and products page.

How can I add a verification check to these lines of code that checks to make sure there's actually a code for the product before it displays it.

<h1><?php print $this->product->name?><?php if ($this->config->show_product_code){?> <span class="jshop_code_prod">(<?php print _JSHOP_EAN?>: <span id="product_code"><?php print $this->product->getEan();?></span>)</span><?php }?></h1>



Last change: 30.06.2016 18:46
 
11.07.2016 03:35
#7
Bilmar
Joomshopping forum user no avatar
Name: Mark
23.05.2016
Posts: 124
Quote
Aw: Order email tmpl Add-on Issue

Bilmar - 30.06.2016 18:24
How can I have the Product Code show up in the order template that gets generated in the PDF and sent to the customer and admin only if there is a code?

If I enable Show Code in the configuration but there's no code entered for the product, it still shows (code:) in the listing and products page.

How can I add a verification check to these lines of code that checks to make sure there's actually a code for the product before it displays it.

<h1><?php print $this->product->name?><?php if ($this->config->show_product_code){?> <span class="jshop_code_prod">(<?php print _JSHOP_EAN?>: <span id="product_code"><?php print $this->product->getEan();?></span>)</span><?php }?></h1>


How can this code be edited to check to make sure the product code is not empty before displaying it?

 


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.