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.
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 MOREWe 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 MORECreate 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 MOREBy 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 MOREIf 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 MOREThis 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 MORELayered 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 MOREIf 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 MOREThere 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 MOREIt 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 MOREThe commercial vehicle components and spare parts industry has undergone...
The automotive aftermarket industry has undergone a massive transformation over...
The modern digital landscape has transformed how manufacturers, distributors, and...
The automotive parts and component industry has undergone a massive...
Understanding the Digital Transformation of the Industrial Supply Market The...