Addon Payment Remind without order time

01.02.2022 16:10
#1
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Addon Payment Remind without order time

{invoice_date} place Date and Time in the Text. How can I change it so that only the date and not the time is displayed in the Mail?

 
01.02.2022 18:28
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25955
Quote
Aw: Addon Payment Remind without order time

\plugins\jshoppingadmin\addon_payment_remind\addon_payment_remind.php

public static function getOrder_invoice_date(){
return formatdate(self::$_order->invoice_date, 1);
}

change to

public static function getOrder_invoice_date(){
return formatdate(self::$_order->invoice_date, 0);
}

 
01.02.2022 22:24
#3
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Addon Payment Remind without order time

Thankyou!!

 


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.