How to display order summary in a modal in Magento 2
Today we will discuss about customizing the order summary. We will enhance the appearance of order summary on both cart and checkout pages by displaying it within a
How to add a custom button to minicart in Magento 2
To create a custom button inside minicart we need to first take a look inside vendor/module-checkout/view/frontend/web/template/minicart/content.html template file: So according to the template file there can be 2
Display Net amount to the order totals in Magento 2
Today we will talk about adding a custom field between the order totals. This field calculates all totals except the tax amount. We call this field as Net
Add Steps Before and After Shipping and Payment Review
Customizing checkout page has always been trend to gain more sales. More you ease your customer, more you gain sales on your store. From day to day, the
Magento2 – How to load Quote by Quote id
Use \Magento\Quote\Api\CartRepositoryInterface Repository as a dependency to create its instance and load the quote using id. Alternatively you can also get quote using \Magento\Quote\Model\QuoteFactory model. But this has