ox ss

  1. How to Create Store Pickup Option in Magento2

    Magento 2 Store Creation

    Magento 2 store pickup extension allows your customers to order products online and pick them up from a nearby store. This saves them from having to wait several days for delivery. So your customers can save their time and money on shipping. In addition, the extension allows you to manage orders in a convenient grid.

    With the in-store delivery method, the customer can select a source to be used as a pickup location during the checkout.

    Read more »
  2. How to install LiveReload and use in Magento2

    Live Reload Install in Magento2

    LiveReload monitors changes in the file system. As soon as you save a file, it is preprocessed as needed, and the browser is refreshed. when you change a CSS file or an image, the browser is updated instantly without reloading the page.

    With the liveReload it's overall that, it is just enough to save the update and 'Hoop' magically the content that you have changed instantaneously appear without refreshing the browser and without cleaning the cache, deploying the static-content either but for the cache, you also need Grunt.

    Read more »
  3. How to setup Grunt In Magento2

    Magento2 Grunt setup

    Magento comes with pre-configured grunt tasks for compiling LESS files. Make sure that you set your Magento application to the developer or default mode. We have to follow the below steps to install and configure.

    Read more »