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.

    • FIVE Tips to Boost Magento Store’s Security

      Magento is a very safe & stable eCommerce platform adopted by 250,000+ businesses globally. But, it's very much possible that a Magento store can get hacked or compromised if the server/site/system left unaudited. Only in the previous month, we received tons of…

      READ MORE
    • Everything you should know about Magento Migration

      If you’re still on Magento 1, take notice that Adobe officially announced it will stop Magento 1 support at the end of June 2020. After that, your eCommerce store could be more vulnerable to security violations, performance problems, and module updates as…

      READ MORE
    • Add cms page via install script in magento 2

      Today we are going to share that how to add CMS page via install script in CMS page admin area. This is our module : Magemonkeys_Cmspagescript So we need to create InstallData.php file in setup folder Here is code <?php namespace MagemonkeysCmspagescriptSetup; use MagentoCmsModelPageFactory;…

      READ MORE
    • Magento 2 move wishlist link after add to cart button in product detail page

      Today I am going to share that how we can move wishlist icon under product info using xml. For moving wishlist block you have to create catalog_product_view.xml in your custom theme or custom module. Create app/design/frontend/[Theme Vendor Name]/[Theme Name]/Magento_Catalog/layout/catalog_product_view.xml and add below…

      READ MORE
    • How to add category drop down in system configuration Magento 2?

      For any custom module we can add category drop down selection in system configuration. Let's start with creating a module names Magemonkeys_Categorydropdown in adminhtml we can create file system.xml Here is code for call category selection <group id="categoryselection_setting" translate="label" type="text" default="1" sortOrder="1"…

      READ MORE
    • How to add custom product sorter in magento 2?

      This article is a solution If you want to add new custom sorter or filter options such as below: New product, Name, Instock, Price Low to high, Price High to Low. Create a custom module and follow the below step. 1. Create…

      READ MORE
    • Solve : Call to a member function setUseContainer() on boolean in customer wishlist page

      If you face this type of fatal error on customer wishlish page. Fatal error: Uncaught Error: Call to a member function setUseContainer() on boolean in /var/www/vhosts/test.com/vendor/magento/module-wishlist/Block/Customer/Wishlist.php:127 Stack trace: #0 /var/www/vhosts/test.com/vendor/magento/framework/View/Element/AbstractBlock.php(286): MagentoWishlistBlockCustomerWishlist->_prepareLayout() #1 /var/www/vhosts/test.com/vendor/magento/framework/View/Layout/Generator/Block.php(149): MagentoFrameworkViewElementAbstractBlock->setLayout(Object(MagentoFrameworkViewLayoutInterceptor)) #2 /var/www/vhosts/test.com/vendor/magento/framework/View/Layout/GeneratorPool.php(81): MagentoFrameworkViewLayoutGeneratorBlock->process(Object(MagentoFrameworkViewLayoutReaderContext), Object(MagentoFrameworkViewLayoutGeneratorContext)) #3 /var/www/vhosts/test.com/vendor/magento/framework/View/Layout.php(352): MagentoFrameworkViewLayoutGeneratorPool->process(Object(Mag in…

      READ MORE
    • FAQ(s) you should know before upgrading your Magento store

      Thinking to upgrade your Magento store? Have a look at the below questions before you do it. Q1. How much time does it take to upgrade a Magento store to the latest version? A1. It depends on how big your site is,…

      READ MORE
    • PayPlug and PayPal problem while checkout in Magento 2.3.3 and above version

      Checkout this article if you face an error like below. [2020-09-23 21:55:18] main.CRITICAL: Report ID: webapi-5f6bc446bb808; Message: Property "DisableTmpl" does not have accessor method "getDisableTmpl" in class "MagentoQuoteApiDataPaymentInterface". {"exception":"[object] (Exception(code: 0): Report ID: webapi-5f6bc446bb808; Message: Property "DisableTmpl" does not have accessor method…

      READ MORE
    • Magento 2: add new custom product attribute in product tabs

      If you want to add a new custom attribute in product tabs, then you you need to add the below code: <referenceBlock name="product.info.details"> <block class="MagentoCatalogBlockProductView" name="product.info.keyfeature" as="keyfeature" template="Magento_Catalog::product/view/attribute.phtml" group="detailed_info"> <arguments> <argument name="at_call" xsi:type="string">getKeyFeatures</argument> <argument name="at_code" xsi:type="string">key_features</argument> <argument name="css_class" xsi:type="string">keyfeature</argument> <argument name="title" translate="true"…

      READ MORE
    Recent Articles
    Get a Free Quote