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.
Follow the below steps to generate invoice PDF & save it on the server at invoice creation time. 1. Create file event.xml on app/code/Magemonkeys/Saveinvoice/etc <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="sales_order_invoice_save_after"> <observer name="save_invoice_pdf" instance="MagemonkeysSaveinvoiceObserverSaveinvoice" /> </event> </config> 2. Create file Saveinvoice.php on…
READ MOREYou might get this error “The address failed to save. Verify the address and try again.” If you can see the exception.log displaying the Email Validation failed error, then you can solve this error by doing some PHP settings. If You are…
READ MOREIn this article, we are going to move the wishlist link under the media block after view more images. The first step is to create file catalog_product_view.xml in custom theme : Create app/design/frontend/Magemonkey/theme/Magento_Catalog/layout/catalog_product_view.xml <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <move element="view.addto.wishlist" destination="product.info.media" after="-"/>…
READ MOREI focused merely on the solution and I just changed the function validateForCart In vendor/magento/module-quote/Model/QuoteAddressValidator.php file : from : public function validateForCart(CartInterface $cart, AddressInterface $address): void { $this->doValidate($address, $cart->getCustomerIsGuest() ? null : $cart->getCustomer()->getId()); } to : public function validateForCart(CartInterface $cart, AddressInterface $address):…
READ MOREAs we all know that extensions are used by websites or online stores to add in a new feature or functionality. The functionality can be in the form of any needed customization, to improve sales, enhance product searches, etc. So, it is…
READ MOREIn an eCommerce business, you are bound to carry out regular improvements and make constant changes. There is always a need to add in a new feature or tweak the existing one. This happens every now and then. To let these changes…
READ MOREBuilding an online business needs you to prepare yourself with a few things like deciding the set of products for the store, finding reliable partners, establishing an effective delivery service, and coming up with a strong marketing strategy. Above all, something that…
READ MOREStep 1). Create the Vendor/Module/etc/frontend/event.xml in your module <event name="controller_action_postdispatch"> <observer name="change_title_filter" instance="VendorModuleObserverFiltertitle" /> </event> Step 2). Create the Vendor/Module/Observer/Filtertitle.php in your module <?php namespace VendorModuleObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use MagentoFrameworkViewLayoutInterface; class Filtertitle implements ObserverInterface { protected $context; public function __construct(…
READ MOREBy default in Magento 2 does not provide the mail functionality to admin when new customers signup. It means no email will be sent to the admin when a customer registers with the front side. If you want to get the mail…
READ MOREThe following error occurs while we using Redis for session storage Or file session storage : Warning: Cannot use a scalar value as an array in /home/web/domains/web.com/public_html/vendor/magento/framework/Session/SessionManager.php on line 492 - Please follow the below steps to resolve it : Step 1:…
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...