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
Delivery Time is shown only correct at simple products. While setting up a configuarable product, just the default value (2-3 days/2-3 Tage) is displayed. Not even a change in the 'Master' Product will change that value! Of course, it should change based on the selection.
Steps to reproduce
Install latest version of the estenion on Magento 2.1.13 via Composer
Generate a configuarable product
The text was updated successfully, but these errors were encountered:
Thanks for this issue. Due to te way configuarable work in magento 2 only the price will be updated when you switch between simples. For sure this would be a cool feature and maybe someone will implement this.
Hi,
I am disagree to be just a feature, as it is mandatory to show the correct delivery time in the EU market and especially in Germany/Austria. Of course it can be done with a small module, but it would be smarter to have it done in the first place. It was already missing in M1 and it should be a part of your module, which should make M2 EU 'save', but it is missing this major part. Anyhow, we have a solution (not as a part of your Module), but I really like to get rid of this Module, which just overrid this one block
Wait.... If you can solve this issue with overriding one block, I did not understand the issue yet. So currently, having a configurable product with two children A und B, the delivery time from the configurable product will be shown and will not change dynamically after a specific child has been selected. Is that correct? The right approach is not completely clear to me...
Show no delivery time initially. After a specific option / child has been selected, show the delivery time of that specific child.
Show the minimum delivery time of all children initially. After a specific option / child has been selected, show the delivery time of that specific child.
Show the maximum delivery time of all children initially. After a specific option / child has been selected, show the delivery time of that specific child.
What is the approach you would expect, @JoergLindner?
General
Issue description
Delivery Time is shown only correct at simple products. While setting up a configuarable product, just the default value (2-3 days/2-3 Tage) is displayed. Not even a change in the 'Master' Product will change that value! Of course, it should change based on the selection.
Steps to reproduce
The text was updated successfully, but these errors were encountered: