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

[Critical] Backend Order Creation fails with variants #1459

Closed
Cruiser13 opened this issue Jul 16, 2020 · 1 comment
Closed

[Critical] Backend Order Creation fails with variants #1459

Cruiser13 opened this issue Jul 16, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@Cruiser13
Copy link
Contributor

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no

We noted this issue in Coreshop 2.1.6 but it is reproducable on the current coreshop demo aswell.
For preparation enable inheritance and allow variants for CoreShopProduct class.

Create a variant of a product at coreshop:
coreshop variant product

The price is set by the parent product:
coreshop variant product 2

Use the Backend Order Creation and add the variant product to it:
coreshop variant product on order creation

It'll show a price of 0 Euro and it'll now show a name.

A fast fix including coreshop 2.1.6 or a pointer on where to fix this would be awesome!

Cruiser13 added a commit to Cruiser13/CoreShop that referenced this issue Jul 16, 2020
Might be the best chance to fix coreshop#1459
@Cruiser13
Copy link
Contributor Author

I added a fix proposal in PR but I'm not sure if this is the best way to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants