PATH:
home
/
lab2454c
/
costbloc.com
/
database
/
seeders
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; class CategoriesTableSeeder extends Seeder { /** * Auto generated seed file * * @return void */ public function run() { \DB::table('categories')->delete(); \DB::table('categories')->insert(array ( 0 => array ( 'id' => 1, 'name' => 'Uncategorized', 'slug' => 'uncategorized', 'parent_id' => NULL, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 46, 'sell_commissions' => NULL, 'status' => 'Active', ), 1 => array ( 'id' => 38, 'name' => 'Electronic Devices', 'slug' => 'electronic-devices', 'parent_id' => NULL, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 3, 'sell_commissions' => NULL, 'status' => 'Active', ), 2 => array ( 'id' => 39, 'name' => 'Electronic Accessories', 'slug' => 'electronic-accessories', 'parent_id' => NULL, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 9, 'sell_commissions' => NULL, 'status' => 'Active', ), 3 => array ( 'id' => 41, 'name' => 'Health & Beauty', 'slug' => 'health--beauty', 'parent_id' => NULL, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 4 => array ( 'id' => 42, 'name' => 'Babies & Toys', 'slug' => 'babies--toys', 'parent_id' => NULL, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 1, 'sell_commissions' => NULL, 'status' => 'Active', ), 5 => array ( 'id' => 46, 'name' => 'Fashion', 'slug' => 'all-fashion', 'parent_id' => NULL, 'order_by' => 14, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 8, 'sell_commissions' => NULL, 'status' => 'Active', ), 6 => array ( 'id' => 47, 'name' => 'Watches & Accessories', 'slug' => 'watches--accessories', 'parent_id' => NULL, 'order_by' => 15, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 7 => array ( 'id' => 48, 'name' => 'Sports & Outdoor', 'slug' => 'sports--outdoor', 'parent_id' => NULL, 'order_by' => 16, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 8 => array ( 'id' => 49, 'name' => 'Automotive & Motorbike', 'slug' => 'automotive--motorbike', 'parent_id' => NULL, 'order_by' => 17, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 9 => array ( 'id' => 50, 'name' => 'Smartphones', 'slug' => 'smartphones', 'parent_id' => 38, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 10 => array ( 'id' => 51, 'name' => 'Feature Phone', 'slug' => 'feature-phone', 'parent_id' => 38, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 11 => array ( 'id' => 53, 'name' => 'Laptops', 'slug' => 'laptops', 'parent_id' => 38, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 12 => array ( 'id' => 56, 'name' => 'Cameras', 'slug' => 'cameras', 'parent_id' => 38, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 13 => array ( 'id' => 57, 'name' => 'Security Cameras', 'slug' => 'security-cameras', 'parent_id' => 38, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 14 => array ( 'id' => 58, 'name' => 'Mobile Accessories', 'slug' => 'mobile-accessories', 'parent_id' => 39, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 2, 'sell_commissions' => NULL, 'status' => 'Active', ), 15 => array ( 'id' => 59, 'name' => 'Audio', 'slug' => 'audio', 'parent_id' => 39, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 16 => array ( 'id' => 60, 'name' => 'Wearable', 'slug' => 'wearable', 'parent_id' => 39, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 17 => array ( 'id' => 61, 'name' => 'Console Accessories', 'slug' => 'console-accessories', 'parent_id' => 39, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 18 => array ( 'id' => 62, 'name' => 'Camera Accessories', 'slug' => 'camera-accessories', 'parent_id' => 39, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 19 => array ( 'id' => 63, 'name' => 'Computer Accessories', 'slug' => 'computer-accessories', 'parent_id' => 39, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 1, 'sell_commissions' => NULL, 'status' => 'Active', ), 20 => array ( 'id' => 64, 'name' => 'Storage', 'slug' => 'storage', 'parent_id' => 39, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 21 => array ( 'id' => 65, 'name' => 'Printer', 'slug' => 'printer', 'parent_id' => 39, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 22 => array ( 'id' => 66, 'name' => 'Computer Components', 'slug' => 'computer-components', 'parent_id' => 39, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 23 => array ( 'id' => 67, 'name' => 'Network Components', 'slug' => 'network-components', 'parent_id' => 39, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 24 => array ( 'id' => 68, 'name' => 'Software', 'slug' => 'software', 'parent_id' => 39, 'order_by' => 11, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 25 => array ( 'id' => 79, 'name' => 'Bath & Body', 'slug' => 'bath--body', 'parent_id' => 41, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 26 => array ( 'id' => 80, 'name' => 'Beauty Tools', 'slug' => 'beauty-tools', 'parent_id' => 41, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 27 => array ( 'id' => 81, 'name' => 'Fragrances', 'slug' => 'fragrances', 'parent_id' => 41, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 28 => array ( 'id' => 82, 'name' => 'Hair Care', 'slug' => 'hair-care', 'parent_id' => 41, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 29 => array ( 'id' => 84, 'name' => 'Men\'s Care', 'slug' => 'mens-care', 'parent_id' => 41, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 30 => array ( 'id' => 85, 'name' => 'Personal Care', 'slug' => 'personal-care', 'parent_id' => 41, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 31 => array ( 'id' => 86, 'name' => 'Skin Care', 'slug' => 'skin-care', 'parent_id' => 41, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 32 => array ( 'id' => 87, 'name' => 'Food Supplements', 'slug' => 'food-supplements', 'parent_id' => 41, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 33 => array ( 'id' => 88, 'name' => 'Medical Supplies', 'slug' => 'medical-supplies', 'parent_id' => 41, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 34 => array ( 'id' => 91, 'name' => 'Feeding', 'slug' => 'feeding', 'parent_id' => 42, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 35 => array ( 'id' => 92, 'name' => 'Diapering & Potty', 'slug' => 'diapering--potty', 'parent_id' => 42, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 36 => array ( 'id' => 93, 'name' => 'Baby Gear', 'slug' => 'baby-gear', 'parent_id' => 42, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 37 => array ( 'id' => 94, 'name' => 'Baby Personal Care', 'slug' => 'baby-personal-care', 'parent_id' => 42, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 38 => array ( 'id' => 95, 'name' => 'Clothing & Accessories', 'slug' => 'clothing--accessories', 'parent_id' => 42, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 39 => array ( 'id' => 96, 'name' => 'Nursery', 'slug' => 'nursery', 'parent_id' => 42, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 40 => array ( 'id' => 97, 'name' => 'Toys & Games', 'slug' => 'toys--games', 'parent_id' => 42, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 41 => array ( 'id' => 99, 'name' => 'Remote Control & Vehicles', 'slug' => 'remote-control--vehicles', 'parent_id' => 42, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 42 => array ( 'id' => 100, 'name' => 'Sport & Outdoor Play', 'slug' => 'sport--outdoor-play', 'parent_id' => 42, 'order_by' => 11, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 43 => array ( 'id' => 101, 'name' => 'Traditional Games', 'slug' => 'traditional-games', 'parent_id' => 42, 'order_by' => 12, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 44 => array ( 'id' => 147, 'name' => 'Men\'s Watch', 'slug' => 'mens-watch', 'parent_id' => 47, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 45 => array ( 'id' => 148, 'name' => 'Women\'s Watch', 'slug' => 'womens-watch', 'parent_id' => 47, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 46 => array ( 'id' => 149, 'name' => 'Women\'s Jewelleries', 'slug' => 'womens-jewelleries', 'parent_id' => 47, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 47 => array ( 'id' => 150, 'name' => 'Men\'s Jewelleries', 'slug' => 'mens-jewelleries', 'parent_id' => 47, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 48 => array ( 'id' => 154, 'name' => 'Sunglasses', 'slug' => 'sunglasses', 'parent_id' => 47, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 49 => array ( 'id' => 155, 'name' => 'Eyeglasses', 'slug' => 'eyeglasses', 'parent_id' => 47, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 50 => array ( 'id' => 160, 'name' => 'Cycling', 'slug' => 'cycling', 'parent_id' => 48, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 51 => array ( 'id' => 161, 'name' => 'Boxing, Martial Arts & MMA', 'slug' => 'boxing-martial-arts--mma', 'parent_id' => 48, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 52 => array ( 'id' => 162, 'name' => 'Men Shoes & Clothing', 'slug' => 'men-shoes--clothing', 'parent_id' => 48, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 53 => array ( 'id' => 163, 'name' => 'Outdoor Recreation', 'slug' => 'outdoor-recreation', 'parent_id' => 48, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 54 => array ( 'id' => 164, 'name' => 'Exercise & Fitness', 'slug' => 'exercise--fitness', 'parent_id' => 48, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 55 => array ( 'id' => 165, 'name' => 'Racket Sports', 'slug' => 'racket-sports', 'parent_id' => 48, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 56 => array ( 'id' => 166, 'name' => 'Team Sports', 'slug' => 'team-sports', 'parent_id' => 48, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 57 => array ( 'id' => 167, 'name' => 'Camping & Hiking', 'slug' => 'camping--hiking', 'parent_id' => 48, 'order_by' => 11, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 58 => array ( 'id' => 169, 'name' => 'Automobile', 'slug' => 'automobile', 'parent_id' => 49, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 59 => array ( 'id' => 170, 'name' => 'Auto Oils & Fluids', 'slug' => 'auto-oils--fluids', 'parent_id' => 49, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 60 => array ( 'id' => 171, 'name' => 'Interior Accessories', 'slug' => 'interior-accessories', 'parent_id' => 49, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 61 => array ( 'id' => 172, 'name' => 'Exterior Accessories', 'slug' => 'exterior-accessories', 'parent_id' => 49, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 62 => array ( 'id' => 173, 'name' => 'Exterior Vehicle Care', 'slug' => 'exterior-vehicle-care', 'parent_id' => 49, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 63 => array ( 'id' => 174, 'name' => 'Interior Vehicle Care', 'slug' => 'interior-vehicle-care', 'parent_id' => 49, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 64 => array ( 'id' => 176, 'name' => 'Car Audio', 'slug' => 'car-audio', 'parent_id' => 49, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 65 => array ( 'id' => 177, 'name' => 'Motorcycle', 'slug' => 'motorcycle', 'parent_id' => 49, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 66 => array ( 'id' => 179, 'name' => 'Motorcycle Riding Gear', 'slug' => 'motorcycle-riding-gear', 'parent_id' => 49, 'order_by' => 11, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 67 => array ( 'id' => 180, 'name' => 'Realme Phones', 'slug' => 'realme-phones', 'parent_id' => 50, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 68 => array ( 'id' => 181, 'name' => 'Samsung Phones', 'slug' => 'samsung-phones', 'parent_id' => 50, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 69 => array ( 'id' => 182, 'name' => 'Xiaomi Phones', 'slug' => 'xiaomi-phones', 'parent_id' => 50, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 70 => array ( 'id' => 183, 'name' => 'OPPO Phones', 'slug' => 'oppo-phones', 'parent_id' => 50, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 71 => array ( 'id' => 184, 'name' => 'Vivo Phones', 'slug' => 'vivo-phones', 'parent_id' => 50, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 72 => array ( 'id' => 185, 'name' => 'Infinix Phones', 'slug' => 'infinix-phones', 'parent_id' => 50, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 73 => array ( 'id' => 186, 'name' => 'Motorola Phones', 'slug' => 'motorola-phones', 'parent_id' => 50, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 74 => array ( 'id' => 187, 'name' => 'Tecno Phones', 'slug' => 'tecno-phones', 'parent_id' => 50, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 75 => array ( 'id' => 190, 'name' => 'Nokia Feature Phone', 'slug' => 'nokia-feature-phone', 'parent_id' => 51, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 76 => array ( 'id' => 191, 'name' => 'Samsung Feature Phone', 'slug' => 'samsung-feature-phone', 'parent_id' => 51, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 77 => array ( 'id' => 197, 'name' => 'HP Laptops', 'slug' => 'hp-laptops', 'parent_id' => 53, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 78 => array ( 'id' => 198, 'name' => 'Asus Laptops', 'slug' => 'asus-laptops', 'parent_id' => 53, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 79 => array ( 'id' => 199, 'name' => 'Dell Laptops', 'slug' => 'dell-laptops', 'parent_id' => 53, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 80 => array ( 'id' => 200, 'name' => 'Lenovo Laptops', 'slug' => 'lenovo-laptops', 'parent_id' => 53, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 81 => array ( 'id' => 202, 'name' => 'Acer Laptops', 'slug' => 'acer-laptops', 'parent_id' => 53, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 82 => array ( 'id' => 212, 'name' => 'DSLR', 'slug' => 'dslr', 'parent_id' => 56, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 83 => array ( 'id' => 213, 'name' => 'Mirrorless', 'slug' => 'mirrorless', 'parent_id' => 56, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 84 => array ( 'id' => 214, 'name' => 'Point & Shoot', 'slug' => 'point--shoot', 'parent_id' => 56, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 85 => array ( 'id' => 216, 'name' => 'Car Cameras', 'slug' => 'car-cameras', 'parent_id' => 56, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 86 => array ( 'id' => 217, 'name' => 'Action/Video Cameras', 'slug' => 'actionvideo-cameras', 'parent_id' => 56, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 87 => array ( 'id' => 218, 'name' => 'IP Security Cameras', 'slug' => 'ip-security-cameras', 'parent_id' => 57, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 88 => array ( 'id' => 220, 'name' => 'CCTV Security Cameras', 'slug' => 'cctv-security-cameras', 'parent_id' => 57, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 89 => array ( 'id' => 222, 'name' => 'Phone Cases', 'slug' => 'phone-cases', 'parent_id' => 58, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 90 => array ( 'id' => 223, 'name' => 'Power Banks', 'slug' => 'power-banks', 'parent_id' => 58, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 91 => array ( 'id' => 224, 'name' => 'Cables & Converters', 'slug' => 'cables--converters', 'parent_id' => 58, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 92 => array ( 'id' => 225, 'name' => 'Wall Chargers', 'slug' => 'wall-chargers', 'parent_id' => 58, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 93 => array ( 'id' => 226, 'name' => 'Wireless Chargers', 'slug' => 'wireless-chargers', 'parent_id' => 58, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 94 => array ( 'id' => 227, 'name' => 'Headphones & Headset', 'slug' => 'headphones--headset', 'parent_id' => 59, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 95 => array ( 'id' => 228, 'name' => 'Home Entertainment', 'slug' => 'home-entertainment', 'parent_id' => 59, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 96 => array ( 'id' => 229, 'name' => 'Bluetooth Speakers', 'slug' => 'bluetooth-speakers', 'parent_id' => 59, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 97 => array ( 'id' => 230, 'name' => 'Live sound & Stage Equipment', 'slug' => 'live-sound--stage-equipment', 'parent_id' => 59, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 98 => array ( 'id' => 231, 'name' => 'Smartwatches', 'slug' => 'smartwatches', 'parent_id' => 60, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 99 => array ( 'id' => 232, 'name' => 'Virtual Reality', 'slug' => 'virtual-reality', 'parent_id' => 60, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 100 => array ( 'id' => 233, 'name' => 'Playstation Controllers', 'slug' => 'playstation--controllers', 'parent_id' => 61, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 101 => array ( 'id' => 234, 'name' => 'Other Gaming Accessories', 'slug' => 'other-gaming-accessories', 'parent_id' => 61, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 102 => array ( 'id' => 235, 'name' => 'Memory Cards', 'slug' => 'memory-cards', 'parent_id' => 62, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 103 => array ( 'id' => 236, 'name' => 'DSLR Lens', 'slug' => 'dslr-lens', 'parent_id' => 62, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 104 => array ( 'id' => 237, 'name' => 'Mirrorless Lens', 'slug' => 'mirrorless-lens', 'parent_id' => 62, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 105 => array ( 'id' => 238, 'name' => 'Special Camera Lens', 'slug' => 'special-camera-lens', 'parent_id' => 62, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 106 => array ( 'id' => 239, 'name' => 'Tripods & Monopods', 'slug' => 'tripods--monopods', 'parent_id' => 62, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 107 => array ( 'id' => 240, 'name' => 'Camera Cases, Covers and Bags', 'slug' => 'camera-cases-covers-and-bags', 'parent_id' => 62, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 108 => array ( 'id' => 241, 'name' => 'Lighting & Studio Equipment', 'slug' => 'lighting--studio-equipment', 'parent_id' => 62, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 109 => array ( 'id' => 242, 'name' => 'Dry Box', 'slug' => 'dry-box', 'parent_id' => 62, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 110 => array ( 'id' => 243, 'name' => 'Batteries', 'slug' => 'batteries', 'parent_id' => 62, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 111 => array ( 'id' => 244, 'name' => 'Monitors', 'slug' => 'monitors', 'parent_id' => 63, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 112 => array ( 'id' => 245, 'name' => 'Mice', 'slug' => 'mice', 'parent_id' => 63, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 113 => array ( 'id' => 246, 'name' => 'PC Audio', 'slug' => 'pc-audio', 'parent_id' => 63, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 114 => array ( 'id' => 247, 'name' => 'Keyboards', 'slug' => 'keyboards', 'parent_id' => 63, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 115 => array ( 'id' => 248, 'name' => 'Mice & Keyboard Combos', 'slug' => 'mice--keyboard-combos', 'parent_id' => 63, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 116 => array ( 'id' => 249, 'name' => 'Power Cord & Adaptors', 'slug' => 'power-cord--adaptors', 'parent_id' => 63, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 117 => array ( 'id' => 250, 'name' => 'External Hard Drives', 'slug' => 'external-hard-drives', 'parent_id' => 64, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 118 => array ( 'id' => 251, 'name' => 'Internal Hard Drives', 'slug' => 'internal-hard-drives', 'parent_id' => 64, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 119 => array ( 'id' => 252, 'name' => 'Flash Drives', 'slug' => 'flash-drives', 'parent_id' => 64, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 120 => array ( 'id' => 253, 'name' => 'OTG Drives', 'slug' => 'otg-drives', 'parent_id' => 64, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 121 => array ( 'id' => 254, 'name' => 'Printers', 'slug' => 'printers', 'parent_id' => 65, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 122 => array ( 'id' => 255, 'name' => 'Ink & Toners', 'slug' => 'ink--toners', 'parent_id' => 65, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 123 => array ( 'id' => 256, 'name' => 'Printer Stands', 'slug' => 'printer-stands', 'parent_id' => 65, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 124 => array ( 'id' => 257, 'name' => 'Fax Machines', 'slug' => 'fax-machines', 'parent_id' => 65, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 125 => array ( 'id' => 258, 'name' => 'Graphic Cards', 'slug' => 'graphic-cards', 'parent_id' => 66, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 126 => array ( 'id' => 259, 'name' => 'Desktop Casings', 'slug' => 'desktop-casings', 'parent_id' => 66, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 127 => array ( 'id' => 260, 'name' => 'Motherboards', 'slug' => 'motherboards', 'parent_id' => 66, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 128 => array ( 'id' => 261, 'name' => 'Fans & Heatsinks', 'slug' => 'fans--heatsinks', 'parent_id' => 66, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 129 => array ( 'id' => 262, 'name' => 'RAM', 'slug' => 'ram', 'parent_id' => 66, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 130 => array ( 'id' => 263, 'name' => 'Processors', 'slug' => 'processors', 'parent_id' => 66, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 131 => array ( 'id' => 264, 'name' => 'Access Points', 'slug' => 'access-points', 'parent_id' => 67, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 132 => array ( 'id' => 265, 'name' => 'Modems', 'slug' => 'modems', 'parent_id' => 67, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 133 => array ( 'id' => 266, 'name' => 'Network Interface Cards', 'slug' => 'network-interface-cards', 'parent_id' => 67, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 134 => array ( 'id' => 267, 'name' => 'Network Switches', 'slug' => 'network-switches', 'parent_id' => 67, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 135 => array ( 'id' => 268, 'name' => 'Routers', 'slug' => 'routers', 'parent_id' => 67, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 136 => array ( 'id' => 269, 'name' => 'Wireless USB Adapters', 'slug' => 'wireless-usb-adapters', 'parent_id' => 67, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 137 => array ( 'id' => 270, 'name' => 'Educational Media', 'slug' => 'educational-media', 'parent_id' => 68, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 138 => array ( 'id' => 271, 'name' => 'Operating System', 'slug' => 'operating-system', 'parent_id' => 68, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 139 => array ( 'id' => 272, 'name' => 'PC Games', 'slug' => 'pc-games', 'parent_id' => 68, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 140 => array ( 'id' => 273, 'name' => 'Security Software', 'slug' => 'security-software', 'parent_id' => 68, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 141 => array ( 'id' => 274, 'name' => 'Imported Cars', 'slug' => 'imported-cars', 'parent_id' => 169, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 142 => array ( 'id' => 275, 'name' => 'Sedans', 'slug' => 'sedans', 'parent_id' => 169, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 143 => array ( 'id' => 276, 'name' => 'SUVs', 'slug' => 'suvs', 'parent_id' => 169, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 144 => array ( 'id' => 277, 'name' => 'Trucks', 'slug' => 'trucks', 'parent_id' => 169, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 145 => array ( 'id' => 279, 'name' => 'Transmission Fluids', 'slug' => 'transmission-fluids', 'parent_id' => 170, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 146 => array ( 'id' => 280, 'name' => 'Seat Covers & Accessories', 'slug' => 'seat-covers--accessories', 'parent_id' => 171, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 147 => array ( 'id' => 282, 'name' => 'Air Fresheners', 'slug' => 'air-fresheners', 'parent_id' => 171, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 148 => array ( 'id' => 283, 'name' => 'Covers', 'slug' => 'covers', 'parent_id' => 172, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 149 => array ( 'id' => 284, 'name' => 'Car Polishes & Waxes', 'slug' => 'car-polishes--waxes', 'parent_id' => 173, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 150 => array ( 'id' => 285, 'name' => 'Vacuums', 'slug' => 'vacuums', 'parent_id' => 174, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 151 => array ( 'id' => 286, 'name' => 'Speakers', 'slug' => 'speakers', 'parent_id' => 176, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 152 => array ( 'id' => 288, 'name' => 'Standard Bikes', 'slug' => 'standard-bikes', 'parent_id' => 177, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 153 => array ( 'id' => 292, 'name' => 'Helmet', 'slug' => 'helmet', 'parent_id' => 179, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 154 => array ( 'id' => 293, 'name' => 'Gloves', 'slug' => 'gloves', 'parent_id' => 179, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 155 => array ( 'id' => 294, 'name' => 'Eyewear', 'slug' => 'eyewear', 'parent_id' => 179, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 156 => array ( 'id' => 295, 'name' => 'Bicycle', 'slug' => 'bicycle', 'parent_id' => 160, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 157 => array ( 'id' => 296, 'name' => 'Bicycle Accessories', 'slug' => 'bicycle-accessories', 'parent_id' => 160, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 158 => array ( 'id' => 297, 'name' => 'Boxing Gloves', 'slug' => 'boxing-gloves', 'parent_id' => 161, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 159 => array ( 'id' => 298, 'name' => 'Boxing Protective gear', 'slug' => 'boxing-protective-gear', 'parent_id' => 161, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 160 => array ( 'id' => 300, 'name' => 'Punching Bags & Accessories', 'slug' => 'punching-bags--accessories', 'parent_id' => 161, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 161 => array ( 'id' => 301, 'name' => 'Clothing', 'slug' => 'clothing--', 'parent_id' => 162, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 162 => array ( 'id' => 302, 'name' => 'Shoes', 'slug' => 'shoes', 'parent_id' => 162, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 163 => array ( 'id' => 303, 'name' => 'Accessories', 'slug' => 'accessories', 'parent_id' => 162, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 164 => array ( 'id' => 304, 'name' => 'Bags', 'slug' => 'bags', 'parent_id' => 162, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 165 => array ( 'id' => 305, 'name' => 'Golf', 'slug' => 'golf', 'parent_id' => 163, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 166 => array ( 'id' => 306, 'name' => 'Fishing', 'slug' => 'fishing', 'parent_id' => 163, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 167 => array ( 'id' => 307, 'name' => 'Skateboards', 'slug' => 'skateboards', 'parent_id' => 163, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 168 => array ( 'id' => 308, 'name' => 'Water Sports', 'slug' => 'water-sports', 'parent_id' => 163, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 169 => array ( 'id' => 309, 'name' => 'Exercise Bikes', 'slug' => 'exercise-bikes', 'parent_id' => 164, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 170 => array ( 'id' => 310, 'name' => 'Elliptical Trainers', 'slug' => 'elliptical-trainers', 'parent_id' => 164, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 171 => array ( 'id' => 311, 'name' => 'Strength Training Equipment', 'slug' => 'strength-training-equipment', 'parent_id' => 164, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 172 => array ( 'id' => 312, 'name' => 'Badminton', 'slug' => 'badminton', 'parent_id' => 165, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 173 => array ( 'id' => 313, 'name' => 'Squash', 'slug' => 'squash', 'parent_id' => 165, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 174 => array ( 'id' => 314, 'name' => 'Football', 'slug' => 'football', 'parent_id' => 166, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 175 => array ( 'id' => 315, 'name' => 'Cricket', 'slug' => 'cricket', 'parent_id' => 166, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 176 => array ( 'id' => 316, 'name' => 'Basketball', 'slug' => 'basketball', 'parent_id' => 166, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 177 => array ( 'id' => 317, 'name' => 'Volleyball', 'slug' => 'volleyball', 'parent_id' => 166, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 178 => array ( 'id' => 318, 'name' => 'Tents', 'slug' => 'tents', 'parent_id' => 167, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 179 => array ( 'id' => 319, 'name' => 'Sleeping Bags', 'slug' => 'sleeping-bags', 'parent_id' => 167, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 180 => array ( 'id' => 320, 'name' => 'Cooking Essentials', 'slug' => 'cooking-essentials', 'parent_id' => 167, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 181 => array ( 'id' => 321, 'name' => 'Hiking Backpacks', 'slug' => 'hiking-backpacks', 'parent_id' => 167, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 182 => array ( 'id' => 322, 'name' => 'Body & Massage Oils', 'slug' => 'body--massage-oils', 'parent_id' => 79, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 183 => array ( 'id' => 323, 'name' => 'Body Moisturizers', 'slug' => 'body-moisturizers', 'parent_id' => 79, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 184 => array ( 'id' => 324, 'name' => 'Body Scrubs', 'slug' => 'body-scrubs', 'parent_id' => 79, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 185 => array ( 'id' => 325, 'name' => 'Body Soaps & Shower Gels', 'slug' => 'body-soaps--shower-gels', 'parent_id' => 79, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 186 => array ( 'id' => 326, 'name' => 'Foot Care', 'slug' => 'foot-care', 'parent_id' => 79, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 187 => array ( 'id' => 327, 'name' => 'Hair Removal', 'slug' => 'hair-removal', 'parent_id' => 79, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 188 => array ( 'id' => 328, 'name' => 'Hand Care', 'slug' => 'hand-care', 'parent_id' => 79, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 189 => array ( 'id' => 329, 'name' => 'Sun Care for Body', 'slug' => 'sun-care-for-body', 'parent_id' => 79, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 190 => array ( 'id' => 330, 'name' => 'Bath & Body Accessories', 'slug' => 'bath--body-accessories', 'parent_id' => 79, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 191 => array ( 'id' => 331, 'name' => 'Curling Irons & Wands', 'slug' => 'curling-irons--wands', 'parent_id' => 80, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 192 => array ( 'id' => 332, 'name' => 'Flat Irons', 'slug' => 'flat-irons', 'parent_id' => 80, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 193 => array ( 'id' => 333, 'name' => 'Multi-stylers', 'slug' => 'multi-stylers', 'parent_id' => 80, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 194 => array ( 'id' => 334, 'name' => 'Hair Dryers', 'slug' => 'hair-dryers', 'parent_id' => 80, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 195 => array ( 'id' => 335, 'name' => 'Face Skin Care Tools', 'slug' => 'face-skin-care-tools', 'parent_id' => 80, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 196 => array ( 'id' => 336, 'name' => 'Foot Relief Tools', 'slug' => 'foot-relief-tools', 'parent_id' => 80, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 197 => array ( 'id' => 337, 'name' => 'Hair Removal Accessories', 'slug' => 'hair-removal-accessories', 'parent_id' => 80, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 198 => array ( 'id' => 338, 'name' => 'Slimming & Electric Massagers', 'slug' => 'slimming--electric-massagers', 'parent_id' => 80, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 199 => array ( 'id' => 339, 'name' => 'Women Fragrances', 'slug' => 'women-fragrances', 'parent_id' => 81, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 200 => array ( 'id' => 340, 'name' => 'Men Fragrances', 'slug' => 'men-fragrances', 'parent_id' => 81, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 201 => array ( 'id' => 341, 'name' => 'Unisex Fragrances', 'slug' => 'unisex-fragrances', 'parent_id' => 81, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 202 => array ( 'id' => 342, 'name' => 'Shampoo', 'slug' => 'shampoo', 'parent_id' => 82, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 203 => array ( 'id' => 343, 'name' => 'Hair Treatments', 'slug' => 'hair-treatments', 'parent_id' => 82, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 204 => array ( 'id' => 344, 'name' => 'Hair Care Accessories', 'slug' => 'hair-care-accessories', 'parent_id' => 82, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 205 => array ( 'id' => 345, 'name' => 'Hair Brushes & Combs', 'slug' => 'hair-brushes--combs', 'parent_id' => 82, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 206 => array ( 'id' => 346, 'name' => 'Hair Coloring', 'slug' => 'hair-coloring', 'parent_id' => 82, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 207 => array ( 'id' => 347, 'name' => 'Hair Conditioner', 'slug' => 'hair-conditioner', 'parent_id' => 82, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 208 => array ( 'id' => 348, 'name' => 'Wig & Hair Extensions & Pads', 'slug' => 'wig--hair-extensions--pads', 'parent_id' => 82, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 209 => array ( 'id' => 357, 'name' => 'Deodorants', 'slug' => 'deodorants', 'parent_id' => 84, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 210 => array ( 'id' => 360, 'name' => 'Hair Care', 'slug' => 'hair--care', 'parent_id' => 84, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 211 => array ( 'id' => 361, 'name' => 'Shaving & Grooming', 'slug' => 'shaving--grooming', 'parent_id' => 84, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 212 => array ( 'id' => 362, 'name' => 'Skin Care', 'slug' => 'skin--care', 'parent_id' => 84, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 213 => array ( 'id' => 365, 'name' => 'Oral Care', 'slug' => 'oral-care', 'parent_id' => 85, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 214 => array ( 'id' => 366, 'name' => 'Personal Safety & Security', 'slug' => 'personal-safety--security', 'parent_id' => 85, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 215 => array ( 'id' => 367, 'name' => 'Moisturizers & Creams', 'slug' => 'moisturizers--creams', 'parent_id' => 86, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 216 => array ( 'id' => 368, 'name' => 'Serum & Essence', 'slug' => 'serum--essence', 'parent_id' => 86, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 217 => array ( 'id' => 369, 'name' => 'Face Mask & Packs', 'slug' => 'face-mask--packs', 'parent_id' => 86, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 218 => array ( 'id' => 370, 'name' => 'Face Scrubs & Exfoliators', 'slug' => 'face-scrubs--exfoliators', 'parent_id' => 86, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 219 => array ( 'id' => 371, 'name' => 'Facial Cleansers', 'slug' => 'facial-cleansers', 'parent_id' => 86, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 220 => array ( 'id' => 372, 'name' => 'Lip Balm & Treatments', 'slug' => 'lip-balm--treatments', 'parent_id' => 86, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 221 => array ( 'id' => 373, 'name' => 'Toner & Mists', 'slug' => 'toner--mists', 'parent_id' => 86, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 222 => array ( 'id' => 374, 'name' => 'Beauty Supplements', 'slug' => 'beauty-supplements', 'parent_id' => 87, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 223 => array ( 'id' => 375, 'name' => 'Multivitamins', 'slug' => 'multivitamins', 'parent_id' => 87, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 224 => array ( 'id' => 376, 'name' => 'Sports Nutrition', 'slug' => 'sports-nutrition', 'parent_id' => 87, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 225 => array ( 'id' => 377, 'name' => 'Well Being', 'slug' => 'well-being', 'parent_id' => 87, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 226 => array ( 'id' => 378, 'name' => 'Sexual Health Vitamins', 'slug' => 'sexual-health-vitamins', 'parent_id' => 87, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 227 => array ( 'id' => 379, 'name' => 'First Aid Supplies', 'slug' => 'first-aid-supplies', 'parent_id' => 88, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 228 => array ( 'id' => 380, 'name' => 'Health Accessories', 'slug' => 'health-accessories', 'parent_id' => 88, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 229 => array ( 'id' => 381, 'name' => 'Health Monitors & Tests', 'slug' => 'health-monitors--tests', 'parent_id' => 88, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 230 => array ( 'id' => 382, 'name' => 'Injury Support & Braces', 'slug' => 'injury-support--braces', 'parent_id' => 88, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 231 => array ( 'id' => 383, 'name' => 'Medical Tests', 'slug' => 'medical-tests', 'parent_id' => 88, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 232 => array ( 'id' => 384, 'name' => 'Nebulizers & Aspirators', 'slug' => 'nebulizers--aspirators', 'parent_id' => 88, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 233 => array ( 'id' => 385, 'name' => 'Ointments & Creams', 'slug' => 'ointments--creams', 'parent_id' => 88, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 234 => array ( 'id' => 386, 'name' => 'Scales & Body Fat Analyzers', 'slug' => 'scales--body-fat-analyzers', 'parent_id' => 88, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 235 => array ( 'id' => 387, 'name' => 'Wheelchairs', 'slug' => 'wheelchairs', 'parent_id' => 88, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 236 => array ( 'id' => 388, 'name' => 'Baby & Toddler Foods', 'slug' => 'baby--toddler-foods', 'parent_id' => 91, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 237 => array ( 'id' => 389, 'name' => 'Milk Formula', 'slug' => 'milk-formula', 'parent_id' => 91, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 238 => array ( 'id' => 390, 'name' => 'Cloth Diapers & Accessories', 'slug' => 'cloth-diapers--accessories', 'parent_id' => 92, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 239 => array ( 'id' => 391, 'name' => 'Diaper Bags', 'slug' => 'diaper-bags', 'parent_id' => 92, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 240 => array ( 'id' => 392, 'name' => 'Wipes & Holders', 'slug' => 'wipes--holders', 'parent_id' => 92, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 241 => array ( 'id' => 393, 'name' => 'Disposable Diapers', 'slug' => 'disposable-diapers', 'parent_id' => 92, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 242 => array ( 'id' => 394, 'name' => 'Baby Walkers', 'slug' => 'baby-walkers', 'parent_id' => 93, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 243 => array ( 'id' => 395, 'name' => 'Backpacks & Carriers', 'slug' => 'backpacks--carriers', 'parent_id' => 93, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 244 => array ( 'id' => 396, 'name' => 'Strollers', 'slug' => 'strollers', 'parent_id' => 93, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 245 => array ( 'id' => 397, 'name' => 'Swings, Jumpers & Bouncers', 'slug' => 'swings-jumpers--bouncers', 'parent_id' => 93, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 246 => array ( 'id' => 398, 'name' => 'Baby Bath', 'slug' => 'baby-bath', 'parent_id' => 94, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 247 => array ( 'id' => 399, 'name' => 'Bathing Tubs & Seats', 'slug' => 'bathing-tubs--seats', 'parent_id' => 94, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 248 => array ( 'id' => 400, 'name' => 'Shampoo & Conditioners', 'slug' => 'shampoo--conditioners', 'parent_id' => 94, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 249 => array ( 'id' => 401, 'name' => 'Soaps, Cleansers & Bodywash', 'slug' => 'soaps-cleansers--bodywash', 'parent_id' => 94, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 250 => array ( 'id' => 402, 'name' => 'Girls Clothing', 'slug' => 'girls-clothing', 'parent_id' => 95, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 251 => array ( 'id' => 403, 'name' => 'Girls Shoes', 'slug' => 'girls-shoes', 'parent_id' => 95, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 252 => array ( 'id' => 404, 'name' => 'Boys Clothing', 'slug' => 'boys-clothing', 'parent_id' => 95, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 253 => array ( 'id' => 405, 'name' => 'Maternity Wear', 'slug' => 'maternity-wear', 'parent_id' => 95, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 254 => array ( 'id' => 406, 'name' => 'New Born Unisex (Zero - Six months)', 'slug' => 'new-born-unisex-zero---six-months', 'parent_id' => 95, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 255 => array ( 'id' => 407, 'name' => 'New Born Body Suits', 'slug' => 'new-born-body-suits', 'parent_id' => 95, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 256 => array ( 'id' => 408, 'name' => 'New Born Sets & Packs', 'slug' => 'new-born-sets--packs', 'parent_id' => 95, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 257 => array ( 'id' => 409, 'name' => 'Bathroom Safety', 'slug' => 'bathroom-safety', 'parent_id' => 96, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 258 => array ( 'id' => 410, 'name' => 'Mattresses & Bedding', 'slug' => 'mattresses--bedding', 'parent_id' => 96, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 259 => array ( 'id' => 411, 'name' => 'Sanitizers', 'slug' => 'sanitizers', 'parent_id' => 96, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 260 => array ( 'id' => 412, 'name' => 'Action Figures & Collectibles', 'slug' => 'action-figures--collectibles', 'parent_id' => 97, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 261 => array ( 'id' => 413, 'name' => 'Arts & Crafts for Kids', 'slug' => 'arts--crafts-for-kids', 'parent_id' => 97, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 262 => array ( 'id' => 414, 'name' => 'Ball Prit & Accessories', 'slug' => 'ball-prit--accessories', 'parent_id' => 97, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 263 => array ( 'id' => 415, 'name' => 'Block & Building Toys', 'slug' => 'block--building-toys', 'parent_id' => 97, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 264 => array ( 'id' => 416, 'name' => 'Doll & Accessories', 'slug' => 'doll--accessories', 'parent_id' => 97, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 265 => array ( 'id' => 417, 'name' => 'Dress Up & Pretend Play', 'slug' => 'dress-up--pretend-play', 'parent_id' => 97, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 266 => array ( 'id' => 418, 'name' => 'Electronic toys', 'slug' => 'electronic-toys', 'parent_id' => 97, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 267 => array ( 'id' => 420, 'name' => 'Party Supplies', 'slug' => 'party-supplies', 'parent_id' => 97, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 268 => array ( 'id' => 421, 'name' => 'Puzzle', 'slug' => 'puzzle', 'parent_id' => 97, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 269 => array ( 'id' => 422, 'name' => 'Slime & Squishy Toys', 'slug' => 'slime--squishy-toys', 'parent_id' => 97, 'order_by' => 11, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 270 => array ( 'id' => 423, 'name' => 'Stuffed Toys', 'slug' => 'stuffed-toys', 'parent_id' => 97, 'order_by' => 12, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 271 => array ( 'id' => 432, 'name' => 'Die-Cast Vehicles', 'slug' => 'die-cast-vehicles', 'parent_id' => 99, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 272 => array ( 'id' => 433, 'name' => 'RC Vehicles & Batteries', 'slug' => 'rc-vehicles--batteries', 'parent_id' => 99, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 273 => array ( 'id' => 434, 'name' => 'Play Trains & Railway Sets', 'slug' => 'play-trains--railway-sets', 'parent_id' => 99, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 274 => array ( 'id' => 435, 'name' => 'Play Vehicles', 'slug' => 'play-vehicles', 'parent_id' => 99, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 275 => array ( 'id' => 436, 'name' => 'Drones & Accessories', 'slug' => 'drones--accessories', 'parent_id' => 99, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 276 => array ( 'id' => 438, 'name' => 'Kids Bikes & Accessories', 'slug' => 'kids-bikes--accessories', 'parent_id' => 100, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 277 => array ( 'id' => 440, 'name' => 'Outdoor Toys', 'slug' => 'outdoor-toys', 'parent_id' => 100, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 278 => array ( 'id' => 442, 'name' => 'Boxing', 'slug' => 'boxing', 'parent_id' => 100, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 279 => array ( 'id' => 445, 'name' => 'Kids Tricycles', 'slug' => 'kids-tricycles', 'parent_id' => 100, 'order_by' => 9, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 280 => array ( 'id' => 446, 'name' => 'Toys Sports', 'slug' => 'toys-sports', 'parent_id' => 100, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 281 => array ( 'id' => 447, 'name' => 'Board Games', 'slug' => 'board-games', 'parent_id' => 101, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 282 => array ( 'id' => 448, 'name' => 'Card Games', 'slug' => 'card-games', 'parent_id' => 101, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 283 => array ( 'id' => 449, 'name' => 'Game Room Games', 'slug' => 'game-room-games', 'parent_id' => 101, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 284 => array ( 'id' => 450, 'name' => 'Casual', 'slug' => 'casual', 'parent_id' => 147, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 285 => array ( 'id' => 451, 'name' => 'Business', 'slug' => 'business', 'parent_id' => 147, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 286 => array ( 'id' => 452, 'name' => 'Fashion', 'slug' => 'fashion', 'parent_id' => 147, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 287 => array ( 'id' => 453, 'name' => 'Sport', 'slug' => 'sport', 'parent_id' => 147, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 288 => array ( 'id' => 454, 'name' => 'Casual', 'slug' => 'casual-', 'parent_id' => 148, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 289 => array ( 'id' => 455, 'name' => 'Business', 'slug' => 'business-', 'parent_id' => 148, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 290 => array ( 'id' => 456, 'name' => 'Fashion-', 'slug' => 'fashion-', 'parent_id' => 148, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 291 => array ( 'id' => 457, 'name' => 'Rings', 'slug' => 'rings', 'parent_id' => 149, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 292 => array ( 'id' => 458, 'name' => 'Necklaces', 'slug' => 'necklaces', 'parent_id' => 149, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 293 => array ( 'id' => 459, 'name' => 'Pendants', 'slug' => 'pendants', 'parent_id' => 149, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 294 => array ( 'id' => 460, 'name' => 'Earrings', 'slug' => 'earrings', 'parent_id' => 149, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 295 => array ( 'id' => 461, 'name' => 'Jewellery Sets', 'slug' => 'jewellery-sets', 'parent_id' => 149, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 296 => array ( 'id' => 462, 'name' => 'Bracelets', 'slug' => 'bracelets', 'parent_id' => 149, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 297 => array ( 'id' => 463, 'name' => 'Rings', 'slug' => 'rings-', 'parent_id' => 150, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 298 => array ( 'id' => 464, 'name' => 'Necklaces & Pendants', 'slug' => 'necklaces--pendants', 'parent_id' => 150, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 299 => array ( 'id' => 465, 'name' => 'Bracelets', 'slug' => 'bracelets-', 'parent_id' => 150, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 300 => array ( 'id' => 466, 'name' => 'Men Sunglasses', 'slug' => 'men-sunglasses', 'parent_id' => 154, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 301 => array ( 'id' => 467, 'name' => 'Women Sunglasses', 'slug' => 'women-sunglasses', 'parent_id' => 154, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 302 => array ( 'id' => 468, 'name' => 'Kids Sunglasses', 'slug' => 'kids-sunglasses', 'parent_id' => 154, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 303 => array ( 'id' => 469, 'name' => 'Men Eyeglasses', 'slug' => 'men-eyeglasses', 'parent_id' => 155, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 304 => array ( 'id' => 470, 'name' => 'Women Eyeglasses', 'slug' => 'women-eyeglasses', 'parent_id' => 155, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 305 => array ( 'id' => 503, 'name' => 'iphone', 'slug' => 'iphone', 'parent_id' => 50, 'order_by' => 10, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 306 => array ( 'id' => 504, 'name' => 'Home Appliances', 'slug' => 'home-appliances', 'parent_id' => NULL, 'order_by' => 18, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 6, 'sell_commissions' => NULL, 'status' => 'Active', ), 307 => array ( 'id' => 507, 'name' => 'Small Kitchen Appliances', 'slug' => 'small-kitchen-appliances', 'parent_id' => 504, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 308 => array ( 'id' => 508, 'name' => 'Food Preparation', 'slug' => 'food-preparation', 'parent_id' => 507, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 309 => array ( 'id' => 509, 'name' => 'Stuffed Toys', 'slug' => 'stuffed-toy', 'parent_id' => 42, 'order_by' => 13, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 310 => array ( 'id' => 510, 'name' => 'Man Fashion', 'slug' => 'man-fashion', 'parent_id' => 46, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 311 => array ( 'id' => 511, 'name' => 'Woman Fashion', 'slug' => 'woman-fashion', 'parent_id' => 46, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 12, 'sell_commissions' => NULL, 'status' => 'Active', ), 312 => array ( 'id' => 512, 'name' => 'Kid Fashion', 'slug' => 'kid-fashion', 'parent_id' => 46, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 313 => array ( 'id' => 513, 'name' => 'Jackets & Coats', 'slug' => 'jackets---coats', 'parent_id' => 511, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 314 => array ( 'id' => 514, 'name' => 'Pant', 'slug' => 'woman-pant', 'parent_id' => 511, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 315 => array ( 'id' => 515, 'name' => 'Bags', 'slug' => 'woman-bags', 'parent_id' => 511, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 316 => array ( 'id' => 516, 'name' => 'Shoes', 'slug' => 'woman-shoes', 'parent_id' => 511, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 317 => array ( 'id' => 517, 'name' => 'Accessories', 'slug' => 'woman-accessories', 'parent_id' => 511, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 318 => array ( 'id' => 518, 'name' => 'Clothing', 'slug' => 'woman-clothing', 'parent_id' => 511, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 1, 'sell_commissions' => NULL, 'status' => 'Active', ), 319 => array ( 'id' => 519, 'name' => 'Jackets & Coats', 'slug' => 'jackets--coats', 'parent_id' => 510, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 320 => array ( 'id' => 520, 'name' => 'Pant', 'slug' => 'pant', 'parent_id' => 510, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 321 => array ( 'id' => 521, 'name' => 'Bags', 'slug' => 'man-bags', 'parent_id' => 510, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 1, 'sell_commissions' => NULL, 'status' => 'Active', ), 322 => array ( 'id' => 522, 'name' => 'Shoes', 'slug' => 'shoes-', 'parent_id' => 510, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 323 => array ( 'id' => 523, 'name' => 'Accessories', 'slug' => 'accessories-', 'parent_id' => 510, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 324 => array ( 'id' => 524, 'name' => 'Clothing', 'slug' => 'clothing', 'parent_id' => 510, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 325 => array ( 'id' => 525, 'name' => 'Digital Product', 'slug' => 'digital-product', 'parent_id' => NULL, 'order_by' => 19, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 326 => array ( 'id' => 526, 'name' => 'HTML', 'slug' => 'html', 'parent_id' => 525, 'order_by' => 1, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 327 => array ( 'id' => 527, 'name' => 'WordPress', 'slug' => 'wordpress', 'parent_id' => 525, 'order_by' => 2, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 328 => array ( 'id' => 528, 'name' => 'Magento', 'slug' => 'magento', 'parent_id' => 525, 'order_by' => 3, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 329 => array ( 'id' => 529, 'name' => 'Drupal', 'slug' => 'drupal', 'parent_id' => 525, 'order_by' => 4, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 330 => array ( 'id' => 530, 'name' => 'Android', 'slug' => 'android', 'parent_id' => 525, 'order_by' => 5, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 331 => array ( 'id' => 531, 'name' => 'Apple', 'slug' => 'apple', 'parent_id' => 525, 'order_by' => 6, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 332 => array ( 'id' => 532, 'name' => 'Windows', 'slug' => 'windows', 'parent_id' => 525, 'order_by' => 7, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), 333 => array ( 'id' => 533, 'name' => 'Envato', 'slug' => 'envato', 'parent_id' => 525, 'order_by' => 8, 'is_searchable' => 1, 'is_featured' => 0, 'product_counts' => 0, 'sell_commissions' => NULL, 'status' => 'Active', ), )); } }
[-] CurrenciesTableSeeder.php
[edit]
[-] VendorUsersTableSeeder.php
[edit]
[-] TransactionsTableSeeder.php
[edit]
[-] VendorsMetaTableWithoutDummyDataSeeder.php
[edit]
[-] OrderDetailsTableSeeder.php
[edit]
[-] CategoriesTableWithoutDummyDataSeeder.php
[edit]
[-] OrdersTableSeeder.php
[edit]
[+]
..
[-] CountriesTableSeeder.php
[edit]
[-] ProductsMetaTableSeeder.php
[edit]
[-] VendorsMetaTableSeeder.php
[edit]
[-] RolesTableSeeder.php
[edit]
[-] ObjectFilesTableWithoutDummyDataSeeder.php
[edit]
[-] AttributeGroupsTableSeeder.php
[edit]
[-] FilesTableSeeder.php
[edit]
[-] FilesTableWithoutDummyDataSeeder.php
[edit]
[-] RoleUsersTableWithoutDummyDataSeeder.php
[edit]
[-] ProductTagsTableSeeder.php
[edit]
[-] EmailConfigurationsTableSeeder.php
[edit]
[-] PermissionRolesTableSeeder.php
[edit]
[-] VendorUsersTableWithoutDummyDataSeeder.php
[edit]
[-] PreferencesTableSeeder.php
[edit]
[-] CategoryAttributesTableSeeder.php
[edit]
[-] UsersMetaTableSeeder.php
[edit]
[-] PaymentLogsTableSeeder.php
[edit]
[-] LanguagesTableSeeder.php
[edit]
[-] OrderStatusesTableSeeder.php
[edit]
[-] UsersTableSeeder.php
[edit]
[-] PermissionsTableSeeder.php
[edit]
[-] DatabaseSeeder.php
[edit]
[-] ReviewsTableSeeder.php
[edit]
[-] CategoryStatsTableSeeder.php
[edit]
[-] ProductCategoriesTableSeeder.php
[edit]
[-] BrandStatsTableSeeder.php
[edit]
[-] ObjectFilesTableSeeder.php
[edit]
[-] TagsTableSeeder.php
[edit]
[-] WalletsTableSeeder.php
[edit]
[-] ProductUpsalesTableSeeder.php
[edit]
[-] ProductCouponsTableSeeder.php
[edit]
[-] WishlistsTableSeeder.php
[edit]
[-] WithdrawalMethodsTableSeeder.php
[edit]
[-] OrderStatusRolesTableSeeder.php
[edit]
[-] AttributesTableSeeder.php
[edit]
[-] UsersTableWithoutDummyDataSeeder.php
[edit]
[-] AddressesTableSeeder.php
[edit]
[-] EmailTemplatesTableSeeder.php
[edit]
[-] BrandsTableSeeder.php
[edit]
[-] VendorsTableSeeder.php
[edit]
[-] ProductRelatesTableSeeder.php
[edit]
[-] CategoriesTableSeeder.php
[edit]
[-] RoleUsersTableSeeder.php
[edit]
[-] VendorsTableWithoutDummyDataSeeder.php
[edit]
[-] UserWithdrawalSettingsTableSeeder.php
[edit]
[-] OrdersMetaTableSeeder.php
[edit]
[-] AttributeValuesTableSeeder.php
[edit]
[-] FlashSalesTableSeeder.php
[edit]
[-] ProductsTableSeeder.php
[edit]
[-] OrderStatusHistoriesTableSeeder.php
[edit]
[-] ProductStatsTableSeeder.php
[edit]
[-] ProductCrossSalesTableSeeder.php
[edit]
[-] OrderCommissionsTableSeeder.php
[edit]
[-] DatabaseWithoutDummyDataSeeder.php
[edit]
[+]
versions