Umbraco.Commerce.Issues
                                
                                 Umbraco.Commerce.Issues copied to clipboard
                                
                                    Umbraco.Commerce.Issues copied to clipboard
                            
                            
                            
                        Add `template` support for order details view
We currently support a template config option for list view UI config, but it would be nice if we could add this to the order details view to allow order properties to be formatted.
May I add - the docs say you can use template and view but only view gets into the output from /umbraco/backoffice/umbracocommerce/umbracocommerceorder/GetOrderEditorConfig
It seems like the UI is prepared to use template at least.
<p ng-repeat="ai in vm.editorConfig.additionalInfo" class="ng-scope">
                  <strong class="ng-binding">Label:</strong>
                  <br>
                  <!-- ngIf: ai.template && !ai.refScope -->
                  <!-- ngIf: ai.template && ai.refScope -->
                  <!-- ngIf: !ai.template --><span ng-if="!ai.template" class="ng-binding ng-scope">No value</span><!-- end ngIf: !ai.template -->
                </p>
Closing as Umbraco Commerce v14 has label views now