Latest news
August 31, 2019

20 Remarkable Design Tips for Magento Ecommerce Stores

Ecommerce is not just about selling products online, but about creating an immersive, engaging, and seamless shopping experience. Magento, known for its flexibility and scalability, stands at the forefront of this ecommerce revolution. In this blog post, we dive deep into the art and science of ecommerce design. We’ll explore a spectrum of innovative design […]
August 3, 2019

20+ Best Free Magento 2 Extensions In 2023 [Updated]

It’s true to say that Magento 2 has become one of the most robust e-commerce platforms. Thus, there are many Magento stores, Magento developers, and Magento module providers worldwide. Because of Magento 2 popularity, hundreds of free Magento 2 extensions were built to support the enormous community. However, this blog post only introduces the best […]
July 29, 2019

How to Get A Product by SKU Using GraphQL in Magento 2

Today, we’re focusing on an essential, yet sometimes overlooked aspect of Magento 2: getting a product by SKU using GraphQL. Understanding how to accurately and efficiently retrieve product details using SKU, or Stock Keeping Unit, is crucial for managing any e-commerce platform. Whether you are a seasoned developer looking to sharpen your skills or a […]
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 […]