Michael Bromley
Michael Bromley
Alright everyone. The time has come! I'm starting the design phase of this feature. The way I like to work is to start with some simple ideas and we can...
> But what if the admin wants to provide single shipment and/or payment method? So that the payment would go to the highest hierarchy instead of at the channel level?...
> One thing that is noticeably absent from the proposal is a way to list/search/.. products from all channels for those wanting to have an Amazon-like marketplace This is already...
Some further thoughts about the `AggregateOrder` idea: 1. Have 2 different types of order - `Order` and `AggregateOrder` will make certain things much more complex. For example, when we use...
@davidhoeck This could be solved with a kind of metadata object that holds seller-specific data related to the order. I was thinking about this but left it out of the...
The data model for Provinces support is now in place - it is similar to the suggestion by @ashitikov, but keeps the `Zone` entity as a separate model, and introduces...
@matteofrana Hi! Yes we have something similar in the UK with the Scottish Highlands and also the islands of Jersey & Guernsey. This case can be handled by specific logic...
Hi, thanks for bringing this back to my attention. I'm actually not that familiar with the ssl option, and looking at the docs for [node-postgres](https://node-postgres.com/features/ssl) and for [mysql](https://github.com/mysqljs/mysql#ssl-options) it looks...
### Prior Art - [Sylius Multi-Source Inventory](https://docs.sylius.com/en/1.12/book/products/multi_source_inventory.html?highlight=warehouse) which is a feature of the paid Sylius Plus version. >the Sylius Plus Multi-Source Inventory gives you a possibility to create several Inventory...
@giovramirez That's a good point. Yes, I think the strategy method that returns available stock levels could also e.g. make an API call if nothing is in stock locally.