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.

    • Multi Store Switcher not working while customer is logged in to front side – Magento 2.3.3

      Please Follow Below steps to resolved such error of store switcher : - Follow the below steps to resolve the switcher issue. Step 1: You need to override the following file of the vendor module as mentioned below. Override this File in your module :…

      READ MORE
    • How to add custom pagination in custom collection?

      By default, Magento 2 provides the pagination facility for the product pages, category pages, etc. It helps in easy navigation. Without pagination, the page load time increases. The default Magento 2 does not provide pagination for a custom collection. To add pagination…

      READ MORE
    • How to show minicart in custom popup in magento2?

      By using below codes, you can display a mini cart in the custom popup, and you can also set your popup design as per your requirement. Step 1:  create default.xml file inside, appcodeMagemonkeysPopupCartviewfrontendlayout folder and add the below code: <?xml version="1.0"?> <page…

      READ MORE
    • How to add Edit and Remove product button in Order summary on Checkout page?

      The default Magento 2 does not provide Edit and Remove product button in Order summary on the checkout page. But, it provides on Cart page and Mini-cart. Follow the below instructions to set Edit and Remove product button Order summary on the…

      READ MORE
    • Ecommerce + Coronavirus: Adapting Your Magento Store

      If coronavirus has negatively impacted your sales or your ability to conduct business as usual, all is not lost. While the impact of coronavirus on consumer preferences and demands may last beyond the virus, life will return to normal — even if it’s…

      READ MORE
    • How to fix email attachment issue in magento2.3.3?

      Follow the below steps, and the email attachment will start working as it worked previously. First, you have to create a “di.xml” file inside your extension folder. app/code/Magemonkeys/EmailAttachment/etc <preference for="MagentoFrameworkMailTemplateTransportBuilder" type="MagemonkeysEmailAttachmentModelMailTemplateTransportBuilder" /> Now, you have to create one more file “transportBuilder.php” inside…

      READ MORE
    • How to add multiple product attribute sets programmatically in Magento 2?

      Magento provides the add product attribute set from the backend, but there is no way to add multiple attribute sets at once because, in the backend, we have to add one by one, so here I'm sharing the script for adding numerous…

      READ MORE
    • How to Remove cart item Automatically after 30 Minutes in Magento2?

      Step 1: create a “Registration.php” file inside our extension at the following path. Path: appcodeMagemonkeysRemovecart <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, 'Magemonkeys_Removecart', __DIR__ ); Step 2: After that,  create a “Module.xml” file inside extension etc folder. appcodeMagemonkeysRemovecartetc <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <module name="Magemonkeys_Removecart" setup_version="1.0.0"…

      READ MORE
    • Magento 2: add breadcrumbs in customer account dashboard page

      If you need breadcrumbs in customer account dashboard page then follow below instructions You need to override customer_account_index.xml layout file in your theme and add the below code. <referenceBlock name="breadcrumbs"> <action method="addCrumb"> <argument name="crumbName" xsi:type="string">home</argument> <argument name="crumbInfo" xsi:type="array"> <item name="title" xsi:type="string">Home</item> <item…

      READ MORE
    • Add contact us as a top menu in Magento

      Step 1: For this, you have to create a small module. In that module, you have to create di.xml on the below path where we will define the plugin. Path : appcodeVortexCravensetcdi.xml You have to add the below code in the di.xml file <?xml…

      READ MORE
    Recent Articles
    Get a Free Quote