-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Preconditions and environment
- Magento 2.4.5-p10
- customer logged in or not
- cart empty or not
- have quickorder feature
Steps to reproduce
- Go to product page
- Add to cart product by click on addtocart btn
- Go to checkout/cart page
- Add to cart the same product with quickorder
Expected result
Add a product in cart from quickorder and cart show correctly configurable options informations
Actual result
Hi,
I find a curious behavior on Website and we should like have a way of explanation.
When add to cart a product from product page - the checkout /cart show additionnal informations from product => it's expected result and it's OK
When add product from quickorder (same product indeed) - the checkout/cart do not show additionnal informations about product => it's unexpected result
Products are separated like this because first item is added as part of configurable and second one is directly added as simple product (without linking to the parent).
So when you add configurable to the cart, it actually includes two products: parent and child according to selected configuration.
When you add a child directly, it's added as regular simple product, because child product itself doesn't contain information about its parent.
Here's the example of the same behavior on magento demo site:

Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status