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 a Custom Button to Admin Sales Order View in Magento2?

      If you want to add a custom button in the admin order view, then you can follow below steps. 1. Create file di.xml on app/code/Magemonkeys/Custombutton/etc <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoBackendBlockWidgetContext"> <plugin name="add_custom_button_sales_veiw" type="MagemonkeysCustombuttonPluginWidgetContext" sortOrder="1"/> </type> </config> 2. Create file Context.php…

      READ MORE
    • Magento 2: How to Add the filter option value in title on category page?

      Step 1). Create the Vendor/Module/etc/frontend/event.xml in your module <event name="controller_action_postdispatch"> <observer name="change_title_filter" instance="VendorModuleObserverFiltertitle" /> </event> Step 2). Create the Vendor/Module/Observer/Filtertitle.php in your module <?php namespace VendorModuleObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use MagentoFrameworkViewLayoutInterface; class Filtertitle implements ObserverInterface { protected $context; public function __construct(…

      READ MORE
    • How to send mail to admin after customer signup front-side in Magento 2?

      By default in Magento 2 does not provide the mail functionality to admin when new customers signup. It means no email will be sent to the admin when a customer registers with the front side. If you want to get the mail…

      READ MORE
    • Magento 2.3.5-P2 error cannot use a scalar value as an array in SessionManager.php on line 492

      The following error occurs while we using Redis for session storage Or file session storage : Warning: Cannot use a scalar value as an array in /home/web/domains/web.com/public_html/vendor/magento/framework/Session/SessionManager.php on line 492 - Please follow the below steps to resolve it : Step 1:…

      READ MORE
    • Read This Article If You Want To Create Magento Theme From Scratch

      Today eCommerce stores have become the most popular medium for businesses to sustain, grow and get enhanced ROI. The latest version of this CMS offers a lot of advantages to businesses and so businesses are focused on building Magento stores that help…

      READ MORE
    • 34% Sales increased on changing eCommerce theme

      Yes, you read the title right. It's an impressive result which we achieved for our client after changing the eCommerce site theme and making mandatory UI/UX changes. Many eCommerce store owners are so busy in operation and management that they don't look…

      READ MORE
    • Is your Magento store technically healthy?

      Magento is a big name in the eCommerce market adopted by numerous store merchants. Leveraging all technical benefits from Magento can help your business to achieve a good number of sales. But, the question is, are you leveraging all technological benefits? You…

      READ MORE
    • How to set cookie variable in Magento 2?

      In today's article we are going to describe that how to create cookie variable and assign value into it. We made a module for it and named it "Magemonkeys_General" The first step is to create a block file for this in Cookie.php…

      READ MORE
    • How Magento Performance Optimization Service Can Improve Sales?

      In case of a Magento eCommerce store, loading time of webpages is very crucial. The speed of the website is directly proportional to its sales. A website that renders in less than 3 seconds has better chances of making conversions. Having an…

      READ MORE
    • How to change default tab in product page in Magento 2?

      In Magento 2, the product detail page's default name is "Details" Let's say if we want to change this tab name from "Details" to "Product Information" What we have to do is to override layout xml file from Vendor to theme. We…

      READ MORE
    Recent Articles
    Get a Free Quote