Questions tagged [sales-order]
Denotes questions related to Magento Sales module's order functionality.
1,381 questions
0 votes
0 answers
55 views
Magento 2: After magento version uprgade Order Items not getting added to cart in Admin
I have upgraded my Magento website from version 2.3.6 to 2.4.7-p2. After the upgrade, I am unable to place orders from the Admin panel. Specifically, Magento does not allow me to add products to the ...
0 votes
0 answers
42 views
How to transfer custom fields to new order when editing from admin panel
In Magento 2, when editing an order from the admin panel, Magento cancels the original order and creates a new one. I have added some custom fields to the sales_order table (these are not part of ...
0 votes
2 answers
52 views
Abandon Cart Voucher Reciever
Hi everyone — in the Magento order data, is there a way to add a column showing which customers received a voucher within a given month? That column should display the voucher name, and another column ...
1 vote
1 answer
82 views
M2.4.7 - Sales Orders Error Item (Magento\Framework\View\Element\UiComponent\DataProvider\Document) with the same ID "19" already exists
Today I'm getting this error when I go to sales->orders - "Item (Magento\Framework\View\Element\UiComponent\DataProvider\Document) with the same ID "19" already exists." ...
0 votes
2 answers
58 views
Get Custom Data in the observer to set in the quote
This is my custom controller : <?php namespace Vednor\Module\Controller\Customer; use Magento\Framework\Controller\ResultFactory; use Psr\Log\LoggerInterface; class Addtocart extends \Magento\...
0 votes
1 answer
40 views
Set Custom Field Data in the Order
I created a observer : <?php namespace Vendor\Module\Observer; use Magento\Framework\Event\Observer; use Magento\Framework\Event\ObserverInterface; use Magento\Framework\App\RequestInterface; use ...
0 votes
0 answers
58 views
Orders Merging Issue - New Order Products Adding to Old Completed Orders
I'm facing a critical issue with order creation in my Magento2.4.6 store. Sometimes, when customers place new orders using credit limit payment method, instead of creating a new order, the products ...
0 votes
1 answer
65 views
Adminhtml sales order payment information section in magento 2.4.6
Adminhtml sales order payment information section add custom filed custom payment thorw how to do i try this way but it not working code working but Payment information sction not show ...
0 votes
2 answers
61 views
General search bar in customer order grid on frontend
We would like to create a general search bar at the customer order grid on frontend. So customers can search within the placed orders for "order_id" and "sku". We already achieved ...
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
225 views
Get customer address attribute value in order data using REST
I have a Adobe commerce cloud platform and created one customer address attribute from the admin that is default feature of the Commerce cloud. Now it works fine. It works well on the customer account ...
0 votes
2 answers
56 views
Magento 2.4: Save item option value in cart and retrieve it in order success
I have created a button for each product in the cart. Now I want to get the uploaded file URLs of each product from the cart and retrieve it in an email on order success. My controller: <?php ...
0 votes
1 answer
345 views
Magento 2 : Display Custom Reports on Sales Orders Page
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 ...
0 votes
1 answer
82 views
Magento 2 : when i am trying to use GetSalableQuantityDataBySku it will give me an error
I am new in magento. When I am trying to use GetSalableQuantityDataBySku" does not exist magento throw me an error below error i am use event which i use : <event name="...
0 votes
1 answer
148 views
Magento 2 : Reorder Throw Exception
After successful purchase in the order details page when i click reorder option it throw below exception TypeError: Magento\Framework\DataObject::__construct(): Argument #1 ($data) must be of type ...