Michael Bromley
Michael Bromley
Thanks for the report. I think adding an ssl option to the prompts is a good solution.
This could be supported very easily if we switched the product list view to be backed by the `products` query rather than the `search` query that we currently use. Some...
Related: * #432 How did you extend the `HistoryEntryType` enum? Do you extend it in GraphQL and then use codegen to generate the TS enum with your custom option? Would...
Note: With this we should do the same for Customer history timeline.
This one is a bit more difficult that the "cancelled" case. From an implementation point of view, the `OrderItem` entity has a boolean column `cancelled`, which we can easily use...
Hi Harun, The issue you ran into with speed is the core problem with this. It is similar to another related feature request - "can we show which promotions apply...
Let me know how you get on with using Promotions on this. If you can propose a design that would allow this in core and is 1) backwards-compatible and 2)...
@HarunKilic ok so if I understand correctly, in this way you'll be pre-calculating the bulk prices ahead of time. If so, that's a smart way to do it - you...
I think "duplicate product" is probably something I'll include as standard. Maybe we can have an API where you can choose which properties of the current product to duplicate. Thus...
I've been digging in to this and there seem to be a couple of issues at play. The first relates to the `destroy()` hook, where we are making the assumption...