Get Better at E-commerce & Marketing

Find expert articles on Magento, Shopify, and Digital Marketing topics

How to Get Product Image URL in Magento 2

You may require to import product images in Magento 2 while migrating the website data or require to get the product image URL to fetch product images, implement custom functionality or developing some features. Today, I've come up with the solution...

Solved: Magento 2 Plugin Issue in Catalog Search

You can create a plugin in Magento 2 to insert code dynamically without changing the original class behavior. It allows extending the core functionality without any modification to the core files. In Magento 1, you can rewrite a class to customi...

How to Get Value of Custom Attribute on Magento 2 Rest API

Magento 2 REST API is the best way of developing the cross-platform app to communicate with your Magento 2 stores. While developing an app, you would require to get value of custom attribute on Magento 2 REST API and use this further in the app....

Magento 2: Show Loader till Ajax Call not Completed

For Ajax requests in Magento 2, you can show loader on the pages as the request may take less or more time based on the data to be fetched, processing time, server types, etc. The primary benefit of showing loader on Ajax call in Magento 2 is let peo...

How to Get Static Block Content in Block File in Magento 2

CMS blocks help to manipulate content of the Magento 2 stores. Static blocks can carry a simple text or html, CSS, Javascript to display content. It makes the reuse of the content in a modular and manageable way. Previously, I had come up with the so...

Solved: Magento 2 Product URLs Double html Suffix Problem

Have you recently migrated to Magento 2? Are your product URLs end with .html.html? Working on customizations and Magento 2 migration, we recently faced an issue. After Magento 1 to Magento 2 migration, the imported product URLs were having double ht...

Meet Our Authors