Questions tagged [sales-order]
Denotes questions related to Magento Sales module's order functionality.
1,381 questions
0
votes
1
answer
34
views
Customer account button appears on dashboard but not on order detail page in Magento 2
I'm implementing a cancellation button for EU regulation compliance (required from June 2026) in Magento 2.4.7. The button needs to be accessible from the customer account area.
Current situation:
The ...
0
votes
0
answers
63
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
50
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
66
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
99
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
68
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
46
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
1
answer
79
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
66
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
87
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
264
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
68
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
378
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
103
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
165
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 ...