In this blog post, we will show you how to get the categories from a Magento website by using the Magento REST API. Therefore, you can use a tool to access the API. Here we are using Postman. And to get the category list, first, we need to get the access token of the admin
Uncategorized
How To Use Stripe Connect With Custom Account (Vendor Account) In Magento 2?
Stripe is one of the most popular payment gateways for Magento 2 e-commerce stores. In this Magento tutorial, we will show you how to integrate Stripe to Magento 2 websites and use a custom account. With the custom account (vendor account), you can modify the connected account’s details and settings through the API, including managing
Magento vs BigCommerce: Which Is A Perfect Choice For You?
Magento and BigCommerce are great platforms in the e-commerce field. Both of them are well-known for rich features, which offer almost everything you need to run a useful online store. But when it comes to Magento vs. BigCommerce, “which is better” is the big concern of many business owners. Magento: Magento is an open-source e-commerce platform. It allows you
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: Redis Server PHP Redis Extension 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
How To Make An eCommerce Website For Electronics Store In 2019?
Many surveys have shown that electronics ecommerce stores contribute a big segment in the ecommerce industry, just behind the fashion industry. Moreover, the number of ecommerce website for electronics store is predicted to experience a significant increase in the year 2019. That’s why we would like to give you the guide of how to create an
How To Add Quantity Increment Buttons To Product Page In Magento 2?
By default, in the product page of Magento 2, there are no quantity increment buttons (or decrement buttons). Therefore, in the today blog post, we will show you 7 simple steps to add these buttons on your website in order to improve your user experience as a result. After we customize to display the quantity