diff --git a/vendor-payouts.php b/vendor-payouts.php new file mode 100644 index 0000000..53bf663 --- /dev/null +++ b/vendor-payouts.php @@ -0,0 +1,564 @@ + "") { + $_SESSION["isLoggedIn"] = true; + // $customer_data = getCustomerbyLoginId($_SESSION["userId"]); + $vendorLoginId = searchVendorbyLoginId($_SESSION["userId"]); + $vendorLoginIdjson = json_decode($vendorLoginId, true); + // var_dump( $vendorLoginIdjson); + if (isset($vendorLoginIdjson['results'][0])) { + $vendorData = $vendorLoginIdjson['results'][0]; + $vendorId = $vendorData['_id']; + $_SESSION["LoggedInVendorId"] = $vendorId; + } + // $vendor= getVendorbyId($vendorLoginIdjson['results'][0]['_id']); + // // var_dump($vendor); + // $array = json_decode($vendor,true); + // var_dump($array); + +} else { + $_SESSION["isLoggedIn"] = false; + header("location: login.php"); +} +?> + + + + + + + + + + oBanana B2B - Elevate Your Business + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+ + + + + + + + + + + + + +
+
+
+
+
+
+

Vendor Settings

+
+
+ +
    +
  • Home
  • +
  • Settings
  • +
+ +
+
+
+
+
+
+ + + +
+
+
+ +
+
+ +
+
+ + +
+
+
+
+
+
+
+
+ +
+
+
+
Upcoming Payout
+
+
+
+

+
+ + ₱ 0.00 + +
+

+
+ Payout Generation: Tue, Mar 19, 2024 +
+
+ Receive Payout on or before: Wed, Mar 20, 2024 +
+
+ Receipient: Philippine National Bank (PNB) Account ending in 6685 +
+
+
+
+
+
+
+
+
Payout Generation Schedule
+
+
+
+

+
+ + + Weekly + +
+

+
+
+ Every Tuesday +
+
+
+ Payouts that will fall on holiday will be processed the next banking day +
+
+
+
+
+
+
+
+
Next Payout
+
+
+
+

+
+ + ₱ 0.00 + +
+

+
+ Payout Generation: Tue, Mar 25, 2024 +
+
+ Receive Payout on or before: Wed, Mar 26, 2024 +
+
+ Receipient: Philippine National Bank (PNB) Account ending in 6685 +
+
+
+
+
+
+
Payout History
+
+ + + + + + + + + + + + + + + + + + + + +
AmountBankAccount NumberPayout GenerationStatusAction
₱ 1,165.65 EastWest Bank ****6618 December 08, 2023 Deposited + Details +
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+
+ 3 +
+
+ + + +
+ +
+ +
+ Need Help? +

Chat with us on WhatsApp

+
+ + +
+ + +
+
+
+ whatsapp icon +
+
+
+ +
+ + + +
+
+
+

Features

+
+ + icon + +
+
+

Color Scheme

+
    +
  • +
  • +
  • +
  • +
  • +
+
+
+

Backgrounds

+ +
+
+

Full Screen mode

+
+
+
Mode
+
On
+
Off
+
+
+
+
+

Dark mode

+
+
+
Mode
+
On
+
Off
+
+
+
+
+

RTL mode

+
+
+
Rtl
+
On
+
Off
+
+
+
+
+

Clear local storage

+ Clear Cache & Default +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vendor-user-tabs.php b/vendor-user-tabs.php index fc69951..96944df 100644 --- a/vendor-user-tabs.php +++ b/vendor-user-tabs.php @@ -1,23 +1,27 @@ -
- \ No newline at end of file