Category Archives: Magento

Magento is an open-source e-commerce platform written in PHP, renowned for its flexibility, scalability, and robust feature set. It provides online merchants with a comprehensive suite of tools to manage their online stores effectively. Magento offers both a free Community Edition and a paid Enterprise Edition, catering to businesses of all sizes.

Magento 2 error Current version of RDBMS is not supported.

Magento 2 error Current version of RDBMS is not supported. Used Version: 10.1.37-MariaDB. Supported versions: MySQL-8, MySQL-5.7, MariaDB-(10.2-10.4) We can fix and solve it by following way. Edit file app/etc/di.xml You can specify acceptable MariaDB versions here – currently 10.2-10.4 Example to allow MariaDB 10.5 <item name=”MariaDB-(10.2-10.5)” xsi:type=”string”>^10\.[2-5]\.</item> Another way: Go to Vendor/Magento/Framework/DB/Adapter/SqlVersionProvider.php Update function getVersionString… Read More »

Top Shipping Carrier in USA, UK, and Canada

Online shipping has become hassle-free with the advent of ideal shipping companies that help online retailers serve their customers best. The improved approaches in parcel and shipping services have dramatically changed the online shopping structure. But, now you can find various domestic and international shipping companies providing services locally and internationally. Some shipping companies limit… Read More »

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 »