What is Magento? Things you need to know about Magento

Considered to be the best advanced digital technology platform for e-commerce, Magento currently holds a large number of loyal customers from around the world. Magento is the trust of famous corporations. ex: Land Rover, Nike, Samsung, Coca-Cola, Ford, Nestle, Olympus, Lenovo, etc. In the future, this list will be expanded.

Read more

How to Configure Currency in Magento 2

Configure Currency Magento 2 to determine what currency customers are allowed to use when checking out on your store. The currency symbol will appear in product prices and sales documents such as orders and invoices. Most interestingly, store admins are able to customize its appearance if needed.

Read more

How To Create New Custom Module in Magento 2

In this tutorial, we will teach you how to create new custom module in Magento 2 to add customized functionality and give you more control over the store.
We’re going to build a very simple module in Magento 2. When finished, the module’s output will say “Hello world!” in the block content on a custom frontend route.

Read more

How to Create Cron Job in Magento 2

Magento 2 Create Cron Job is setting an automatic schedule on time, that is really convenient when you run Magento 2 store. Why is it such useful function? For example, you need assitance from a software like website statistics or content management system which require to run at the certain time, however, maybe you are unavailable to do that. That is why you must create the Cron Job on your web server.

Read more

How to Setup Promotions Cart Price Rule in Magento 2

Using Magento 2 platform, you can create a promotion program with a discount amount to encourage customers to buy more. Today, I will guide you how to create Cart Price Rule, one of the promotion programs in Magento 2 store.

Read more

How to Create Events and Observer in Magento 2

In this example we will should you How to create a event in Magento 2, we only catch the event to show the word Magetop – Event on the frontend so we should create an events.xml file in etc/frontend folder.

Read more