Get Better at E-commerce & Marketing

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

How To Programmatically Create Coupon Code In Magento 2

Discount is one serious hack in online stores and that's how people do businesses in a competitive market. People tend to love a good deal, it's human nature. When you are an online business, sometimes, offering the right coupon code to the right per...

How To Disable Magento 2 Profiler

I earlier posted the method to enable Magento 2 profiler to analyze the performance problems on the server-side. However, once the speed check is done, one needs to disable Magento 2 profiler so that the frontend users are not bothered. Else, the use...

How to Get Total Segment Using Magento 2 Rest API

While creating a custom rest API in Magento 2, you may need to work with the order total and use their values. Today, I have come up with the blog to get total segment using Magento 2 rest API. Steps to Get Total Segment Using Magento 2 Res...

How to Create Custom Rest API in Magento 2

Rest API in Magento 2 defines a set of functions used by the developers to perform requests and get responses using the HTTP protocol. By default, Magento 2 provides some predefined rest APIs like Product API, Order API, Customer data API with which...

How to Get Table Name with Prefix in Magento 2

While Magento 2 installation, You get the option to set the database prefix for the Magento 2 tables. Keeping the default table names makes it easier for hackers to attack. Using database prefix adds the layer of the security which restricts the atta...

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...

Meet Our Authors