BASICS OF REST API

What is a REST API? An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. For this reason, REST APIs are sometimes… Continue reading BASICS OF REST API

Published
Categorized as Magento

How to change Product image with swatch colour

The main image of a configurable product changes with the swatch color tiles in Magento 2. However, there are a few settings to check if this doesn’t work out of the box. Update Product Preview Image In the product attribute section in Stores >> Attributes >> Product >> Color, make sure “Update Product Preview Image”… Continue reading How to change Product image with swatch colour

How to Add Pagination in Magento 2 Custom Collection

Pagination is the process of separating print or digital content into discrete pages. It is an ordinal numbering of pages, which is usually located at the bottom of the site pages. Pagination also refers to the automated process of adding consecutive numbers to identify the sequential order of pages. Some types of website content benefit… Continue reading How to Add Pagination in Magento 2 Custom Collection

price level settings in magento2

In Magento, the price level settings can be only done by the customer group pricing. Price levels are considered as customer groups and for each customer group, we will set the price. Also, each customer should be assigned to a customer group. Through this, the price level on the Netsuite will be integrated into Magento.… Continue reading price level settings in magento2

Published
Categorized as Magento

Magento 2 Configure Design: HTML Head, Header, Footer, Transactional Emails

6 Steps to Configure Design Settings: Step 1: Access to Content Step 2: Configure the design settings Step 3: Change the Default Theme Step 4: Change the Theme Step 5: Edit Design Configuration Step 6: Complete, Click Save Configuration Step 1: Access to Content On the Admin Sidebar, click Content Select Design Then, select Configuration Step 2: Configure the… Continue reading Magento 2 Configure Design: HTML Head, Header, Footer, Transactional Emails

Published
Categorized as Magento

How to upload file using AJAX and PHP

Create index.html file and put following contents into it Create a js file, you can name it main.js Create a PHP file, you can name it upload.php

Published
Categorized as Magento