I’m using Magento 2.4.3-p1. I have created a custom checkout step according to Magento’s tutorial here: https://devdocs.magento.com/guides/v2.4/howdoi/checkout/checkout_new_step.html My step is in between the shipping and payment step. When I go to checkout the shipping step loads fine, but after filling out the address/billing info and select a shipping method my […]
Magento
What is the proper protocol for enabling a custom built extension during production mode? When I run php bin/magento setup:upgrade I get the following error: The directory “/chroot/home/af3d0522/45913c4122.nxcli.net/magento/generated/code/Magento” cannot be deleted Warning!rmdir(/chroot/home/af3d0522/45913c4122.nxcli.net/magento/generated/code/Magento): Directory not empty Should I be deleting the code within generated/code and then running the above command so […]
We are facing issue in quote_item table with row_total column in which its not rounding prices of items. for example please check below screenshot: 14.2250 should be 14.23 15.9750 should be 15.98 We are using the Magento Commerce Enterprise edition. and this thing happens especially when we set item prices […]
I’m not a dev and have very limited experience in M2 but I’m in need of some help, if possible? I need to create a ‘cart price rule’ to exclude multiple SKU’s but have no idea how to do this. So far I have only created a 10% off all […]
I’ve created a custom column in the report using UI components that use DataProvider in report_listing.xml Unfortunately, this new custom column is not able to sort. I made also a class for this column which extended Column class UiComponentListingColumntestColumn::applySorting() to change sorting but this method is only using existing columns […]
On creating a configurable product there’s just the returned message of ‘There has been an error processing your request’ & ‘Class catalog/product_attribute_backend_recurring does not exist’ To begin with, I was seeing ‘catalog/product_attribute_backend_groupprice’ and then ‘catalog/product_attribute_backend_msrp’ but I fixed those in turn with changes to the eav_attribute table & the backend_model […]
I have a problem with store codes to url’s after configuroetion store code do not work with base url. It’s work on other subpages but when i try go to main i got Allowed memory size of 2097152 bytes exhausted error and 500. Someone has similar issue?
I have added custom text to display with Table rate shipping method title. <span data-bind="visible: method.carrier_code == 'tablerate'"> <span class="shippingtext">Same Day Delivery - Only AED <each args="element.getRegion('price')" render="" /> additional charge</span> </span> How can I add if else condition to show different text according to cart amount? For example: Cart […]
I’m trying to import a SQL script file into a Magento cloud database. The script file has about 83k lines of insert statements and it populates one table in the database. My current progress: I managed to connect to the remote database using ssh tunneling as explained in the Magento […]