Magento stuck on DB Access denied
I have configured maria db Master and Slave with replication enabled on both
it works great
Magento 2 Issue related to same Shipment Email Sent Multiple Times to Consumers
We have faced issues in the automated emails in our application. Some of our Shipment automated emails were triggered multiple times to the same recipients.
How to write a custom script to migrate Magento 2 website products URL’s target path to another site?
When attempting to redirect the target path of a URL to another site, it is not functioning correctly. Is there a script or method to transfer the URL target path to another website?
Better Approach to Create new stores/view in Magento with existing website and 60k products
Hi Guys needed expert advice to create 3 new store views in the existing Magento website which has approx 60k products. What is the best way to create them so that the website will be in working condition ilat that time or minimal downtime is required for that process.
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).
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).
MAGENTO 2 – Add Filter to Specific SKU in Order Grid
I need to add a select box (include or exclude) to filter a specific product sku (TEST).
Magenot 2 all admin ajax requests are returning html instead of json
I have migrated the magento 2 code to a different server and setup the same codebase on my local/wamp server.
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?