Category Archives: Magento 2

Magento 2 best hosting with good support

Nexcess provide better support with good managed magento 2 hosting. Use below links to signup for better experience. Managed WordPress: https://nexcess.pxf.io/c/3696879/956693/12206 Managed WooCommerce: https://nexcess.pxf.io/c/3696879/956697/12206 Magento: https://nexcess.pxf.io/c/3696879/956699/12206 QuickStart Memberships: https://nexcess.pxf.io/c/3696879/1111361/12206 StoreBuilder: https://nexcess.pxf.io/c/3696879/996763/12206

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 »