Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in /var/www/livvent_test/includes/config.php on line 201

Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in /var/www/livvent_test/includes/config.php on line 201

Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in /var/www/livvent_test/includes/config.php on line 201
<span class="en-only">Track Your Order</span><span class="ar-only">تتبع طلبك</span> — Sub Falafel
Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in /var/www/livvent_test/includes/config.php on line 201

Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in /var/www/livvent_test/includes/config.php on line 201

Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in /var/www/livvent_test/includes/config.php on line 201

Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been removed in PHP 8.2 and this function is now redundant in /var/www/livvent_test/includes/config.php on line 201
Sub Falafel
Order Trackingتتبع الطلب


Track Your Order

Track your order from Sub Falafel — enter your order number below

You can find your order number in the confirmation email
For extra security, enter the phone number associated with the order

How Order Tracking Works

1
Place Orderتقديم الطلب

Receive your order number via email/SMS

2
Track Progress

Enter order number here to see real-time status

3
Receive Order

Get notified when order is ready for pickup/delivery

// ── Language support ────────────────────────────── if (session_status() == PHP_SESSION_NONE) session_start(); if (!isset($activeCountry)) $activeCountry = resolveActiveCountry(); if (!isset($activeCountryCode)) $activeCountryCode = $activeCountry['code']; $supportsArabic = $activeCountry['supports_arabic'] ?? false; if (!$supportsArabic && function_exists('countrySupportsArabic')) { $supportsArabic = countrySupportsArabic($activeCountryCode); } $lang = $_GET['lang'] ?? null; if ($lang === null && isset($_SESSION['lang'])) $lang = $_SESSION['lang']; if ($lang === null && isset($_COOKIE['livvent_lang'])) $lang = $_COOKIE['livvent_lang']; if ($lang !== 'ar' && $lang !== 'en') $lang = 'en'; if (!$supportsArabic) $lang = 'en'; $isRTL = ($lang === 'ar'); // Persist language choice so it carries across all pages $_SESSION['lang'] = $lang; if (!headers_sent()) { setcookie('livvent_lang', $lang, time() + (86400 * 30), '/', '', false, true); }