Questions tagged [sales]
Denotes questions related to the Sales module of Magento.
345 questions
0 votes
1 answer
73 views
when i open the admin panel of magento, then sales>order, then i get the following issue
Issue: Item (Magento\Framework\View\Element\UiComponent\DataProvider\Document) with the same ID "944" already exists. Exception in /var/www/html/protecta/vendor/magento/framework/Data/...
0 votes
2 answers
85 views
Change the order status to processing
I am using the sales_order_shipment_save_after event and in that i want to set the order status to processing because magento set the status to complete once the shipment is submited but I want to ...
0 votes
1 answer
162 views
Magento2: Create orders grid replica and add custom columns
I want to replicate the order grid, add custom columns in it and fetch that columns data from the API.
0 votes
0 answers
76 views
Copied Magento 2 website PDF Invoices not working
I have copied our website over to a new hosting platform with more resources etc. I have done this lots of times before without any difficulty. Everything is working apart from Sales PDF Invoices. ...
0 votes
1 answer
79 views
Magento2 Issue after disabling core Magento_Sales
PHP Fatal error: Cannot use "parent" when current class scope has no parent in /var/www/html/sm_market4/generated/code/Magento/Sales/Api/OrderRepositoryInterface/Interceptor.php on line 22 ...
1 vote
3 answers
1k views
Magento2 Invoice Print PDF editing
I wan to edit the totals of Invoice print in PDF format. If it was HTML page than its easy to inspect it. But I can't find where i can adjust the widht of a cell. As you can see the Discount text is ...
0 votes
0 answers
36 views
Second website Tax Configuration not working (Including tax, Excluding tax)
In my Magento 2(2.4.5) Store, There are Two Websites, "Main website" and "B2B Website", and I want to Show Price Including Tax in "Main Website" and In "B2B Website&...
0 votes
1 answer
56 views
I am new in magento! :: I have task to add a custom field('is_vip') in order columns. please help me?
Programatically, add a custom field('is_vip') in order. If a customer order value over $150 , the field value will be 1 and in order grid it will show yes.
1 vote
0 answers
81 views
Magento 2 sales report missing 4 days
My Magento 2 sales report has just randomly missed 4 days out this month (17th,18th,19th,20th) Even though there is sales data for them days, all in processing just like the other days. There is ...
1 vote
1 answer
165 views
How to update the saleable quantity after invoice creation in magento2
Normally the saleable quantity is updatd after when we place the order. I want to update the saleable quantity after invoice creation for my custom producttype..
1 vote
0 answers
450 views
Magento 2 - Fulltext search Product SKU / Product Name in Sales Order Grid
I'm a newbie, new to magento 2. Please guide me here: I want to search fulltext product sku and product id in grid order. I have now added the product sku and product id to the grid, the filter is ...
0 votes
0 answers
287 views
Magento 2 How to cancel the order during the process
I would like to know if there is a way to cancel the order during the creation process, I have a model that calls an api, if this API result is false, I would like to cancel the order even before it ...
0 votes
1 answer
35 views
Migrated from Magento1.9 to Magento2.4.2
That was 3 weeks ago. Sales dropped. Did that happen to you ? Could it be IT related ? We have no issue so far. Just wondering.
0 votes
1 answer
155 views
How to edit Product name in Magento Admin in Sales order tab ( Information , Invoices , Credit Memos , Shipments ) and in its email as well
How to edit Product name in Magento Admin in Sales order tab ( Information, Invoices, Credit Memos, Shipments ) and in its email as well. Like I want to append some data in Name but didn't get the ...
0 votes
1 answer
603 views
Magento 2.3 EE: Make reward points to not apply automatically
In Magento 2.3 EE, if a customer has reward points balance it is automatically applied to cart when the cart page is loaded and customer goes to the checkout process. I want to remove this ...