From 8f8bb67821faf50c0c98f83e8f9d789166721743 Mon Sep 17 00:00:00 2001 From: lat9 Date: Fri, 1 Apr 2022 11:10:14 -0400 Subject: [PATCH] Additional notifications for /admin/orders.php --- admin/orders.php | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/admin/orders.php b/admin/orders.php index 96b91cf062..5eb09888c3 100644 --- a/admin/orders.php +++ b/admin/orders.php @@ -430,7 +430,22 @@ function couponpopupWindow(url) {
-

+notify('NOTIFY_ADMIN_ORDERS_HEADING_TITLE', ['action' => $action, 'order_exists' => $order_exists, 'oID' => $oID], $heading_title, $extra_top_content); +?> +

+ ' . BUTTON_TO_LIST . ''; ?> @@ -842,6 +857,14 @@ function couponpopupWindow(url) {
+notify('NOTIFY_ADMIN_ORDERS_CONTENT_UNDER_PRODUCTS', ['oID' => $oID], $extra_content); + echo $extra_content; +?>