Welcome to our latest guide on Magento 2, a powerhouse of ecommerce functionality. Today, we’re diving into the world of …
Category Archives: Magento 2 Tutorials
If you are looking for helpful Magento 2 tutorials to solve your problems (related your site performance, function or coding), here are what you need!
Magento 2 provides a basic default theme for all stores; therefore, once you start a new store, you must create and …
What Are Widgets In Magento 2?
In simple words, the widget is a content block that consists of images, text, and interactive …
PROBLEM
The total price for all products is wrong in the Wishlist Page in Magento 2. Although each product has …
TASK: Adding slashes into SEO URL in Magento
From: https://www.example.com/products?p=1&attributes=value
To: https://www.example.com/products/p/1/attributes/value
SOLUTIONS
You can override the getUrl() method in …
What Are Automatic Product Redirects In Magento 2?
In Magento 2, when you change any URL key of a product, it …
In Magento 2, the URL Rewrite tool empowers online merchants to create custom URLs, making them more user-friendly and search …
PROBLEM
Working on a module to add a product custom option input type (Derivated from file type).
In the back-end, under …
PROBLEM
The site is going down several times a day after appearing the Magento error: “Front controller reached 100 router match iterations”. Once …
Magento 2’s Flat Catalog is a feature that dynamically creates tables, neatly organizing product attributes into rows of data. These …