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 Integrate Magento With NetSuite?

      NetSuite is one of the most popular ERP solutions in the market that is quite flexible and scalable. NetSuite is right for mid-sized businesses that have plans to grow and expand. Magento NetSuite integration needs to be done with care and by…

      READ MORE
    • How much could a virus attack cost your eCommerce business?

      The real answer is "More than you may think" A new virus attack is in the news every day, and it is not just Fortune 500 companies being targeted. Over 40% of virus attacks focus on small businesses and startups. Hope Is…

      READ MORE
    • Custom Neon® – Australia’s most affordable supplier of LED neon light signs.

      Custom Neon is an Australian-based company that designs and creates customized neon signs for various purposes. So, whether it is about creating business logo, or LEDs for weddings, events, names, or for anything else, Custom Neon creates safe and durable neon LED…

      READ MORE
    • Magento 2: How to auto clear cache product or any admin configuration?

      This article is a catch if you want to clean cache automatically after any admin configuration or product save. Follow below two steps to get it done. 1. Create file event.xml on app/code/Magemonkeys/AutoFlushCache/etc <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="controller_action_postdispatch_adminhtml_system_config_save"> <observer name="auto_flush_cache"…

      READ MORE
    • Magento 2: Set maxlength on street address field on checkout page

      If you want to add maxlength on the checkout street address field then you need to override on file in your theme <vendername>/<theme_name>/Magento_Ui/web/templates/form/element/input.html Make the above file & add the below code inside it <!-- /** * Copyright © Magento, Inc. All…

      READ MORE
    • How to solve font error like ‘downloadable font: rejected by sanitizer’ in Magento 2?

      If you have faced below font related error in browser console, downloadable font: rejected by sanitizer (font-family: "Sofia Pro Regular" style:normal weight:400 stretch:100 src index:0) source: ../../../../../../en_US/fonts/SofiaProRegular.woff2 in magento 2 Then follow given step-by-step guide to solve the error. Step 1: First…

      READ MORE
    • Magento 2: Change currency based on customer group using observer

      Vendor/Module/etc/frontend/events.xml <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="controller_action_predispatch"> <observer name="change_title_filter" instance="VendorModuleObserverCustomercurrency" /> </event> </config> Vendor/Module/Observer/Customercurrency.php <?php namespace VendorModuleObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use MagentoFrameworkViewLayoutInterface; class Customercurrency implements ObserverInterface { protected $context; public function __construct( MagentoCustomerModelSession $customerSession, MagentoFrameworkViewElementTemplate $context, MagentoFrameworkViewResultPage $resultPage, MagentoFrameworkViewPageConfig $pageConfig, MagentoStoreModelStoreManagerInterface $storeManager…

      READ MORE
    • Luxury For Princess
      The Luxury Application Kit

      Luxury For Princess is a Netherlands-based online beauty store that sells hair extensions and related accessories. The company was launched by Vera Speycken along with her father and through their store, they showcased a variety of high-quality hair extensions for their customers…

      READ MORE
    • Magento 2 get current visitor Id for compare items

      Override the ListCompare block. Create Vendor/Module/etc/di.xml on your custom module <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="MagentoCatalogBlockProductCompareListCompare" type="VendorModuleBlockProductCompareListCompare" /> </config> Create Vendor/Module/Block/Product/Compare/ListCompare.php <?php namespace VendorModuleBlockProductCompare; class ListCompare extends MagentoCatalogBlockProductCompareListCompare { public function __construct( MagentoCatalogBlockProductContext $context, MagentoFrameworkUrlEncoderInterface $urlEncoder, MagentoCatalogModelResourceModelProductCompareItemCollectionFactory $itemCollectionFactory, MagentoCatalogModelProductVisibility $catalogProductVisibility, MagentoCustomerModelVisitor…

      READ MORE
    • How to add quantity increment/decrement button on Minicart in Magento 2?

      The default Magento 2 does not provide an increment-decrement button in the minicart. If you want to set the increment-decrement button in minicart then follow the below steps Step 1 : Create phtml file like app/design/frontend/Magemonkey/YourTheme/Magento_Checkout/templates/cart/minicart.phtml Now open and add the below…

      READ MORE
    Recent Articles
    Get a Free Quote