Qty 1 2 6 12 48
Price $ 6.45 $ 5.87 $ 5.63 $ 4.76 $ 4.00
Save 0% 9 % 13 % 26 % 38 %
  • We accept American Express
  • We accept MasterCard
  • We accept PayPal

Return within 30 days from the purchase date.

Square & Tie

Product description

Customer who viewed this product also viewed...

VP-SGA-KIDS
Belle Donne-Kids Cute and Fun Fashion Sunglasses w...
Price Starts at $720
VP-KNITTIES-225
Moda Di Raza - Men's Fashion Solid Color Slim Ties...
Price Starts at $657
VP-MDR-JPSBT2T
Moda Di Raza - Mens Formal Two Tone Designer Self...
Price Starts at $482
ADF-JPSBTS-029
Solid Color Mens Self Tie Bowtie Charcoal Black
Price Starts at $482
VP-KI-Cufflink
Moda Di Raza Mens Personalized Initial Cufflinks P...
Price Starts at $478
VP-UM-BOWTIE-PMTH-C-PAISLEY
Uomo Vennetto Men's Self Bowtie - Paisley Polyeste...
Price Starts at $909
Request history8.1.29PHP Version1.5sRequest Duration2MBMemory UsageGET products/{product}Route
    • Booting (20.92ms)time
    • Application (1.48s)time
    • 1 x Application (98.61%)
      1.48s
      1 x Booting (1.39%)
      20.92ms
      20 templates were rendered
      • front.product.productDetailViewproductDetailView.blade.php#?blade
      • front.layout.sideBarsideBar.blade.php#?blade
      • front.product.partials.partial_product_detail_view_boxpartial_product_detail_view_box.blade.php#?blade
      • front.product.partials.partial_cart_boxpartial_cart_box.blade.php#?blade
      • front.product.partials.partial_qty_price_boxpartial_qty_price_box.blade.php#?blade
      • front.product.partials.partial_product_option_boxpartial_product_option_box.blade.php#?blade
      • front.product.partials.partial_product_child_images_boxpartial_product_child_images_box.blade.php#?blade
      • front.layout.defaultLayoutdefaultLayout.blade.php#?blade
      • front.layout.headhead.blade.php#?blade
      • front.layout.preMenupreMenu.blade.php#?blade
      • front.layout.alert_notificationsalert_notifications.blade.php#?blade
      • front.layout.mainMenumainMenu.blade.php#?blade
      • front.cart.partials.partial_top_cartpartial_top_cart.blade.php#?blade
      • front.layout.brandsSliderbrandsSlider.blade.php#?blade
      • front.layout.stepsBlockstepsBlock.blade.php#?blade
      • front.layout.preFooterBlockpreFooterBlock.blade.php#?blade
      • front.layout.footerfooter.blade.php#?blade
      • front.layout.footerScriptsfooterScripts.blade.php#?blade
      • front.cart.scripts.cartPageJscartPageJs.blade.php#?blade
      • front.product.scripts.productDetailJsproductDetailJs.php#?php
      uri
      GET products/{product}
      middleware
      web
      controller
      App\Http\Controllers\ProductsController@view
      namespace
      where
      as
      generated::Mweqk7np9s03b8Wk
      file
      app/Http/Controllers/ProductsController.php:105-151
      141 statements were executed, 4 of which were duplicates, 137 unique. Show only duplicated1.37s
      • # Query soft limit for Debugbar is reached after 100 queries, additional 41 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • Connection Establishedsekib_liveProduct.php#144
        Backtrace
        • 12. app/Models/Product.php:144
        • 13. app/library/ProductClass.php:316
        • 14. app/Http/Controllers/ProductsController.php:110
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = '25291' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        10.85mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 25291
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:316
        • 18. app/Http/Controllers/ProductsController.php:110
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 25291 limit 1
        1.48mssekib_liveProductClass.php#594
        Bindings
        • 0: 25291
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:373
        • 17. app/Http/Controllers/ProductsController.php:110
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `quantities` where `quantities`.`product_id` = 25291 limit 1
        960μssekib_liveProductClass.php#542
        Bindings
        • 0: 25291
        Backtrace
        • 18. app/library/ProductClass.php:542
        • 19. app/library/ProductClass.php:507
        • 20. app/library/ProductClass.php:374
        • 21. app/Http/Controllers/ProductsController.php:110
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_images` where `product_id` = '25291'
        1.01mssekib_liveProductImage.php#18
        Bindings
        • 0: 25291
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ProductClass.php:560
        • 16. app/library/ProductClass.php:375
        • 17. app/Http/Controllers/ProductsController.php:110
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_images` where `product_id` = '25291'
        560μssekib_liveProductImage.php#18
        Bindings
        • 0: 25291
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:376
        • 17. app/Http/Controllers/ProductsController.php:110
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `products`.* from `products` where `products`.`id` = '25291' limit 1
        1.09mssekib_liveProduct.php#163
        Bindings
        • 0: 25291
        Backtrace
        • 16. app/Models/Product.php:163
        • 17. app/library/ProductClass.php:240
        • 18. app/library/ProductClass.php:377
        • 19. app/Http/Controllers/ProductsController.php:110
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = '25291' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.42mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 25291
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:379
        • 19. app/Http/Controllers/ProductsController.php:110
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `product_prices` where `channel` = 'website' and `product_id` = '25291' and `wholesale` = 0 limit 1
        920μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 25291
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:379
        • 19. app/Http/Controllers/ProductsController.php:110
      • select * from `channel_meta` where `product_id` = '25291'
        1.26mssekib_liveProductClass.php#687
        Bindings
        • 0: 25291
        Backtrace
        • 14. app/library/ProductClass.php:687
        • 15. app/library/ProductClass.php:383
        • 16. app/Http/Controllers/ProductsController.php:110
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `categories`.`id` = 89 limit 1
        490μssekib_liveProductClass.php#627
        Bindings
        • 0: 89
        Backtrace
        • 18. app/library/ProductClass.php:627
        • 19. app/library/ProductClass.php:384
        • 20. app/Http/Controllers/ProductsController.php:110
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `categories`.`id` = 174 limit 1
        660μssekib_liveProductClass.php#632
        Bindings
        • 0: 174
        Backtrace
        • 18. app/library/ProductClass.php:632
        • 19. app/library/ProductClass.php:384
        • 20. app/Http/Controllers/ProductsController.php:110
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `products`.* from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `type` in ('parent', 'single') and `master_duplicate` in ('original', 'set') and `website_listing` = 1 and `product_categories`.`category_id` in (89) and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by RAND() limit 16 offset 0
        166mssekib_liveProduct.php#358
        Bindings
        • 0: 0
        • 1: parent
        • 2: single
        • 3: original
        • 4: set
        • 5: 1
        • 6: 89
        • 7: website
        • 8: 1
        • 9: website
        • 10: 0
        Backtrace
        • 14. app/Models/Product.php:358
        • 15. app/library/ProductClass.php:108
        • 16. app/Http/Controllers/ProductsController.php:147
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `product_images` where `product_id` = 32460
        790μssekib_liveProductImage.php#18
        Bindings
        • 0: 32460
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 32460 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        91.37mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 32460
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-SGA-KIDS' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.03mssekib_liveProduct.php#312
        Bindings
        • 0: VP-SGA-KIDS
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 32460 limit 1
        950μssekib_liveProductClass.php#594
        Bindings
        • 0: 32460
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 32460 and `is_current` = '1' limit 1
        660μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 32460
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 32460 limit 1
        650μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 32460
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 32874
        600μssekib_liveProductImage.php#18
        Bindings
        • 0: 32874
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 32874 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        87.14mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 32874
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-KNITTIES-225' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.18mssekib_liveProduct.php#312
        Bindings
        • 0: VP-KNITTIES-225
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 32874 limit 1
        650μssekib_liveProductClass.php#594
        Bindings
        • 0: 32874
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 32874 and `is_current` = '1' limit 1
        410μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 32874
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 32874 limit 1
        340μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 32874
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 33314
        370μssekib_liveProductImage.php#18
        Bindings
        • 0: 33314
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 33314 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        86.71mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33314
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-MDR-JPSBT2T' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        1.74mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MDR-JPSBT2T
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 33314 limit 1
        820μssekib_liveProductClass.php#594
        Bindings
        • 0: 33314
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 33314 and `is_current` = '1' limit 1
        700μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33314
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 557
        570μssekib_liveProductImage.php#18
        Bindings
        • 0: 557
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 557 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.59mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 557
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 557 and `wholesale` = 0 limit 1
        680μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 557
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 557 limit 1
        840μssekib_liveProductClass.php#594
        Bindings
        • 0: 557
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 557 and `is_current` = '1' limit 1
        640μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 557
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 30266
        520μssekib_liveProductImage.php#18
        Bindings
        • 0: 30266
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 30266 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        83.36mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30266
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-KI-Cufflink' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.5mssekib_liveProduct.php#312
        Bindings
        • 0: VP-KI-Cufflink
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 30266 limit 1
        780μssekib_liveProductClass.php#594
        Bindings
        • 0: 30266
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 30266 and `is_current` = '1' limit 1
        530μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30266
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 30266 limit 1
        600μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30266
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 30380
        610μssekib_liveProductImage.php#18
        Bindings
        • 0: 30380
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 30380 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        84.52mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30380
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-UM-BOWTIE-PMTH-C-PAISLEY' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.06mssekib_liveProduct.php#312
        Bindings
        • 0: VP-UM-BOWTIE-PMTH-C-PAISLEY
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 30380 limit 1
        720μssekib_liveProductClass.php#594
        Bindings
        • 0: 30380
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 30380 and `is_current` = '1' limit 1
        520μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30380
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 30380 limit 1
        480μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30380
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 33120
        570μssekib_liveProductImage.php#18
        Bindings
        • 0: 33120
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 33120 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        83.57mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33120
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-UM-BOWTIE-SET' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.34mssekib_liveProduct.php#312
        Bindings
        • 0: VP-UM-BOWTIE-SET
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 33120 limit 1
        660μssekib_liveProductClass.php#594
        Bindings
        • 0: 33120
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 33120 and `is_current` = '1' limit 1
        620μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33120
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 32163
        590μssekib_liveProductImage.php#18
        Bindings
        • 0: 32163
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 32163 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        81.19mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 32163
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-SGA-Read' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.1mssekib_liveProduct.php#312
        Bindings
        • 0: VP-SGA-Read
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 32163 limit 1
        580μssekib_liveProductClass.php#594
        Bindings
        • 0: 32163
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 32163 and `is_current` = '1' limit 1
        380μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 32163
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 32163 limit 1
        390μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 32163
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 32977
        350μssekib_liveProductImage.php#18
        Bindings
        • 0: 32977
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 32977 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        82.48mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 32977
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'ADF-JPS-01' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        1.96mssekib_liveProduct.php#312
        Bindings
        • 0: ADF-JPS-01
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 32977 limit 1
        1.32mssekib_liveProductClass.php#594
        Bindings
        • 0: 32977
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 32977 and `is_current` = '1' limit 1
        620μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 32977
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 30452
        880μssekib_liveProductImage.php#18
        Bindings
        • 0: 30452
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 30452 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        81.38mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 30452
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-MDR-CUMMERBUND' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.29mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MDR-CUMMERBUND
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 30452 limit 1
        750μssekib_liveProductClass.php#594
        Bindings
        • 0: 30452
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 30452 and `is_current` = '1' limit 1
        480μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 30452
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 30452 limit 1
        310μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 30452
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_images` where `product_id` = 32975
        340μssekib_liveProductImage.php#18
        Bindings
        • 0: 32975
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 32975 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        78.79mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 32975
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'ADF-CLSK-VP' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.1mssekib_liveProduct.php#312
        Bindings
        • 0: ADF-CLSK-VP
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 32975 limit 1
        570μssekib_liveProductClass.php#594
        Bindings
        • 0: 32975
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 32975 and `is_current` = '1' limit 1
        470μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 32975
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 33846
        350μssekib_liveProductImage.php#18
        Bindings
        • 0: 33846
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 33846 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        82.42mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33846
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-MDR-ADF-Cufflink' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        2.51mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MDR-ADF-Cufflink
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 33846 limit 1
        660μssekib_liveProductClass.php#594
        Bindings
        • 0: 33846
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 33846 and `is_current` = '1' limit 1
        660μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33846
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 345
        640μssekib_liveProductImage.php#18
        Bindings
        • 0: 345
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 345 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.54mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 345
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 345 and `wholesale` = 0 limit 1
        760μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 345
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 345 limit 1
        610μssekib_liveProductClass.php#594
        Bindings
        • 0: 345
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 345 and `is_current` = '1' limit 1
        590μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 345
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 33312
        530μssekib_liveProductImage.php#18
        Bindings
        • 0: 33312
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 33312 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        90.74mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 33312
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-MDR-SLIMTIE-MEN' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        1.94mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MDR-SLIMTIE-MEN
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 33312 limit 1
        800μssekib_liveProductClass.php#594
        Bindings
        • 0: 33312
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 33312 and `is_current` = '1' limit 1
        540μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 33312
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 49853
        400μssekib_liveProductImage.php#18
        Bindings
        • 0: 49853
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 49853 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        1.35mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 49853
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select * from `product_prices` where `channel` = 'website' and `product_id` = 49853 and `wholesale` = 0 limit 1
        490μssekib_liveProductPrice.php#17
        Bindings
        • 0: website
        • 1: 49853
        • 2: 0
        Backtrace
        • 15. app/Models/ProductPrice.php:17
        • 16. app/library/ProductClass.php:139
        • 17. app/library/ProductClass.php:124
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 49853 limit 1
        720μssekib_liveProductClass.php#594
        Bindings
        • 0: 49853
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 49853 and `is_current` = '1' limit 1
        520μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 49853
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `product_images` where `product_id` = 29559
        400μssekib_liveProductImage.php#18
        Bindings
        • 0: 29559
        Backtrace
        • 14. app/Models/ProductImage.php:18
        • 15. app/library/ImageClass.php:26
        • 16. app/library/ProductClass.php:69
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
      • select `products`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `is_delete` = '0' and `products`.`id` = 29559 and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) limit 1
        78.05mssekib_liveProduct.php#145
        Bindings
        • 0: 0
        • 1: 29559
        • 2: website
        • 3: 1
        • 4: website
        • 5: 0
        Backtrace
        • 16. app/Models/Product.php:145
        • 17. app/library/ProductClass.php:115
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
        • 20. app/Http/Controllers/ProductsController.php:147
      • select `pp`.* from `products` inner join `product_active_listing` as `pal` on `pal`.`product_id` = `products`.`id` inner join `quantities` as `pq` on `pq`.`product_id` = `products`.`id` inner join `product_prices` as `pp` on `pp`.`product_id` = `products`.`id` where `variation_parent` = 'VP-MDR-SILKCUFFLINK' and `products`.`is_delete` = 0 and `color_style_variation` <> '' and `pal`.`channel` = 'website' and `pal`.`is_active` = 1 and if(products.is_dropship = 1, dropship_qty >= 0, (pq.wh_ovs + pq.wh_bin) > 0) and `pp`.`channel` = 'website' and `pp`.`wholesale` = 0 and IF(products.type = 'parent', pp.true_unit_cost >= 0 , pp.true_unit_cost > 0) and IF(products.type = 'parent', (select count(*) as child from products where variation_parent = products.sku) > 0, products.has_child = 0) group by `color_style_variation` order by `pp`.`qty1` asc limit 1
        3.36mssekib_liveProduct.php#312
        Bindings
        • 0: VP-MDR-SILKCUFFLINK
        • 1: 0
        • 2: 
        • 3: website
        • 4: 1
        • 5: website
        • 6: 0
        Backtrace
        • 15. app/Models/Product.php:312
        • 16. app/library/ProductClass.php:163
        • 17. app/library/ProductClass.php:119
        • 18. app/library/ProductClass.php:70
        • 19. app/library/ProductClass.php:109
      • select `categories`.*, `product_categories`.`product_id` as `pivot_product_id`, `product_categories`.`category_id` as `pivot_category_id` from `categories` inner join `product_categories` on `categories`.`id` = `product_categories`.`category_id` where `product_categories`.`product_id` = 29559 limit 1
        560μssekib_liveProductClass.php#594
        Bindings
        • 0: 29559
        Backtrace
        • 15. app/library/ProductClass.php:594
        • 16. app/library/ProductClass.php:72
        • 17. app/library/ProductClass.php:109
        • 18. app/Http/Controllers/ProductsController.php:147
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select * from `supplier_costs` where `product_id` = 29559 and `is_current` = '1' limit 1
        650μssekib_liveProductSupplier.php#15
        Bindings
        • 0: 29559
        • 1: 1
        Backtrace
        • 15. app/Models/ProductSupplier.php:15
        • 16. app/library/ProductClass.php:654
        • 17. app/library/ProductClass.php:669
        • 18. app/library/ProductClass.php:73
        • 19. app/library/ProductClass.php:109
      • select * from `supplier_costs` where `product_id` = 29559 limit 1
        400μssekib_liveProductSupplier.php#29
        Bindings
        • 0: 29559
        Backtrace
        • 15. app/Models/ProductSupplier.php:29
        • 16. app/Models/ProductSupplier.php:22
        • 17. app/library/ProductClass.php:654
        • 18. app/library/ProductClass.php:669
        • 19. app/library/ProductClass.php:73
      • select * from `product_colors` where `product_colors`.`id` = '19' and `product_colors`.`id` is not null limit 1
        1.15mssekib_livepartial_product_option_box.blade.php#33
        Bindings
        • 0: 19
        Backtrace
        • 20. view::front.product.partials.partial_product_option_box:33
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `level` = '1' and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        1.16mssekib_live
      • select * from `categories` where `parent_id` = 203 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        800μssekib_live
      • select * from `categories` where `parent_id` = 100 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        520μssekib_live
      • select * from `categories` where `parent_id` = 99 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        450μssekib_live
      • select * from `categories` where `parent_id` = 50 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        450μssekib_live
      • select * from `categories` where `parent_id` = 61 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        540μssekib_live
      • select * from `categories` where `parent_id` = 106 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        400μssekib_live
      • select * from `categories` where `parent_id` = 120 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        320μssekib_live
      • select * from `categories` where `parent_id` = 141 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        380μssekib_live
      • select * from `categories` where `parent_id` = 146 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        520μssekib_live
      • select * from `categories` where `parent_id` = 147 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        470μssekib_live
      • select * from `categories` where `parent_id` = 164 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        440μssekib_live
      • select * from `categories` where `parent_id` = 174 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        670μssekib_live
      • select * from `categories` where `parent_id` = 80 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        470μssekib_live
      • select * from `categories` where `parent_id` = 89 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        380μssekib_live
      • select * from `categories` where `parent_id` = 200 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 97 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        410μssekib_live
      • select * from `categories` where `parent_id` = 217 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        460μssekib_live
      • select * from `categories` where `parent_id` = 232 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 192 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        470μssekib_live
      • select * from `categories` where `parent_id` = 180 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        450μssekib_live
      • select * from `categories` where `parent_id` = 188 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        350μssekib_live
      • select * from `categories` where `parent_id` = 35 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 55 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        370μssekib_live
      • select * from `categories` where `parent_id` = 194 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        300μssekib_live
      • select * from `categories` where `parent_id` = 242 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        410μssekib_live
      • select * from `categories` where `parent_id` = 52 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 135 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        350μssekib_live
      • select * from `categories` where `parent_id` = 172 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        570μssekib_live
      • select * from `categories` where `parent_id` = 94 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        470μssekib_live
      • select * from `categories` where `parent_id` = 48 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        380μssekib_live
      • select * from `categories` where `parent_id` = 93 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        360μssekib_live
      • select * from `categories` where `parent_id` = 67 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        440μssekib_live
      • select * from `categories` where `parent_id` = 240 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        390μssekib_live
      • select * from `categories` where `parent_id` = 225 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        340μssekib_live
      • select * from `categories` where `parent_id` = 167 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        330μssekib_live
      • select * from `categories` where `parent_id` = 129 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        390μssekib_live
      • select * from `categories` where `parent_id` = 237 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        480μssekib_live
      • select * from `categories` where `parent_id` = 239 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        440μssekib_live
      • select * from `categories` where `parent_id` = 224 and `is_delete` = 0 and `is_active` = 1 and `website_active` = 1 order by `website_sort` asc
        390μssekib_live
      • select `id`, `name`, `slug` from `pages` where `channel` = 'website' and `is_active` = 1 and `is_delete` = 0
        630μssekib_live
      App\Models\Category
      58Category.php#?
      App\Models\Product
      48Product.php#?
      App\Models\ProductImage
      22ProductImage.php#?
      App\Models\ProductSupplier
      9ProductSupplier.php#?
      App\Models\ProductChannelMeta
      6ProductChannelMeta.php#?
      App\Models\Page
      5Page.php#?
      App\Models\ProductPrice
      4ProductPrice.php#?
      App\Models\Quantity
      1Quantity.php#?
      App\Models\ProductColor
      1ProductColor.php#?
          _token
          F4acph12MaLfwANdwJJJyxS0vvLBfQvV7hwSdoJp
          _previous
          array:1 [ "url" => "https://shop72.com/products/25291" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /products/25291
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "host" => array:1 [ 0 => "shop72.com" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 30 Apr 2025 02:36:52 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InQ1ZndSamJpcjZYTXVzMzA1RHBjWHc9PSIsInZhbHVlIjoiVlNINDlpUk1VN3hJVHo3cjl2K1ZMNUNmempNaE9kUlJCODF4QUF2cDZiL1ZXdHg2S1MrREp5V0NZYUllaDh6WFUrVjZmR25ILzQ2c215WW9pMFA1TFRWc0J5NWdrV2NUd3BhVS82Y3NUZUViVk9kVjM1R1BVVWFlVjcyd3l4b3QiLCJtYWMiOiIxMGExNzg3OWZjZmNjMTUzNDAwZmMzYjhlMGZjOWRhYjY1NThjMTlkNTU1ZmJiZDdkYWVmMmM5ODhlM2M2MDQwIiwidGFnIjoiIn0%3D; expires=Wed, 30 Apr 2025 04:36:52 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6InQ1ZndSamJpcjZYTXVzMzA1RHBjWHc9PSIsInZhbHVlIjoiVlNINDlpUk1VN3hJVHo3cjl2K1ZMNUNmempNaE9kUlJCODF4QUF2cDZiL1ZXdHg2S1MrREp5V0NZYUllaDh6WFUrVjZmR" 1 => "laravel_session=eyJpdiI6IkJBYlJhV1grRHpkaUFuMHB2S01OcGc9PSIsInZhbHVlIjoiTExpRU8wUXZXb2lZZUhIalNLa1c2WStrNmM3cnlmc2tJbzJGd3FBbG9CdmdFMWJRVWxCT0x2aTJvbVVmUkhncklRSENYU1diUGRxOElaNGR6WEVUZk5Pem5ybGlWZGVhY3krV1dRcThyd0ZTUFgyUkZ5b05NeENpZkFRdjhFY00iLCJtYWMiOiI2NjY2MGNhMjMyOWQ5NzhhM2JlMmFjNDQ0YzFmMzRhNWQwYWU1M2RkMjNmYjBmMmY3MDQ5NjhjMTIyMGEwOTAyIiwidGFnIjoiIn0%3D; expires=Wed, 30 Apr 2025 04:36:52 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IkJBYlJhV1grRHpkaUFuMHB2S01OcGc9PSIsInZhbHVlIjoiTExpRU8wUXZXb2lZZUhIalNLa1c2WStrNmM3cnlmc2tJbzJGd3FBbG9CdmdFMWJRVWxCT0x2aTJvbVVmUkhncklR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InQ1ZndSamJpcjZYTXVzMzA1RHBjWHc9PSIsInZhbHVlIjoiVlNINDlpUk1VN3hJVHo3cjl2K1ZMNUNmempNaE9kUlJCODF4QUF2cDZiL1ZXdHg2S1MrREp5V0NZYUllaDh6WFUrVjZmR25ILzQ2c215WW9pMFA1TFRWc0J5NWdrV2NUd3BhVS82Y3NUZUViVk9kVjM1R1BVVWFlVjcyd3l4b3QiLCJtYWMiOiIxMGExNzg3OWZjZmNjMTUzNDAwZmMzYjhlMGZjOWRhYjY1NThjMTlkNTU1ZmJiZDdkYWVmMmM5ODhlM2M2MDQwIiwidGFnIjoiIn0%3D; expires=Wed, 30-Apr-2025 04:36:52 GMT; path=/XSRF-TOKEN=eyJpdiI6InQ1ZndSamJpcjZYTXVzMzA1RHBjWHc9PSIsInZhbHVlIjoiVlNINDlpUk1VN3hJVHo3cjl2K1ZMNUNmempNaE9kUlJCODF4QUF2cDZiL1ZXdHg2S1MrREp5V0NZYUllaDh6WFUrVjZmR" 1 => "laravel_session=eyJpdiI6IkJBYlJhV1grRHpkaUFuMHB2S01OcGc9PSIsInZhbHVlIjoiTExpRU8wUXZXb2lZZUhIalNLa1c2WStrNmM3cnlmc2tJbzJGd3FBbG9CdmdFMWJRVWxCT0x2aTJvbVVmUkhncklRSENYU1diUGRxOElaNGR6WEVUZk5Pem5ybGlWZGVhY3krV1dRcThyd0ZTUFgyUkZ5b05NeENpZkFRdjhFY00iLCJtYWMiOiI2NjY2MGNhMjMyOWQ5NzhhM2JlMmFjNDQ0YzFmMzRhNWQwYWU1M2RkMjNmYjBmMmY3MDQ5NjhjMTIyMGEwOTAyIiwidGFnIjoiIn0%3D; expires=Wed, 30-Apr-2025 04:36:52 GMT; path=/; httponlylaravel_session=eyJpdiI6IkJBYlJhV1grRHpkaUFuMHB2S01OcGc9PSIsInZhbHVlIjoiTExpRU8wUXZXb2lZZUhIalNLa1c2WStrNmM3cnlmc2tJbzJGd3FBbG9CdmdFMWJRVWxCT0x2aTJvbVVmUkhncklR" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "F4acph12MaLfwANdwJJJyxS0vvLBfQvV7hwSdoJp" "_previous" => array:1 [ "url" => "https://shop72.com/products/25291" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-30 02:36:52GET/products/2529120141154