on 2018 Oct 15 10:18 AM
Request clarification before answering.
I think you need to define a custom renderer for the new columns.
The out-of-the-box renderer for currency values in the listview (class com.hybris.backoffice.labels.renderers.StandardCurrencyListViewRenderer) unfortunately only works for the order total, but it should be easy to make it work for other fields on the order (just check how it handles fields for order entries)
custom-backoffice-config.xml
<context type="Order" component="listview">
<list-view:list-view>
...
<list-view:column qualifier="customTotal" spring-bean="customCurrencyListViewRenderer"/>
<list-view:column qualifier="customTax" spring-bean="customCurrencyListViewRenderer"/>
...
</list-view:list-view>
</context>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.