Custom API integration in magento2

If we would need any API integrations on sometimes to connect with any external platform to send and receive data. Magento has its own integration API for its predefined events such as product, category, etc integrations.But need to do any external API calls for a particular reason or functionality, we can use PHP CURL method… Continue reading Custom API integration in magento2

Published
Categorized as Magento

Apply special price to an individual product

You can easily set a special price for a single product in the catalog. Adobe Commerce includes support for Scheduled Updates. Use these promotional tools to apply a special price to a specific product for a specified time period. Open the product in edit mode. Click Scheduled Update. For Update Name, enter a name for the special price… Continue reading Apply special price to an individual product

Published
Categorized as Magento

Add custom link to my account menu

First of all we will need to find out they responsible layout and block for the navigation menu. The layout is the customer_account.xml and the block is the customer_account_navigation. STEP – 1 Simply create a customer_account.xml file under your theme directory /app/design/frontend/VENDOR/THEME/Magento_Customer/layout/ and add the following code. after this create a route customer index Step – 2 createa index.php at… Continue reading Add custom link to my account menu

To add google fonts in HTML and CSS

If a font-family is not working that are used in HTML page and CSS, you need to import by Google fonts or with @font-face. In Google fonts you can use import by HTML or CSS: On your HTML: On your CSS:

Published
Categorized as Magento

Adding Captcha to site via Amasty module

General Settings To get the access to the ‘Invisible Captcha’ settings, please go to Stores → Configuration → Amasty extensions → Google Invisible Captcha and expand the General Settings section. We have to generate scre key and site for every domains, we must fill a form to get those keys. Site Key and Secret Key – enter the values of both keys… Continue reading Adding Captcha to site via Amasty module

Creating a configurable product

Step 1: Choose the product type On the Admin sidebar, go to Catalog > Products. On the Add Product  menu at the upper-right corner, choose Configurable Product .Add configurable product Step 2: Choose the attribute set To choose the attribute set for the product, click the field at the top of the page and do one of the following: For Search, enter the… Continue reading Creating a configurable product

Published
Categorized as Magento