Fabian Schmengler />
Fabian Schmengler />
- See how Luma shows discount codes - used codes should be available in quote database
You can specify different allowed countries for each shipping method. So if the user selects a different shipping method, the country list should be updated accordingly
No, we need it the other way around too. > when we set the shipping address or change the shipping address, [...] methods will be refreshed again according to the...
The factory methods like `aSimpleProduct()` use `return new static(...)` so that you can use them with a child class of the `ProductBuilder` and get an object of that child class....
Thank you, good to hear! It's true, if you run your test in db isolation, rollback is not necessary, and using db isolation is generally a safe practice. Sometimes there...
This is related to the "disconnect MySQL" feature, which is supposed to become optional.
IMHO, category sort order makes sense, but I understand that some would prefer sort by count - so if we change that, it should be configurable.
Please do not tag all contributors, we saw the issue and will take care of it. Thanks for reporting!
I agree, @Vinai . Thinking about this sentence though: > This can be especially useful for plugins that are intercepting more than one class. In this case we should rather...