I’m working on a Magento 2 project where I need to display custom reports under the order grid on the Sales Orders page. Specifically, I want to show the following fields: Total (totals sum) Subtotal (subtotals sum) Shipping (shipping sum) VAT (VAT sum) Quantity (quantities sum) Number of Orders Number […]
Magento
I am including a variable email in my template. But it does not format to be clicked and open in the recipients email app (specifically gmail). I have figured out how to do this with a hardcoded email, but not a variable formatted email. Looking for assistance in how to […]
I have around ~10k of products to create programmatically. I also have around 20 custom attributes. Saving the stock, the price, special price, those 20 custom attributes it takes around < 50 min. Once I added the image part, from 50 mins its jumps to 8 hours. The images are […]
when admin filters orders in sales->orders page. Reports should be displayed for following fields (under the order grid): Total (totals sum) Subtotal (subtotals sum) Shipping (shippings sum) VAT (Vat sum) Quantity (quantities sum) Number of Orders Number of Canceled Orders Please fell free to ask if you have additional questions.
Via the api, multi select options were accidentally inserted as duplicates. So instead of 11111,22222 being stored in catalog_product_entity_text.value it was submitted as 11111,22222,11111,22222 and stored as such. This causes the indexer to break with duplicate errors. SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '681306-12156-1-7638991-681306' for key 'PRIMARY', query was: […]
I have two website example.com(store code is usa) and example.ca(store code is default) both website in English language This two website working fine, now I want to convert only example.ca to example.com/en-ca How to do achieve this? I tried to change default store base secure and unsecure url from store […]
I need some way to know what method the magmi is set to to make a plugin, I mean by method (edit/create or whatever it is)