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 …
From: https://www.example.com/products?p=1&attributes=value
To: https://www.example.com/products/p/1/attributes/value
You can override the getUrl() method in …
In Magento 2, the URL Rewrite tool empowers online merchants to create custom URLs, making them more user-friendly and search …
Working on a module to add a product custom option input type (Derivated from file type).
In the back-end, under …
The site is going down several times a day after appearing the Magento error: “Front controller reached 100 router match iterations”. Once …
Are you looking to keep your Magento 2 e-commerce store visitors updated with the latest product releases, promotions, or content …
Using newsletters is one of the most effective ways to connect e-commerce stores to their customers. It will help to …
If you’re running an online store using Magento 2, you already know the importance of attracting and retaining customers. One …
Whether you’re a store owner looking to boost sales, a marketer aiming for more effective promotions, or a developer setting …
Creating new product attributes in Magento is a fundamental step in managing and organizing your online store’s product catalog. In …
An organized and intuitive product categorization system is the key to unlocking a seamless online shopping experience.
In this blog, …