How to show the totals section in the checkout shipping step

If you want to show the totals section when you first go to the default checkout in your magento 2 website you need to extend the abstract-total object defined in the Magento_Checkout/js/view/summary/abstract-total.js file. The function isFullMode needs to be replaced by a custom function that avoids not showing the total section in the shipping step. Basically the last statement on[…]

Read more

Randomize the product list in all categories

Recently I had a request from a customer asking to randomize the product listing in all the categories. The goal was to give the illusion of “freshness” or frequent changes in the categories. To achieve this the product collection created when a category is called needed to be sorted in a random order. I created an extension to override the[…]

Read more

Best themes for Magento 2

Everyday I have customers asking advice about themes for their magento web store. To help them on that decision I decided to write this post reviewing what I consider to be the best themes in the market. There are several important aspect to be taken into account when choosing a theme: Update frequency: always check if the last update has[…]

Read more