July 9, 2019

How to Get All Products through Magento 2 API

To satisfy the increasing demands of e-commerce businesses, Magento 2 now provides Application Programming Interface (API) that lets developers work with the platform’s data. This guide will show you how to get the product list from a Magento 2 website by using the REST API and GraphQL. Let’s get started and unlock the potential of the […]
July 1, 2019

How To Create API Request In Magento 2?

To create an API request in Magento 2, there are two actions that we have to take: creating API requests and forcing request parameters. A. Create API Request There are four simple steps to create: Step 1: Declare API Create webapi.xml under the etc root module folder:/magento/module-customer/etc/webapi.xml <route url="/V1/customers" method="POST"> <service class="Magento\Customer\Api\AccountManagementInterface" method="createAccount"/> <resources> <resource ref="anonymous"/> […]
June 10, 2019

Magento vs BigCommerce: Which Is The Perfect Choice For You?

Are you thinking about opening an online store but can’t decide between Magento and BigCommerce? Picking the right platform is like choosing the best starting point for a race. It can make all the difference in how smoothly you get to the finish line. Magento and BigCommerce are two of the top choices out there […]
May 28, 2019

How To Configure REDIS In Magento 2 & Magento 1? (5 Minutes)

To begin with, there are several prerequisites for Redis cache configuration in Magento 1 & 2 which are: Notes: The latest versions are more recommended. Step 1: Update and Install Redis-server wget http://download.redis.io/releases/redis-stable.tar.gz tar xzf redis-stable.tar.gz cd redis-stable make make test sudo make install cd utils sudo ./install_server.sh sudo service redis_6379 start sudo update-rc.d redis_6379 defaults Step […]
April 16, 2019

How to Set Up Magento 2 Multi-Language Stores

Setting up a multi-language store in Magento 2 might seem tricky, but it’s a great way to reach a wider audience and boost your sales. In this guide, we’ll walk you through the steps to create a store that speaks your customers’ languages. Whether you’re expanding into new markets or just want to offer a […]
April 16, 2019

How To Use Custom Local Storage & Cookie Storage In Magento 2?

In this tutorial, we will show you 7 easy steps to use Magento 2 Local Storage and 4 simple steps to utilize Magento 2 Cookie Storage. Let’s figure it out now! A. Custom Magento 2 Local Storage Step 1: Create a module.xml file: app/code/Tigren/CustomStorage/etc/module.xml <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <module name="Tigren_CustomStorage" setup_version="1.0.0"/> </config> Step 2: Create Registration […]
April 12, 2019

How to Migrate Magento 1.9.x to 2.4.x without Any Problems

Upgrading from Magento 1.9 to 2.4 might seem overwhelming, but it’s a necessary step to keep your online store secure and efficient. If you are still using Magento 1, even when it’s updated to the latest Magento 1.9.4.1, there would be a huge difference between your website and current Magento stores from design to functionality. Therefore, […]
April 9, 2019

Magento Migration Case Study: Rue B’s Seamless Transition

Rue B is a British Jewellery brand located in York but expanding its business in Europe. They have been offering a wide range of costumes, fashion, and sterling silver jewelry since 2002. In November 2018, they approached us to get a quote for their Magento migration project. After one week of discussion, we reached a final agreement thereupon. The […]