Category Archives: Magento 2

How to add ecommerce tracking with gtag in magento order success

Every merchant wants to track their sales in google analytics. Currently google have changed google analytics (GA) to google tag manager(GTag). If you use gtm.js as your Google Analytics tag and you have Ecommerce reporting enabled, you can measure ecommerce transactions. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’: new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src= ‘https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f); })(window,document,’script’,’dataLayer’,'{your-gtm-id}’);</script>   To measure a transaction, send a purchase event… Read More »

How to fix Magento 2.4.x sort by position category products issue

This is very common problem which is being faced by all of magento 2 stores. Even Magento support saying it is fixed but still it is not working old stores which have customized plugins. So simple fix it, go to file location vendor/magento/module-catalog-search/Model/ResourceModel/Fulltext/Collection.php We have to update function _renderFiltersBefore. See below function /** * @inheritdoc… Read More »

Magento 2 R + L Shipping Extension

R+L Shipping Carrier provides many global transportation solutions to better serve you. R +L  provides Rest and Soap API for all shipping solution integration. With the API, you can fetch shipping rates, create shipment BOL and track it with at every steps until package delivered to customer. EcomPlugins have built easy solution  with R +L API… Read More »

Magento 2 EchoTrak Shipping Extension

Echo began in 2005 with one objective—to simplify transportation management. From coast to coast, dock to dock, and across all major transportation modes, Echo Global Logistics connects businesses that need to ship their products with carriers who transport goods quickly, securely and cost-effectively. Echo provides Rest and Soap API for all shipping solution integration. With… Read More »

How to Install Magento on windows host

Let follow below post, how to install Magento 2.4 locally on Windows using XAMPP server. This tutorial is targeted on current Magento 2.4 users and also users who are completely new to Magento. Now, let’s get started! Part 1: Install and configure XAMPP Step 1: Download XAMPP Download link: https://www.apachefriends.org/download.html We recommend installing XAMPP with PHP… Read More »

How to create own custom API in Magento 2

The REST API documentation published on the Magento 2 Developer Documentation website describes the REST APIs that are available on the latest release of Magento 2.  This documentation is generated from the code base using Swagger and represents the state of the code at the time the documentation was generated. Swagger displays a list of service names. Click on a service… Read More »

How to install magento2 extension

There are multiple ways to install our shipping extension. All installation and user guide available in downloaded folder. Follow below steps to install the magento 2 shipping extension in your server. You have to create auth.json file with your access key with same marketplace account. See auth.json file format below. You need to copy in… Read More »