commercetools-sunrise-java
commercetools-sunrise-java copied to clipboard
The next generation shop framework by commercetools
We have a CartQuery that we need to sort on a custom String field which contains reference numbers of the underlying ERP system. Unfortunately I couldn't find a way to...
Using JIT scopes it seems you cannot simply change scope by using `bind(class).in(scope)`.
* When `ViewModel`s are serialized to the session and then deserialized, the data from `ViewModel.extendedViewModel` is lost. * Since `ViewModel.extendedViewModel` works fine in Handlebars, losing this information during session handling...
When merging carts it might raise errors about country/currency issues or missing products. Need to handle them properly.
* `MiniCartControllerComponent` uses `CartInSession` to find an existing `Cart` and `MyCartBeanFactory` to create an empty `Cart` if no `Cart` exists for the session, yet. * `CartInSession` uses `TruncatedMiniCartBeanFactory` to create...
- Start checkout - End checkout - View cart - More or less?
When shipping costs are still not calculated the cart summary shows price zero. It should display that the costs are still not calculated instead. Should be happening in the Theme.
Currently it is not guaranteed which one will be loaded first, not allowing us to override default configuration. https://github.com/lightbend/config/issues/342
They only group, have no logic. Cannot be customized as part of the library. Their logical place where to be is in Starter.
Make sure that line items and shipping costs are all displaying properly the previous price and applied price. Try with all kinds of discounts: product and cart discounts, as both...