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.

    • Magento 2 : How to set custom product price while displaying at front end?

      If you want to change the main price with a custom price attribute. You can use the below method 1. Create file di.xml on app/code/Magemonkeys/CustomPrice/etc/frontend <?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="MagentoCatalogModelProduct"> <plugin name="change_product" type="MagemonkeysCustomPricePluginModelProduct" sortOrder="1" /> </type> </config> 2. Create file…

      READ MORE
    • Magento 2: Create custom GraphQL data

      We can create custom api for GraphQL. As per the app/code/ standard, our module name is Magemonkeys/Customgraphql We can create schema.graphqls file in module etc folder. Below is the code for that file. type Query { CustomGraphql ( username: String @doc(description: "Email…

      READ MORE
    • Magento 2: Change customer group before saving the customer using plugin

      Create di.xml file your module and add the 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="MagentoCustomerApiCustomerRepositoryInterface"> <plugin name="save_customer_group" type="VendorModulePluginMagentoCustomerApiCustomerRepositoryPlugin" /> </type> </config> Create plugin file under this directory Vendor/Module/Plugin/Magento/Customer/Api/CustomerRepositoryPlugin.php <?php namespace VendorModulePluginMagentoCustomerApi; use MagentoCustomerApiDataCustomerInterface; use MagentoCustomerApiCustomerRepositoryInterface; use MagentoFrameworkControllerResultFactory; use MagentoFrameworkUrlInterface; use…

      READ MORE
    • Magento 2: Get customer data in GraphQL

      By using GraphQL, You can get data of logged in customers. Magento 2 can directly call api to get data by resolver. Module name : Magemonkeys::Custom create file schema.graphqls in etc folder in that module type Query { getCustomerData: Response @resolver(class:"Magemonkeys\Custom\Model\Resolver\Getdataforcustomer") }…

      READ MORE
    • Magento 2 : How to USPS Shipping method title change programmatically?

      If you need some specific shipping title change, then use the below method For Ex. Priority Mail 1-Day instead of Priority Mail (2-3 Days) Firstly, you need to add the following file. 1. Create file di.xml on app/code/Magemonkeys/UspsShipping/etc <?xml version="1.0" ?> <config…

      READ MORE
    • Currency symbol not showing on cart, checkout and product page for Magento 2.4.3

      This bug is available on default Magento 2.4.3 To solve it, go to, vendormagentomodule-directoryModelCurrency.php And comment the code under the formatTxt function: if ($this->canUseNumberFormatter($options)) { return $this->formatCurrency($price, $options); }    

      READ MORE
    • Difference between filterable (with result) and Filterable (with no result) in Magento 2 Attributes

      Layered navigation Filterable (with results): - This attribute will be shown only if there are products matching any of its attributes-options value. - filter is shown on the category page Layered Navigation. However only options values, where products are available will be…

      READ MORE
    • Pagination is not working after upgrading to Magento Version 2.4.3

      If you face pagination not working issue after upgrading Magento 2.4.3 then follow below few steps. Step 1 : Open your theme's list.phtml file like app/design/frontend/Magemonkeys/CustomTheme/Magento_Catalog/templates/product/list.phtml Step 2 : Find below code in the bottom section of the list.phtml file <?= $block->getToolbarHtml()…

      READ MORE
    • Benefits Of Choosing A Magento Development Agency Over A Freelancer

      There are numerous stores managed by individual freelancers. But, the trend has already started where this numbers are migrating from freelancer to professional agencies, as freelancer's bandwidth & knowledge isn't sufficient to handle Magento stores. There are some good reasons to choose…

      READ MORE
    • Why Should You Hire A Creative Designer For Your Magento Store?

      It is no longer a secret that adopting latest UI/UX touch in your site can improve the sales. Designing is not only about giving an attracting look to your site, but it's also about placing web elements such as product images and…

      READ MORE
    Recent Articles
    Get a Free Quote