I have multiple active shopping cart rules on my website, including some older rules. The problem is that Magento validates these rules every time there is an update to the shopping cart or when a customer proceeds to checkout. The method setValidationFilter() calls getNoCouponCodeSelect() from the class vendor/magento/module-sales-rule/Model/ResourceModel/Rule/Collection.php, which is […]
Magento
Due to migration collision, I need to shift upward many product IDs. Here is why : If I use a delta migration from Magento 1 to Magento 2, new products in Magento 2, which have the same id than new products in Magento 1, are overwritten. Is it safe to […]
We are on magento community 2.4.0 and for the past couple of months, (occasional) transactions have resulted in 404 error after checkout. We don’t get any notification of an order. I looked on stack exchange and someone reported this with mageonto 2.3 but I wonder if the same issue could […]
We want to create the following setup: Main Web Site (code: store) -> Store BE (code: store-be) -> Store View NL (code: nl) Main Web Site (code: store) -> Store BE (code: store-be) -> Store View EN (code: en) Main Web Site (code: store) -> Store NL (code: store-nl) -> […]
I have a product with a SKU that looks like this: “0/000.150.2010” So naturally, when I try to update said product: https://URL.com/index.php/rest/da/V1/products/0/000.150.2010 I get a “message”: “Request does not match any route.” error. Encoding the parameter, gives a HTML page with a 404 status. https://URL.com/index.php/rest/da/V1/products/0%2F000.150.2010 Now, I’ve looked at How […]
i am new to magento..i am facing issue while learning configuration of system.xml..i want to depend a field of type=”dropdown” to field of type=”checkbox”..any help would be appreciated..here is my system.xml file..thanks in advance.. System.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <tab id="ktplmodule" translate="label" sortOrder="50"> <label>KTPL</label> </tab> <section id="section_extension" showInDefault="1"> […]
I am adding some custom value in my tax amount after select country by using sales_quote_address_collect_totals_after even, everything is working fine but after complete the online payment my paid amount increase by this custom tax value means grand total and paid amount is different, paid amount is more than grand […]
We (almost) always use UPS for our shipments, so it would be nice for that to be the default dropdown menu option that is selected when we go into an order, click ship, and go to add tracking information. The current default is ‘Custom Value’. How/where in the code would […]
What is the role and necessity of Redis, Varnish, and Elasticsearch in a Magento 2 setup? Are these components required only in a server environment, or are they also needed in a local development environment?