Closed vocongdanh closed 7 years ago
I had the same issue. Are your cron jobs running? Try forcing a re-index of your site:
php bin/magento indexer:reindex
@vocongdanh thank you for your feedback, Please, recheck it on the latest 2.1 version of Magento with configured cron job.
According to contributor guide, tickets without response for two weeks should be closed. If this issue still reproducible please feel free to create the new one: format new issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result and specify Magento version.
Preconditions
Steps to reproduce
Expected result
e
.*,cat_index
.position
AScat_index_position
,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) ASminimal_price
,price_index
.min_price
,price_index
.max_price
,price_index
.tier_price
FROMcatalog_product_entity
ASe
INNER JOINcatalog_category_product_index
AScat_index
ON cat_index.product_id=e.entity_id AND cat_index.store_id='1' AND cat_index.visibility IN(2, 4) AND cat_index.category_id='3' INNER JOINcatalog_product_index_price
ASprice_index
ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0 WHERE (((IFNULL(e
.entity_id
, 0) IN (SELECTcatalog_category_product
.product_id
FROMcatalog_category_product
WHERE (category_id IN ('3')))) ))Actual result
e
.*,cat_index
.position
AScat_index_position
,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) ASminimal_price
,price_index
.min_price
,price_index
.max_price
,price_index
.tier_price
FROMcatalog_product_entity
ASe
INNER JOINcatalog_category_product_index
AScat_index
ON cat_index.product_id=e.entity_id AND cat_index.store_id='1' AND cat_index.visibility IN(2, 4) AND cat_index.category_id='2' INNER JOINcatalog_product_index_price
ASprice_index
ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0 WHERE (((IFNULL(e
.entity_id
, 0) IN (SELECTcatalog_category_product
.product_id
FROMcatalog_category_product
WHERE (category_id IN ('3')))) ))cat_index
.position
ASC, it won't work expect.Sorry my english is not good.