Yun Liu  / 
4 min read

Three jQuery Widgets That Will Speed Up Your Magento Development

With its focus on customization and extensibility, Magento 2 offers a powerful suite of tools for frontend developers to create user experiences that are perfectly catered to the needs of their clients. The increasing complexity of eCommerce websites is always being balanced against a growing expectation among consumers for simple and intuitive presentation of content. […]

Read
Yun Liu  / 
5 min read

How to use third-party Javascript Plugins in Magento 2

When we customize a Magento theme, we sometimes want to use third-party Javascript plugins. To add a JS library in Magento 2 is quite different from what we are used to doing in Magento 1. Magento 2 uses RequireJs library for nearly every JavaScript feature it has. Among other benefits, it improves the page loads by […]

Read
Yun Liu  / 
4 min read

How to Customize Default Store Messages in Magento

Displaying messages is an important way to communicate with your customers when they visit your magento store: a welcome message to greet customers; a success message to notify customers when they successfully submitted a form; an error message to inform customers if something goes wrong…Magento has many such messages ready for you to use, but […]

Read