Questions tagged [cart]
Question related to the shopping cart: adding/removing products, shoping cart price rules, the appearance of the shopping cart page.
2,230 questions
0 votes
0 answers
33 views
how to fix this issue facing after upgrade 248p2
Compilation from source: /var/www/html/evolutionhomecorp.com/vendor/magento/theme-frontend-blank/web/css/styles-l.less error evaluating function ceil: math functions take numbers as parameters in ...
0 votes
1 answer
51 views
How Magento decides when to use an already created quote or create a new one?
In my store all customers are guest, when a customer add a product to cart a quotes is created, but sometimes it uses an already created quote, so my question is: how Magento decides when to use an ...
0 votes
0 answers
25 views
Issue with loading checkout/cart when the product has "out of stock" status
Scenario in magento 2.4.6: When at item within a saved cart goes out of stock, that cart can no longer be reloaded into the customer shopping cart. The goal, I guess, is to remove the item from the ...
0 votes
0 answers
56 views
Trying to split cart items Magento 2.4.7
I am having a module which gives the ability to cart with checkbox to select which items you want to proceed to checkout. Although I have an issue with Observer event and always in order I get all ...
1 vote
1 answer
60 views
Is it possible to apply different discocunt on different sku in same cart
I want to apply different discount for different for sku's. If both are present in same cart . I want to get discount combine. Suppose if Sku A has discunt 4 and Sku B has 5 , total discount should ...
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\...
1 vote
3 answers
254 views
Paypal Express No such entity with cartId = 123456789 in checkout
I have a magento 2.4.7-p3 instance and I faced a strange bug. Here is how I reproduce it. 1- Add something to the cart, as a guest and not logged in 2- In checkout/cart click on Paypal button, in the ...
0 votes
1 answer
56 views
Adding Groped Products items to the cart using the Api
I am using this endpoint : http://mage.local/rest/V1/carts/3747/items and this is the body: { "cartItem": { "sku": "8717752030514", "qty": 1, &...