Relative Content

Tag Archive for magento2

MAGENTO 2 – Add Custom Filter to Order Grid

I need to add a custom filter to the Order Grid to show just the orders that have this specific SKU (TEST). The select box should be has two options: Include (Show order’s that have this specific sku) or Exclude (Show order’s that doesn’t have this specific sku).

How to solve problem in magento 2 with empty cart in FireFox?

In Firefox, when adding a product to the cart, an Ajax request is made to /customer/section/load/ and an empty cart is received in response, although the product ends up in the cart. With a normal GET request (go to this url), everything loads correctly. What could be the problem?[enter image description here](https://i.sstatic.net/E4eU22eZ.png)

Rewrite this model function sendEmail

I have a problem with the Magento2 newsletter module, I need to edit the sendEmail function, there is the email variable in this function that takes the template, I need to change it according to customer group logic, but I cannot extend a module to edit or subscribe with after a model, could you help me?