Technical Guidelines

Instructions and advice for developers and store owners in installing, configuring and customizing eCommerce websites and Magento 2 extensions.

  1. How to Translate Strings by Javascript in Magento 2

    How to Translate Strings by Javascript in Magento 2

    How to become global but sell locally? This is the same question of any international businesses. The very first thing to do is eliminating the language barrier. Translation helps Magento 2 store owners localize their websites to their customers. Displayed in the native language of the visitors, your website will be more friendly and fit with the local market. You... (More)

    0 Comment

    0 Stars

  2. How to Create Custom REST API in Magento 2 (2019 Updated)

    How to Create Custom REST API in Magento 2 (2019 Updated)

    What is API in Magento? Application Programming Interface (API) allows access to the data from an application. Magento by default provides all the APIs such as Product API, Order API, Customer data API, etc. But if we add any custom fields or want to manage custom data, we need to create new API. As per the REST (REpresentational “State” Transfer... (More)

    2 Comments

    0 Stars

  3. Override Magento 2 Layout: Base Layout & Theme Layout

    Override Magento 2 Layout: Base Layout & Theme Layout

    1/ What is Magento 2 Core Layout? The basic components of a page are layouts, containers, and blocks. A layout represents the structure of a web page. Containers represent the placeholders within that web page structure. And blocks represent the UI controls or components within the container placeholders. In this blog, We are going to explain how to override Magento... (More)

    0 Comment

    0 Stars

  4. Magento 2 UI Components - How to get & set data (with Examples)

    Magento 2 UI Components - How to get & set data (with Examples)

    1. What is UI components in Magento 2? In Magento 2, UI component is an association of: XML declaration that specifies the component’s configuration settings and inner structure.JavaScript class inherited from one of the Magento JavaScript framework UI components base classes (such as UIElement, UIClass or UICollection).Related template(s) To deliver a simple and flexible UI, we use the responsive UI components of Magento, which renders the... (More)

    0 Comment

    0 Stars

  5. Change product image sizes in Magento 2 (Tested & Updated)

    Change product image sizes in Magento 2 (Tested & Updated)

    Product images are an important visual element on the eCommerce stores as it not only provides further information about the products but also creates a good impression for customers right at the first time they visit. An appealing image fulfills the product description by illustrating all features in text into visualizations. In this way, conversion rates are increased remarkably. Let's... (More)

    0 Comment

    0 Stars

  6. How to Get and Set Config Value programmatically in Magento 2

    How to Get and Set Config Value programmatically in Magento 2

    Since Magento base store (Luma store) is set to demonstration only, we need to learn how to set configuration data in Magento 2 to use for our own purposes. In case you have multiple stores to work with and changing default configurations aren’t enough to satisfy your purpose, this article will show you how to set configuration data by scope... (More)

    0 Comment

    0 Stars

  7. How to Install and Setup Varnish cache in Magento 2

    How to Install and Setup Varnish cache in Magento 2

    Caching is a crucial part of any website. Caching becomes even more essential with heavy platforms like Magento 2. By using caching, merchants can reduce the page load time, speed up page response to create a better user experience. One of the most popular caching techniques in Magento 2 is Varnish. Varnish serves as a full page cache mechanism to... (More)

    2 Comments

    0 Stars

  8. How to Install and Set up Redis in Magento 2

    How to Install and Set up Redis in Magento 2

    Are you looking for an effective optimization technique that improves your Magento 2 site's performance and responsiveness? Do you want to develop your store with a faster back-end cache? You're in the right place. In this article, we will go through redis, how to setup redis with Magento 2 and some tips to optimize your redis Magento 2 experience. 1... (More)

    0 Comment

    0 Stars

  9. How to Override a Core Class in Magento 2

    How to Override a Core Class in Magento 2

    Although both Preference and Plugin are used for overriding the core modules, the way to use them is completely different.  With Preference, it must extend a core class. Preference can rewrite function. When you declare a Preference, your new class is expected to be a complete implementation of the class you want to override. (More)

    1 Comment

    0 Stars

  10. Magento 2 Go-live checklist for New Website - Magento 2 Tutorials

    Magento 2 Go-live checklist for New Website - Magento 2 Tutorials

    There is a lot of work to be done when you are about to launch a new Magento 2 website. Everything needs to be perfect and ready for the launch, we figure that we should write it down as a checklist so nothing will be left out. Make sure you have gone through all of these tasks before launching a... (More)

    0 Comment

    0 Stars

Items 71 to 80 of 98 total