InstockProductsFirst Debug
SQL Query:
SELECT `e`.*, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, IFNULL(review_summary.reviews_count, 0) AS `reviews_count`, IFNULL(review_summary.rating_summary, 0) AS `rating_summary` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' LEFT JOIN `review_entity_summary` AS `review_summary` ON e.entity_id = review_summary.entity_pk_value AND review_summary.store_id = 1 AND review_summary.entity_type = (SELECT `review_entity`.`entity_id` FROM `review_entity` WHERE (entity_code = 'product'))
ORDER BY Clauses:
Total ORDER BY clauses: 0
Stock Distribution (Total: 7 products):
Stock Status "null": 7 products
Product Samples:
Pos | ID | SKU | Name | Stock |
---|---|---|---|---|
1 | 410 | 276793574596 | Women's Marsha Ankle Boots Zip Up Pointe | null |
2 | 752 | 276822613745 | Joybees Men's Chance Clogs Gray Sz 7 Sli | null |
3 | 554 | 286254844708 | Dr. Scholl's Laurel Womens Ankle Bootie | null |
4 | 729 | 276821288981 | Women's Pippa Stretch Ankle Boots Taupe | null |
5 | 764 | 276816918998 | Dearfoams Men's Shearling Side Stitch Mo | null |
6 | 846 | 286278494687 | Allegra K Women's Lace Mesh Floral Embro | null |
7 | 849 | 286278436738 | Women's Aurora Water Shoes Black Sz 6 | null |
Plugin Debug - beforeGetLoadedProductCollection - Collection Data:
Collection loaded: NO
SQL:
SELECT `e`.*, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, IFNULL(review_summary.reviews_count, 0) AS `reviews_count`, IFNULL(review_summary.rating_summary, 0) AS `rating_summary` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' LEFT JOIN `review_entity_summary` AS `review_summary` ON e.entity_id = review_summary.entity_pk_value AND review_summary.store_id = 1 AND review_summary.entity_type = (SELECT `review_entity`.`entity_id` FROM `review_entity` WHERE (entity_code = 'product'))
Position | ID | SKU | Stock Status |
---|---|---|---|
1 | 410 | 276793574596 | |
2 | 752 | 276822613745 | |
3 | 554 | 286254844708 | |
4 | 729 | 276821288981 | |
5 | 764 | 276816918998 | |
6 | 846 | 286278494687 | |
7 | 849 | 286278436738 |