You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The price is set by the parent product:
Use the Backend Order Creation and add the variant product to it:
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!
The text was updated successfully, but these errors were encountered:
Cruiser13
added a commit
to Cruiser13/CoreShop
that referenced
this issue
Jul 16, 2020
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](https://user-images.githubusercontent.com/2771909/87680879-3eb3d100-c77e-11ea-9586-3c60b1f5653a.png)
The price is set by the parent product:
![coreshop variant product 2](https://user-images.githubusercontent.com/2771909/87680916-4c695680-c77e-11ea-8453-fcac604c646a.png)
Use the Backend Order Creation and add the variant product to it:
![coreshop variant product on order creation](https://user-images.githubusercontent.com/2771909/87681021-67d46180-c77e-11ea-8cc0-878c75eb0e0f.png)
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!
The text was updated successfully, but these errors were encountered: