Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel order with bundle product with fixed price #1591

Closed
IvanPletnyov opened this issue Aug 30, 2018 · 0 comments
Closed

Cancel order with bundle product with fixed price #1591

IvanPletnyov opened this issue Aug 30, 2018 · 0 comments
Assignees
Milestone

Comments

@IvanPletnyov
Copy link
Contributor

Description

Problem when cancel order with bundle product with fixed price, compensation reservation is created with broken SKU (bundle SKU dash bundle option SKU)

Preconditions

  1. Magento with MSI

Steps to reproduce

  1. Create simple product with SKU "simple product";
  2. Create bundle product with SKU "bundle product", disabled field "Dynamic Price" (value like "No") and assign created simple product ("Ship Bundle Items":"Together", "Input type":"radio buttons", "price":"10", "default quantity":"1");
  3. Go to storefront and create order with created bundle product;
  4. Go to admin panel and cancel created order;
  5. See created compensation reservation in table "inventory_reservation".

Expected result

  1. Compensation reservation created for sku: "simple product" (bundle option SKU)

Actual result

  1. Compensation reservation created for sku: "bundle product-simple product" (bundle SKU dash bundle option SKU)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants