select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and (`added_by` ='seller'and `user_id` =89)
select `publishing_houses`.*, (selectcount(*) from `digital_product_publishing_houses` where `publishing_houses`.`id` = `digital_product_publishing_houses`.`publishing_house_id` andexists (select*from `products` where `digital_product_publishing_houses`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical'))) as `publishing_house_products_count` from `publishing_houses` whereexists (select*from `digital_product_publishing_houses` where `publishing_houses`.`id` = `digital_product_publishing_houses`.`publishing_house_id` andexists (select*from `products` where `digital_product_publishing_houses`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical')))
select `id` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and (`product_type` ='digital') and1=1
select `authors`.*, (selectcount(*) from `digital_product_authors` where `authors`.`id` = `digital_product_authors`.`author_id` andexists (select*from `products` where `digital_product_authors`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical'))) as `digital_product_author_count` from `authors`
select `id` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and (`product_type` ='digital') and1=1
select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count`, (selectsum(`order_details`.`qty`) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_sum_qty`, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count`, (selectcount(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (selectavg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_avg_rating` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and (`added_by` ='seller'and `user_id` =89) orderby `id` desc
select `products`.*, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where `products`.`category_id` in (3, 4, 5, 6, 8, 9, 11, 13, 14, 19, 20, 21, 22, 23, 24) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical')
select `products`.*, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `products`.`brand_id` in (70) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and (`added_by` ='seller'and `user_id` =89)
select*from `translations` where `translations`.`translationable_id` in (70) and `translations`.`translationable_type` ='App\\Models\\Brand'and `locale` ='en'
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and `customer_id` =1452198
720μsu185689791_orgnaist19juneproduct.php#24
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =89and `storages`.`data_id` isnotnull
1.96msu185689791_orgnaist19juneSeller.php#135
Bindings
Backtrace
select*from `delivery_zip_codes` where `zipcode` !=''
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and `customer_id` =1452198
540μsu185689791_orgnaist19juneproduct.php#24
Bindings
Backtrace
select `cart_group_id` from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and (`customer_id` =1452198and `is_guest` =1) groupby `cart_group_id`
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and0=1
470μsu185689791_orgnaist19junecart-manager.php#65
Bindings
Backtrace
select `cart_group_id` from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and (`customer_id` =1452198and `is_guest` =1) groupby `cart_group_id`
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and0=1and (`is_checked` =1)
430μsu185689791_orgnaist19junecart-manager.php#65
Bindings
Backtrace
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and `customer_id` =1452198
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `status` =1) and `customer_id` =1452198
660μsu185689791_orgnaist19juneproduct.php#24
Bindings
Backtrace
select `zipcode` from `delivery_zip_codes` where `zipcode` isnotnull