-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Configurable product don't change Price and Image based on Simple available #18214
Comments
Hi @Raffoss. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @Raffoss do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @Raffoss thank your for you report, but if you set to Set Display Out of Stock Products to "no" they must be not displayed the products of qty 0. |
Hi @engcom-backlog-nazar, thanks for your support! |
Preconditions
magento 2.2.4 (dev test upgrade) or magento 2.1.3(our actualy prod. )
Steps to reproduce
Configurable product with configurable variations attribute: Color and size
Color: Red and green
size: small and large
4 simple sku:
sku0001 : Red Small T-shirt : Set Price 10€ : Qnt 10
sku0002 : Red Large T-shirt : Set Price 20€ : Qnt 10
sku0003 : Green Small T-shirt : Set Price 15€ : Qnt 10
sku0004 : Green Large T-shirt: Set Price 20€ : Qnt 10
We import all the configuration by csv import and we setup the configurable image and price with 2 rules:
configurable image: the image of the simple product with the lower sku number
configurable price: the cheapest simple price
In this example, the configurable have red t-shirt image and red t-shirt small price(10€)
To simplify the UX to our surfer, we disable simple product with our ERP integration when quantity is 0. So If the Red t-shirt goes out of stock like this:
sku0001 : Red Small T-shirt : Set Price 10€ : Qnt 0
sku0002 : Red Large T-shirt : Set Price 20€ : Qnt 0
sku0003 : Green Small T-shirt : Set Price 15€ : Qnt 10
sku0004 : Green Large T-shirt: Set Price 20€ : Qnt 10
Expected result
The configurable change image and price based on configuration available. In this case green image with sku0003 price.
Actual result
The configurable maintain red t-shirt image and red small t-shirt price.
Magento give some configuration to make it easy?
I hope you can help us
Raffaello
The text was updated successfully, but these errors were encountered: