commercetools-sunrise-java
commercetools-sunrise-java copied to clipboard
The next generation shop framework by commercetools
- [x] Think frameworky. - [x] Improve. - [ ] Take into account currency symbol from language and country.
Already started it, but provide all default configuration values in there instead of directly in the code.
For example by calling i18nResolver inside MessagesApi, which can delegate to the MessagesApi itself when not finding message via the YAML files. Another option would be to drop i18nResolver and...
- Show name, quantity, base price and total price. - Display also applied discounts.
- Category -> selected category (only populated on POP) - Product -> selected product (only populated on PDP) - Customer -> current customer in session - Cart -> current cart...
- Add channel to PriceSelection - Add channel to AddLineItem update action - Channel should be configurable
We had some interesting side-effects in our custom Sunrise-based code that gave us some trouble and we would like to share our issue and the solution we seek so we...
Forms usually have information about the field where the error is applied. This information is currently unused. We could add it quite easily.