Skip to content

Commit

Permalink
quick fix for PHP 8.2 deprecated logs
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Apr 10, 2024
1 parent 02ef338 commit 992ed1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NEUE DATEIEN/DEINADMIN/add_customers.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright 2003-2023 Zen Cart Development Team
* @copyright Copyright 2003-2024 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license https://www.zen-cart-pro.at/license/3_0.txt GNU General Public License V3.0
* Zen Cart German Specific
Expand All @@ -10,7 +10,7 @@
* Modified for Zen Cart 1.5.5, lat9 2015-12-24
* Modified for Zen Cart 1.5.7+, lat9, 2021-12-06
* Modified for Zen Cart 1.5.7 German webchills 2022-03-25
* Modified for Zen Cart 1.5.7g German webchills 2023-11-13
* Modified for Zen Cart 1.5.7h German webchills 2024-04-10
*/
require 'includes/application_top.php';

Expand Down
1 change: 1 addition & 0 deletions NEUE DATEIEN/DEINADMIN/includes/classes/addCustomers.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Modified for Zen Cart 1.5.7g German, webchills 2023-11-13
*
*/
#[AllowDynamicProperties]
class addCustomers extends base
{
public function __construct()
Expand Down
6 changes: 3 additions & 3 deletions liesmich.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Kunden per Admin hinzufügen 3.1.0 für Zen Cart 1.5.7 deutsch
Kunden per Admin hinzufügen 3.1.1 für Zen Cart 1.5.7 deutsch

Dieses Modul ist nur für Zen Cart 1.5.7g deutsch geeignet und kann in älteren Zen Cart Versionen nicht verwendet werden!
Stellen Sie sicher, dass Sie Ihren Shop auf 1.5.7g aktualisiert haben, bevor Sie dieses Modul installieren!
Dieses Modul ist nur für Zen Cart 1.5.7h deutsch geeignet und kann in älteren Zen Cart Versionen nicht verwendet werden!
Stellen Sie sicher, dass Sie Ihren Shop auf 1.5.7h aktualisiert haben, bevor Sie dieses Modul installieren!

Mit dieser Erweiterung können Kunden manuell in der Administration hinzugefügt werden.
Dabei kann dem Kunden optional ein Willkommensemail mit seinem Passwort gemailt werden.
Expand Down

0 comments on commit 992ed1f

Please sign in to comment.