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 render phtml code using ajax in magento 2?

      create phtml file at app/code/Magemonkeys/Custom/view/frontend/templates/index.phtml <div id="ajax-response-id"></div> <?php $ajaxurl = $block->getAjaxUrl(); ?> <script type="text/x-magento-init"> { "*": { "Magemonkeys_Custom/js/custom": { "AjaxUrl": "<?php echo $ajaxurl; ?>", "CurrentProduct": "<?php echo $currentProductId; ?>", } } } </script> create js file at app/code/Magemonkeys/Custom/view/frontend/web/js/custom.js define([ "jquery", "jquery/ui" ],…

      READ MORE
    • Big change coming in Google algorithm from 2021, is your site ready for it?

      Google has already announced OFFICIALLY that page experience signals would be included in Google Search ranking. Let’s see what Google has said in its blog word-to-word, “Today we’re announcing that the page experience signals in ranking will roll out in 2021. The…

      READ MORE
    • Tech implementation that will help you to win sales game in 2021

      As an eCommerce merchant, you have to understand that marketing is not only the one player which can help you to win the game. But, performing below PROVEN technical implementations can give you impressive results. Let's discuss them: 1. Improve your store's…

      READ MORE
    • How our eCommerce client achieved 116% sales growth?

      A client made an inquiry at our site which read, “We want to increase our sales. Can you help to improve the performance of our site?” Our tech expert discussed the case with the client and we ran an audit on the…

      READ MORE
    • Why should you consider tech auditing your eCommerce store?

      For an eCommerce store's growth, tech auditing is an essential part to execute on a regular interval. Technical audits help to identify numerous tech issues & helps to accelerate your store’s performance. You can leverage the below benefits by performing tech audits…

      READ MORE
    • Magento 2.4.x : How to install Elasticsearch on Linux in localhost?

      In Magento 2.4.x, You have to install and configure Elasticsearch before setting up a new project. If you want to know how to install Elasticsearch then follow below steps. Step 1 - Install Java jdk - Its necessary for magento 2.4.x -…

      READ MORE
    • Why does your fashion store need an app?

      It's no longer a secret that mobile users have surpassed web users. Thus, if you're still not having an app then you are missing many leverages. Listing some of them as below: 1. Personalized Push Notification: Having an app will allow you…

      READ MORE
    • Why does your Magento store needs maintenance service?

      Many eCommerce businesses fail as they don't maintain their store. Running a business is a different thing and running an eCommerce site flawlessly is another. A vehicle can run on gas/diesel or petrol, but eventually, it needs maintenance so that it offers…

      READ MORE
    • How to add custom link in top navigation menu in Magento 2?

      1) To define plugin, add below code <?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="MagentoThemeBlockHtmlTopmenu"> <plugin name="custom_menu_item" type="MagemonkeysAddCustomeMenuPluginTopmenu" sortOrder="10" disabled="false"/> </type> </config> in your app/code/Magemonkeys/AddCustomeMenu/etc/frontend/di.xml file. 2) Now, Create Topmenu.php Plugin file at app/code/Magemonkeys/AddCustomeMenu/Plugin/ and paste the below code : <?php namespace MagemonkeysAddCustomeMenuPlugin;…

      READ MORE
    • Magento 2.3.3 Version issue – Store Switcher not working when customer is logged in

      This tutorial is a solution if your store switcher is not working when customer is logged in Magento. It happens because there is a difference between 2.3-develop and 2.3.3 for the di.xml file of the store module. Check the following changes to…

      READ MORE
    Recent Articles
    Get a Free Quote