Skip to main content

Questions tagged [cart-items]

0 votes
0 answers
62 views

Kindly help me in this Magento2 - How to move checkout page side bar Cart Items section below the shipping method on checkout page? Thanks in advance.
Chala Chalapathi's user avatar
1 vote
1 answer
907 views

I need to set cart discount based on individual qty and individual item for cart. For example if cart have 2 item then lowest price item to give higher percentage discount, like need to add 10% and 20%...
Kirti Nariya's user avatar
  • 3,087
2 votes
1 answer
259 views

I want to set a message when a disabled product is removed from the cart. Does anyone have any idea about it?
Rutvik Monpara's user avatar
1 vote
0 answers
328 views

I'm trying to add product via API call https://testdomain.com/rest/V1/carts/mine/items/ my payload is { "cartItem": { "sku": "444375", "qty": 1, &...
Ghulam.M's user avatar
  • 973
0 votes
2 answers
208 views

I have some problem with removing product from quote. I observe "Add to cart" with "checkout_cart_product_add_after" event and there simply do this: $quote->removeItem($...
Franci Melink's user avatar
0 votes
1 answer
886 views

Is there any way to reload the page completely, when we remove an item from mini cart. https://prnt.sc/11i1x2g After clicking on ok , i want to reload the page.
Nafsss's user avatar
  • 758
0 votes
1 answer
1k views

I'm trying to get parent_item_id but it is returning null for all simple child products. $order = $observer->getEvent()->getOrder(); $items = $order->getAllVisibleItems(); foreach ...
Muhammad Saeed Khan's user avatar
0 votes
1 answer
636 views

I have 2 items in cart suppose A & B. When customer delete item A from minicart then auto delete item B. How the ajax will call 2 times, I have done this in controller's execute function (delete ...
Yogita's user avatar
  • 784
1 vote
1 answer
4k views

I'm frequently getting this" No such entity with cartId =xxxxx " When I try to edit order by set order status to another status or assign order to customer. I've taken a look at the database ...
mido's user avatar
  • 41
1 vote
0 answers
95 views

Like, I have 5 items in my Cart. It means there is 1 row in quote table. Which contains parent ID. And, 5 rows in quote_item which describe all 5 items. I want separate 3 items from these 5 in ...
Ravi Soni's user avatar
  • 1,819
0 votes
1 answer
1k views

I need to update multiple cart items quantity in Rest API. Default Magento only have update single cart item. Single cart update Item endpoint: /V1/carts/mine/items/:itemId I have tried with ...
Kirti Nariya's user avatar
  • 3,087
1 vote
2 answers
767 views

Currently, am adding the product programatically while moving from the Shipping -> Review & Payments and facing a problem. The added item image is not showing in the Order Summary other than this ...
Anush Starlit's user avatar
2 votes
1 answer
2k views

I want to remove delete item button from cart page. I am using below xml code to remove this but not working:- Path: app/design/frontend/vendor/theme/Magento_Checkout/layout/...
Purushotam Sharma's user avatar
1 vote
1 answer
251 views

I am calling below code in my addtocart.phtml to get cart item data <?php echo $this->getLayout()->createBlock("Magento\Checkout\Block\Cart\Item\Renderer")->setTemplate("Magento_Checkout:...
akgola's user avatar
  • 2,995
1 vote
1 answer
87 views

I have added new column of SR NO in cart table. But <tbody> tag generating dynamically. I want to add sr no for each row. but When I am trying it is not working and showing only 1 in each row. ...
Vinod Kumar's user avatar
  • 2,095

15 30 50 per page