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 get Wishlist Items by customer id in Magento 2?

      Here, we are discussing how to get wishlist items of the customer by customer id. You can display Customer Wishlist item details in the store. Use MagentoWishlistModelWishlist Model file to get Wishlist. Create Block to load Wishlist collection. <?php namespace MagemonkeyWishlistBlock; class Magemonkeydemo extends…

      READ MORE
    • More/Less functionality in Magento2

      First of all, we need to create several files: touch app/design/frontend/<your_vendor_name>/<your_theme_name>/Magento_Catalog/layout/catalog_product_view.xml touch app/design/frontend/<your_vendor_name>/<your_theme_name>/requirejs-config.js touch app/design/frontend/<your_vendor_name>/<your_theme_name>/web/js/toggle-product-description.js touch app/design/frontend/<your_vendor_name>/<your_theme_name>/Magento_Catalog/templates/more-less.phtml touch app/design/frontend/<your_vendor_name>/<your_theme_name>/web/css/source/_theme.less Let’s review these files and see here description for each one regarding which code will be placed inside of them: requirejs-config.js Use this file…

      READ MORE
    • How to open popup when tag onClick? – Magento2

      You can open popup when <a> tag onClick using below code: div> <a href="#" id="click-me">Click Me</a> </div> <div id="popup-modal" style="display:none;"> <h1> Hi I'm here.... </h1> </div> <script> require( [ 'jquery', 'Magento_Ui/js/modal/modal' ], function( $, modal ) { var options = { type: 'popup', responsive: true, innerScroll:…

      READ MORE
    • User Access Permission in Magento 2

      Sometimes you see the following error on the admin login page: "You need more permission to access this", The fastest solution to resolve this issue is to create a new "admin" user and reset the previous user's permissions. You can do it…

      READ MORE
    • Need a tip to keep your DB clean before Migrating from Magento 1 to 2?

      Migrating from Magento 1 to Magento 2 needs a lot of preparation and a few things are very common like the theme, an old data structure (sometimes). Together these factors can cause some worry. Here are a few examples that we have…

      READ MORE
    • Magento2 Ajax Newsletter

      Create di.xml at app/code/Magemonkeys/AjaxNewsletter/etc/di.xml folder. <?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="MagentoNewsletterControllerSubscriberNewAction"> <plugin name="Newsletter_Subscriber_NewAction" type="MagemonkeysAjaxNewsletterControllerPluginSubscriberNewAction" sortOrder="10" disabled="false" /> </type> </config> create NewAction.php at app/code/Magemonkeys/AjaxNewsletter/Controller/Plugin/Subscriber folder <?php /** * */ namespace MagemonkeysAjaxNewsletterControllerPluginSubscriber; use MagentoCustomerApiAccountManagementInterface as CustomerAccountManagement; use MagentoCustomerModelSession; use MagentoCustomerModelUrl as CustomerUrl; use…

      READ MORE
    • Which Magento Edition Is Right For You?

      When you decide to start your own eCommerce store first thing you need to consider is which edition will suit your business: Open Source, Commerce, or Commerce Cloud. Each edition provides a specific set of features. And before you select one, you…

      READ MORE
    • Magento Business Intelligence: What it is and why you need it?

      Magento Business Intelligence is the cloud-based system that can collect all your data from one source and do the analysis. If a team wants to use different KPIs then also Magento BI can allow “a single Source of truth for all”. Magento…

      READ MORE
    • Technical Guidelines To Overcome Magento 2 Drawbacks

      Magento is a leading platform for E-commerce business. It helps you beat your competition but it is facing some drawbacks. You can overcome those drawbacks with the help of certified Magento Developers who are experts in their work making your path towards…

      READ MORE
    • Why and when do you need Magento Commerce Cloud?

      In 2016, Magento Enterprise Cloud Edition was launched. Before the edition retailers had to use their own hosting via a hosting partner or their own servers. We all know the Entеrрrіѕе Cloud Edіtіоn by the name of Mаgеntо Cоmmеrсе Clоud. AWS Cloud…

      READ MORE
    Recent Articles
    Get a Free Quote