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; +?>