Skip to content

magento man

Magento 2 category shows all catalog products instead of its actual products after setting its layout to a custom layout

I have the following issue with a magento 2.4.3 category: Using the default theme (having the category’s Design/[No layout updates] option selected), it properly shows its products and their number: but after updating the category’s Design/[Custom Layout Update] to a… Read More »Magento 2 category shows all catalog products instead of its actual products after setting its layout to a custom layout

How to sort products in Magento by new from date?

I wanted to sort products by new from date , please see the query but it is not working perfectly $collection->getSelect() ->joinLeft( [‘catalog_product_entity_datetime’ => ‘catalog_product_entity_datetime’], ‘e.entity_id = catalog_product_entity_datetime.entity_id AND catalog_product_entity_datetime.attribute_id = (SELECT attribute_id FROM eav_attribute WHERE attribute_code = “news_from_date” LIMIT… Read More »How to sort products in Magento by new from date?