Magento2 Create storefront theme using bootstrap

Magento2 Create storefront theme using bootstrap

Hi guys, today I am going to teach you about not only creating magento2 theme, but also using bootstrap with it. Before getting started I assume you have

Magento2 How to Get Country Code Collection

Magento2 How to Get Country Code Collection

To get country list data, you need to create instance of Country collection model `Magento\Directory\Model\ResourceModel\Country\CollectionFactory`. Once instance is created, you can load it by current store.

Magento Formating Price

Magento Formating Price

Magento provides build-in method to support the price formatting accordingly. There are the couple of methods in magento to format price. The method below is easiest to get