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.
Step 1: For this, you have to create a small module. In that module, you have to create di.xml on the below path where we will define the plugin. Path : appcodeVortexCravensetcdi.xml You have to add the below code in the di.xml file <?xml…
READ MOREFirst we need to create ‘catalog_product_prices.xml’ at below location using the given code. appcodeMagemonkeysDiscountpercentageviewbaselayoutcatalog_product_prices.xml <?xml version="1.0" encoding="UTF-8"?> <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd"> <referenceBlock name="render.product.prices"> <arguments> <argument name="default" xsi:type="array"> <item name="prices" xsi:type="array"> <item name="final_price" xsi:type="array"> <item name="render_class" xsi:type="string">MagentoCatalogPricingRenderFinalPriceBox</item> <item name="render_template" xsi:type="string">Magemonkeys_Discountpercentage::product/price/final_price.phtml</item> </item> </item> </argument> </arguments> </referenceBlock>…
READ MORECreate a custom extension or theme and then override customer layout file app/design/frontend/Magemonkeys/Theme/Magento_Customer/layout/customer_account.xml use remove to remove any extra link from my account <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <!-- Remove unwanted account navigation links --> <!-- Put this file in: app/design/frontend/Magemonkeys/Theme/Magento_Customer/layout/customer_account.xml --> <!--…
READ MOREYou can create checkout_cart_index.xml in your Magento_Checkout custom theme. Visit below path - app/design/frontend/Vendor/theme/Magento_Checkout/layout/checkout_cart_index.xml And add the below code: <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="checkout.cart.shipping"> <arguments> <argument name="jsLayout" xsi:type="array"> <item name="components" xsi:type="array"> <item name="block-summary" xsi:type="array"> <item name="children" xsi:type="array"> <item name="block-shipping"…
READ MOREIf you want to create a product attribute programmatically, but not by admin then this blog post is right the solution for you. Create file app/code/Magemonkey/CustomAttribute/Setup/InstallData.php <?php namespace MagemonkeyCustomAttributeSetup; use MagentoEavSetupEavSetup; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupInstallDataInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; class InstallData implements…
READ MOREIf you want to show the bundle product image when the child product added in the cart programmatically, please follow the below step. Step 1). Create file app/code/Magemonkeys/Cart/etc/di.xml <?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="MagentoCheckoutCustomerDataAbstractItem"> <plugin name="Change_Product_Image_In_Minicart" type="MagemonkeysCartPluginMinicartImage" sortOrder="1"/> </type> </config> Step…
READ MOREPlease find below steps to override default.phtml by using plugin 1. Create an di.xml in : /app/code/Vendor/ModuleName/etc <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <!-- override cart/item/default.phtml file --> <type name="MagentoCheckoutBlockCartAbstractCart"> <plugin name="change_template_for_default" type="VendorModuleNamePluginCartAbstractCart" sortOrder="1"/> </type> </config> 2. Create an AbstractCart.php in : app/code/Vendor/ModuleName/Plugin/Cart…
READ MORECustomer Authentication in Magento 2 is required when we have to check the customer is a guest user or a login user. There are many occasions when we have to check the customer is login or not, and based on the login…
READ MOREMage Monkeys have helped numerous merchants to implement drop shipping ecommerce solutions for their business. From the development trend, we can say that dropshipping trend continues even in 2023. It's not dead yet. This method of business has long to go. Dropshipping…
READ MOREMagento is an exclusive shopping cart that provides all the highlights, features, and facilities that a company or entrepreneur wants to sustain the success path of their businesses. It's quick, secure and perfect with a different scope of applications, platforms, and devices.…
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...