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 we use the quote collectTotal() method in our custom requirement then it's possible that total won't get loaded in the cart summary and checkout summary. So how to reload summary total by using JS. You have to use Magento_Checkout/js/action/get-totals to update the…
READ MOREIf you want to set a different look for a specific category, then you can make new layout for that category like below. First you need to create new file under your theme Magento_Cataloglayoutcatalog_category_view_id_{{id of category}}.xml then you can move and add…
READ MOREA client made an inquiry at our site which read, We want to increase our sales. Can you help to improve the performance of our site? Our tech expert discussed the case with the client. Then, we ran an audit on the…
READ MOREIf you are facing error as per the below, Then the first step is to override the purchase order mixin js file on your theme and add the below code. /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt…
READ MOREI've to add custom CSS for particular store on checkout page, so I've updated a layout using observer. Please follow the below method. you need to copy the below event in your module. <?xml version="1.0" encoding="UTF-8" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="layout_load_before">…
READ MOREI have recently faced an issue during CSV import as below.: In 'Categories ' column. Category name is like 'Default Category/Motorola/E Series/Moto E6 (XT2005,XT2005-3,XT2005-5)' While I am importing this category, it's creating three categories despite one. Due to comma(,), Magento's default functionality…
READ MOREIf you want any of your customization changes, then you can do it in core file let's say Block.php which will be at vendor/magento/module-cms/Block/Block.php. 1. Create a copy of that file with your changes on it. 2. Rename that file BlockModified.php. 3.…
READ MOREIf you want customer grid reindex programmatically, you can use the below step. 1. Create file menu.xml on app/code/Magemonkeys/CustomerReindex/etc/adminhtml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd"> <menu> <add id="Magemonkeys_CustomerReindex::customer_reindex" title="Eagle Rocket" translate="title" module="Magemonkeys_CustomerReindex" sortOrder="50" resource="Magemonkeys_CustomerReindex::manage_customer_reindex" parent="Magento_Customer::customer"/> <add id="Magemonkeys_CustomerReindex::customer_manage" title="Customer Reindex" translate="title" module="Magemonkeys_CustomerReindex" sortOrder="10" parent="Magemonkeys_CustomerReindex::customer_reindex"…
READ MOREIf you need to set our custom price or to perform any customization in price, them follow below steps. Create di.xml under etc folder in module <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <virtualType name="MagentoConfigurableProductPricingPricePool" type="MagentoFrameworkPricingPricePool"> <arguments> <argument name="prices" xsi:type="array"> <item name="regular_price" xsi:type="string">MagemonkeysPricesortingPricingConfigurableRegularPrice</item> <item…
READ MORESometime we need to set html data without load or set it via ajax. Then create a module name : Magemonkey:Ajaxcall create index.phtml in Magemonkey/Ajaxcall/view/frontend/templates/ <div id="ajaxresponsedata"></div> <?php $ajaxurl = $block->getAjaxUrl(); ?> <script type="text/x-magento-init"> { "*": { "Magemonkey_Ajaxcall/js/call": { "AjaxUrl": "<?php echo…
READ MOREArtificial Intelligence has evolved from a competitive advantage into a...
Digital commerce has undergone a remarkable transformation over the last...
The Rise of AI in Shopify Ecommerce The ecommerce industry...
(more…)
The rapid advancement of artificial intelligence has transformed the digital...