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
Category: 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
Get Price For Configurable Product Magento 2
if you try getFinalPrice(); for simple product it will be same results with getSpecialPrice(); that reason I m checking type.
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:
How to create a blog in Magento 2?
Blog is a great thing to implement on your Magento 2 website. It helps you to create a source of traffic and a free place to promote your store.By creating a blog on Magento 2 you build trust and improve customers’ experience on your website. Magento doesn’t have the blog feature by default. So you need… Continue reading How to create a blog in Magento 2?
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
Git setup in local and live server
If multiple members are simmontenniously working on a project in Magento, it feels difficult to work together so we need a tool to manage the files when multiple members work on the same files or file system. So we use GIT as a solution for the same. Git management in Magento2 projects. Install magento in… Continue reading Git setup in local and live server
An unspecified error occurred. Please contact us for assistance Magento 2
Appearing after modifying vendor\magento\module-customer\Controller\Account\LoginPost.php to make it show more details by adding this code: before
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