Our Blog
JavaScript coding standard for Magento Module Development
JavaScript coding standard for Magento Module Development 1. QuickRead Everyone has their own style of writing code and there’s always a debate which one’s is the correct one or which one’s makes the most sense. For that reason, rules are brought [...]
PHP coding standard for Magento Module Development
PHP coding standard for Magento Module Development 1. QuickRead The Magento core development team uses the Magento Coding Standard. We recommend that developers who create Magento extensions and customizations also use this standard. The Magento Coding Standard provides a set of [...]
How to Add a New Product Attribute
How to Add a New Product Attribute 1. QuickRead Adding a product attribute is one of the most common operations in Magento 1 and Magento 2. Attributes are a powerful way to solve a variety of practical tasks related [...]
How to Add a JavaScript Module
How to Add a JavaScript Module 1. QuickRead Magento 2 uses the requireJS as a tool to define the structure of the module. However, in addition, to require JS, Magento 2 also has its own special way to execute [...]
Top Magento extensions to have on your e-commerce site
Top Magento extensions to have on your e-commerce site 1. QuickRead Product pages are the focal points of every online store. They bear considerable weight in the buying decision and are also the landing pages for people coming from search engines. [...]
10 Realistic rules for designing a high-quality Magento 2 module
10 Realistic rules for designing a high-quality Magento 2 module 1. QuickRead Magento is one of the world's leading e-commerce networks. Most major brands in the world use Magento for their e-business because of its simplicity, durability, and open-source nature. Many [...]
Benefits of Magento Module Development
Benefits of Magento Module Development 1. QuickRead Magento Merchants are the fortunate ones to have a lot of e-commerce. Thanks to the provision of Magento Plugins, they can easily change the features, look and feel of their stores. It's hard to [...]
How to select the right Magento agency for your e-commerce site
How to select the right Magento agency for your e-commerce site 1. QuickRead If you're going to open a brick-and-mortar shop today, you'd need architects and building designers to have a top-notch retail outlet. Consider Magento as the architect of your [...]
Guide for Magento 2 Performance Best Practices
Guide for Magento 2 Performance Best Practices QuickRead Improving Magento 2 website performance is always good practice to engage customers for a long time, better conversion rate, and improve in sales & revenue. A high-speed website plays a very important [...]
DocBlock coding standard for Magento Module development
DocBlock coding standard for Magento Module development 1. QuickRead This standard defines Magento requirements and conventions for adding inline code documentation, known as DocBlocks. Some parts of the Magento code might not comply with this standard, but we are [...]