We sacrifice by not doing any other technology, so that you get the best of Magento.

We sacrifice by not doing any other technology, so that you get the best of Magento.

    • How to add BCC or other email address field option to General & Contacts in Magento 2 admin panel?

      If, you want to send another contact mail copy to another email address as a BCC? Then follow the below steps. Step 1: Create a registration file like Magemonkeys/ContactCc/registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, 'Magemonkey_ContactCc', __DIR__ ); Step 2: Create di file like Magemonkeys/ContactCc/etc/di.xml…

      READ MORE
    • Disable MSI module in magento 2.3.X and 2.4.X

      Run the below command to disable MSI in Magento 2.3.3 or Magento 2.3.4: php bin/magento module:disable -f Magento_Inventory Magento_InventoryAdminUi Magento_InventoryApi Magento_InventoryBundleProduct Magento_InventoryBundleProductAdminUi Magento_InventoryCatalog Magento_InventorySales Magento_InventoryCatalogAdminUi Magento_InventoryCatalogApi Magento_InventoryCatalogSearch Magento_InventoryConfigurableProduct Magento_InventoryConfigurableProductAdminUi Magento_InventoryConfigurableProductIndexer Magento_InventoryConfiguration Magento_InventoryConfigurationApi Magento_InventoryGroupedProduct Magento_InventoryGroupedProductAdminUi Magento_InventoryGroupedProductIndexer Magento_InventoryImportExport Magento_InventoryIndexer Magento_InventoryLowQuantityNotification Magento_InventoryLowQuantityNotificationAdminUi Magento_InventoryLowQuantityNotificationApi Magento_InventoryMultiDimensionalIndexerApi Magento_InventoryProductAlert…

      READ MORE
    • Why Magento is the right platform for eCommerce Development? – Discussion with Matthijs Burki from Cream

      We are pleased to have Matthijs Burki, E-commerce Project Manager at Cream to discuss on the right platform for e-commerce development and validate the challenges faced during the implementation of Marketplace development. During the initial discussion, Matthijs said that Magento is still…

      READ MORE
    • Challenges handling Custom Software Solution related to eCommerce Projects and Industry based IoT Project Discussion with Sergei Vandomatski from HQ Software

      We had Sergei Vardomatski, CEO at HQ Software and we discussed the major challenges on the solving custom software development E-commerce project which also includes the IOT based solution. Sergei said they work on platform requests by the clients, and majorly focused…

      READ MORE
    • Magento 2: How to add store code to body class in multi store view?

      In some cases, you will need to add a class to the body tag of your Magento stores. To process it, you’ll need to set-up an event observer for the layout_render_before event. 1. Create file events.xml on app/code/Magemonkeys/Addbodyclass/etc/frontend <?xml version="1.0" ?> <config…

      READ MORE
    • Send shipment email programmaticaly through cronjob

      Let's say I have this requirement to send the shipment email every 5 minutes or 10 minutes. To perform the task, I chose to create a custom cronjob and its file to achieve the functionality. Follow the below steps for more details.…

      READ MORE
    • How to get salable quantity in Magento 2?

      Today we are going to share that how to get the actual salable quantity on the product detail page? Let's say our requirement is to show available qty on the site You can use the below code by using object manager directly…

      READ MORE
    • Magento 2: How to add new body class on all pages in your theme?

      If your want to add body class in all page in your theme then follow below code. Create default.xml file in app/design/frontend/Vendername/Themename/Magento_Theme/layout folder and paste below code <?xml version="1.0"?>a <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <attribute name="class" value="theme-tpb"/> </body>

      READ MORE
    • How to Call Script in Magento 2 Root?

      For example, if you want to get the order data and print it, you can create a root script in Magento 2 by executing the below code. <?php use MagentoFrameworkAppBootstrap; require 'app/bootstrap.php'; $bootstrap = Bootstrap::create(BP, $_SERVER); $objectManager = $bootstrap->getObjectManager(); $state = $objectManager->get('MagentoFrameworkAppState');…

      READ MORE
    • Challenges Implementing eCommerce Project Discussion with Dan Brag, the Founder at Brag Deal Inc

      It was a great pleasure to have Dan Brag, the Founder at Brag Deal Inc giving us valuable time and insights on the Best Project management Practices on E-commerce projects. Dan has shared that fulfilling the customer need is the top priority…

      READ MORE
    Recent Articles
    Get a Free Quote