Skip to main content

Questions tagged [order-items]

Denotes questions related to sales order items.

0 votes
1 answer
196 views

Does anyone know why, sometimes, into the table sales_order_itmes, I see rows that has product_options fields like this: { "info_buyRequest": { "uenc": "...
Safari's user avatar
  • 103
0 votes
0 answers
232 views

I need a functionality to split custom line item in magento 2.3.4 . For example, suppose Product A has custom addon Child A, then by default magento will show like this Product-A-Child-A in sales ...
Mitul Vadalia's user avatar
1 vote
2 answers
85 views

I would get information on all items of product purchased. I proceeded by this way but I can not have any information on all items of product purchased : <?php namespace MyTestSpace\...
learner's user avatar
  • 21
2 votes
1 answer
867 views

I can't Understand the difference between Order And Quote or Order Items And Quote Items please explain what is it and how it works
Sabareesh's user avatar
  • 358
0 votes
2 answers
335 views

I want to get all the orders where the status is pending. I want to do a second check where if the item status is cancelled. Is this possible to do?
Jack Brooks's user avatar
1 vote
1 answer
6k views

I am trying to get discount amount, but no success How to get discount amount from $block->getShipment() <?php /** @var $_item \Magento\Sales\Model\Order\Item */ $_item = $block->getItem(...
summu's user avatar
  • 847
2 votes
1 answer
634 views

I have used the code if ($order->getInvoiceCollection()->count()) { $_invoices = $order->getInvoiceCollection(); if ($_invoices) { foreach ($_invoices as $invoice) { ...
Shoaib Munir's user avatar
  • 9,592
1 vote
0 answers
209 views

In Magento 2 customer account I have to add a new tab and when customer visits it then on that page have to display a list of all items from all orders of customers. It will be grids of ordered items. ...
Magecode's user avatar
  • 1,524

15 30 50 per page