Your order qualifies for free shipping!

Remove item Thumbnail image Product Price Quantity Subtotal
× Febi Bilstein 101141Engine Oil
EDD: Saturday, August 22, 2026
Supplier:

Baba

Delivery:

1

Availability:

19

KSh 7,456.34
KSh 7,456.34
× BOSCH 0 414 799 015Pump and Nozzle Unit
Supplier:

Mama

Availability:

18

KSh 65,342.86
KSh 65,342.86
× Febi Bilstein 179410Track Control Arm
EDD: Saturday, August 22, 2026
Supplier:

Baba

Delivery:

1 day

Availability:

4

KSh 4,790.31
KSh 4,790.31
× Febest 0525-GERTrack Control Arm
Supplier:

Baba

Availability:

75

KSh 2,426.20
KSh 4,852.40
× Febest 1225-I30R1RTrack Control Arm
Supplier:

Baba

Availability:

70

KSh 2,308.56
KSh 2,308.56
× Mobil Delvac 1300 Super Heavy Duty Synthetic Blend KSh 14.99
KSh 14.99
× Febi Bilstein 104351Brake Light Switch
Supplier:

Baba

Availability:

26

KSh 1,132.23
KSh 2,264.46
× BOSCH 0 986 437 351High Pressure Pump
EDD: Sunday, August 30, 2026
Supplier:

Kaka

Delivery:

9days

Availability:

110

KSh 45,538.29
KSh 637,536.06
× BOSCH F 026 407 221Oil Filter
EDD: Sunday, August 30, 2026
Supplier:

Kaka

Delivery:

9days

Availability:

120

KSh 98.41
KSh 98.41
× TOYOTA 9020108106Seal Ring, oil drain plug
Supplier:

Mama

Availability:

380

KSh 16.34
KSh 16.34
× Febi Bilstein 36060Track Control Arm
Supplier:

Baba

Availability:

5

KSh 4,791.94
KSh 14,375.82
× BOSCH 0 986 452 028Oil Filter
Supplier:

Mama

Availability:

113

KSh 635.24
KSh 635.24
× DT Spare Parts 9.01031Seal Ring, oil drain plug
Supplier:

Baba

Availability:

186

KSh 16.34
KSh 16.34
× AISIN DH-022Clutch Disc
Supplier:

Baba

Availability:

21

KSh 2,102.70
KSh 2,102.70
× Febi Bilstein 23634Timing Belt Set
Supplier:

Baba

Availability:

7

KSh 6,966.54
KSh 6,966.54
× Febest 0425-EARTrack Control Arm
Supplier:

Baba

Availability:

60

KSh 2,346.14
KSh 2,346.14
× BOSCH 0 414 701 105Pump and Nozzle Unit
EDD: Sunday, August 30, 2026
Supplier:

Kaka

Delivery:

9days

Availability:

120

KSh 9,766.67
KSh 9,766.67
× AISIN WCTS-004Wheel Brake Cylinder
Supplier:

Baba

Availability:

6

KSh 2,001.41
KSh 2,001.41
× BOSCH 0 242 229 798Spark Plug
Supplier:

Mama

Availability:

120

KSh 273.02
KSh 273.02
× BOSCH 0 450 904 060Fuel filter
Supplier:

Mama

Availability:

118

KSh 388.89
KSh 388.89
× Febest 0775-SX4FRepair Kit, brake caliper
Supplier:

Baba

Availability:

500

KSh 158.48
KSh 158.48
× Febest 0125-190LTrack Control Arm
Supplier:

Baba

Availability:

70

KSh 2,426.20
KSh 2,426.20
× Febi Bilstein 102466Pulley, water pump
Supplier:

Baba

Availability:

56

KSh 3,236.56
KSh 3,236.56
Remove All

Cart totals

Subtotal KSh 769,374.74
Shipping

Shipping to Nairobi County.

Change address
Total KSh 769,374.74
Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
Click outside to hide the comparison bar
Compare
What are you looking for in PartZote?
<?php

add_action('init', function () {
    // Gmail-inspired custom statuses
    $statuses_to_add = [
        'requested' => ['label' => 'Requested', 'color' => '#e3f2fd'],
        'awaiting_confirmation' => ['label' => 'Awaiting Confirmation', 'color' => '#fff3e0'],
        'confirmed' => ['label' => 'Confirmed', 'color' => '#f1f8e9'],
        'in_transit' => ['label' => 'In Transit', 'color' => '#e8eaf6'],
        'arrived_locally' => ['label' => 'Arrived Locally', 'color' => '#ede7f6'],
        'splitted' => ['label' => 'Split Order', 'color' => '#f3e5f5'],
        'ready_to_pick' => ['label' => 'Ready to Pickup', 'color' => '#f0f4c3'],
        'ready_to_deliver' => ['label' => 'Ready to Deliver', 'color' => '#e0f7fa'],
        'partially_delivered' => ['label' => 'Partially Delivered', 'color' => '#fffde7'],
        'completed' => ['label' => 'Completed', 'color' => '#e8f5e9'],
        'returned' => ['label' => 'Returned', 'color' => '#fce4ec'],
        'cancelled' => ['label' => 'Cancelled', 'color' => '#fbe9e7'],
        'refunded' => ['label' => 'Refunded', 'color' => '#ede7f6'],
    ];

    // 1. Save or merge into custom_order_statuses option
    $existing = get_option('custom_order_statuses', []);
    $merged = $existing;

    foreach ($statuses_to_add as $slug => $data) {
        $label = $data['label'];
        $color = $data['color'];

        $merged[$slug] = ['label' => $label, 'color' => $color];

        // 2. Register as post status
        register_post_status('wc-' . $slug, [
            'label'                     => $label,
            'public'                    => true,
            'exclude_from_search'       => false,
            'show_in_admin_all_list'    => true,
            'show_in_admin_status_list' => true,
            'label_count'               => _n_noop("$label <span class='count'>(%s)</span>", "$label <span class='count'>(%s)</span>"),
        ]);
    }

    update_option('custom_order_statuses', $merged);
});

// 3. Register them into WooCommerce dropdowns
add_filter('wc_order_statuses', function ($statuses) {
    $custom = get_option('custom_order_statuses', []);
    foreach ($custom as $slug => $data) {
        $statuses['wc-' . $slug] = $data['label'];
    }
    return $statuses;
});

// 4. Ensure role_permissions has these labels set to TRUE
add_action('admin_init', function () {
    $custom = get_option('custom_order_statuses', []);
    $roles = ['administrator', 'shop_manager', 'wcfm_vendor', 'customer'];
    $role_permissions = get_option('role_permissions', []);

    foreach ($roles as $role) {
        if (!isset($role_permissions[$role])) $role_permissions[$role] = [];
        if (!isset($role_permissions[$role]['order_statuses'])) $role_permissions[$role]['order_statuses'] = [];

        foreach ($custom as $slug => $data) {
            $label = $data['label'];
            $role_permissions[$role]['order_statuses'][$label] = true;
        }
    }

    update_option('role_permissions', $role_permissions);
});