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 Hire Magento Developer At An Affordable Rate?

      Magento is one of the most popular and commonly used platforms to build eCommerce stores by businesses. Today a good percentage of online stores in the market are based on Magento eCommerce platform. Magento comes with excellent features to help the business…

      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
    • Speed, Security & Sales – How to increase them for your site?

      Every digital merchant thinks about how they can take their business to the next level. It's not as easy as it looks because the eCommerce space continues to become more and more competitive, consumers expect a certain level of quality from a…

      READ MORE
    • How College Dropouts Turn Whole Foods- Organic Supermarket to Amazon’s Costliest Acquisition of $13.7 Billion

      Whole Foods Market  became a pioneer in selling naturally-sourced produce when organic food was undergoing a renaissance in the West. The idea to capitalize on the changing food trend was brought up by four hippies John Mackey, Renee Hardy Lawson, Mark Skiles,…

      READ MORE
    • Magento 2 : How to Change Category Page Layout for Specific Category Only?

      Step 1: First you need to add the following file. appdesignfrontendMagemonkeysCustomthemeMagento_Cataloglayoutcatalog_category_view_id_{{id}}.xml NOTE: Here you need to replace {{id}} with real category id Now add the below code, <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="columns.top"> <container name="category.view.container" htmlTag="div" htmlClass="category-view" after="-"> <block…

      READ MORE
    • How to delete all orders and sales related entry in Magento 2?

      This is a useful tip a programmer should follow before making the site go live. Because that time it will be better if the database won't be having any dummy entries. So in case, if you wish to delete all orders and…

      READ MORE
    • Magento 2: how to set critical CSS?

      Generally, Critical CSS sets inline in and defer all non-critical styles that are loaded asynchronously. So we can significantly improve the time to first render of site. The ‘critical’ CSS file should be located in app/design/frontend/themevendor/themename/web/css/critical.css After setting critical CSS, you need…

      READ MORE
    • How A Magento Agency Can Handle Your Store Better Than Any Freelance Magento Developer?

      With more people spending hours online browsing internet, it can be wise for your business to promote your products or services on the digital platform. Choosing Magento as your development platform and hiring Magento developers can be the best decision you could…

      READ MORE
    • How to print log with new custom file in Magento 2?

      If you want to print your code log in the custom log file, then use the below mention code to print the log in the custom log file. $StringVar = 'Magemonkeys'; $ArrayVar = array('Magemonkeys', 'Abbacus'); $writer = new ZendLogWriterStream(BP . '/var/log/CustomFileName.log'); $logger…

      READ MORE
    Recent Articles
    Get a Free Quote