Bertrand Le Roy
Bertrand Le Roy
Shipping is a very complex feature set, that may not be necessary in the minimum feature set, but is vital to many if not most businesses. 1. The feature must...
Oh boy that's a tough one :D Taxation is super-duper-complicated. It has lots of details, local subtleties, and unless you're selling very, very locally, you can't afford to ignore it....
The work will focus at first on porting a minimum viable feature set: * [Product, price, and inventory parts and/or fields](https://github.com/OrchardCMS/OrchardCore.Commerce/issues/5) (those were a single part in Nwazet) Note: not...
Checkout is the process of transforming a shopping cart into an order. The checkout experience should be based on workflows. The default checkout experience should be defined by a recipe...
Payment services provide a method to charge the customer, and a flag to switch to simulation mode. [Jira issue](https://lombiq.atlassian.net/browse/OCC-49)
Order management should rely on workflows, in order to allow rich configurability. Orders are content items. The order part has the following properties: * string or enumeration Status (should this...
Currently, it seems like the module can't properly deal with this situation. It's unclear what the behavior should be. [Jira issue](https://lombiq.atlassian.net/browse/OCC-74)
We'll need to design product localization. The easy part is products themselves, as products are content items, and content items are localizable by Orchard. There are harder things such as...
UX people reading this, let's do some mockups for the features we want (see [this](https://github.com/bleroy/midnightgit/wiki) for a list of proposed features).
The question of e-commerce modules for Orchard Core [pops up](https://github.com/OrchardCMS/OrchardCore/issues/1890) regularly. I created the [orchard_core](https://github.com/bleroy/Nwazet.Commerce/tree/orchard_core), where folks can make pull requests for this work. Let's use this issue to track...