Magento

Expert tips and tutorials to master the Magento (Adobe Commerce) e-commerce platform. The #1 Magento blog on the internet.

A Blueprint to Add Magento 2 Terms And Conditions Checkbox

A "Terms and Conditions" is an agreement that imposes a rule for your users to agree and follow when using your product or service. It may contain the guidelines for using your product, what reaction occurs if the users abuse your product, etc. Reaso...

Everything About search_query Table In Magento 2

search_query table in Magento 2 stores the queries searched by users through the search box in the Magento 2 store. These search queries are used to show the search suggestions for new customers based on what the previous customers have searched. Als...

How to Apply OR Conditions To Collection In Magento 2

Magento 2 allows applying OR & AND conditions to collections in Magento 2. However, the default condition applied is AND to collections in Magento 2. Example for AND Condition: use Magento\Catalog\Model\ResourceModel\Product\CollectionFactory; pr...

Meet Our Authors