Review request for custom order tab to edit address
Hi guys,
I gave adding a tab to orders a go by creating a custom user control and adding it to uCommerce_AdminTab.
The purpose of the control is to edit a custom address on the order.
I thought it was a bit much, but I guess it’s being rethought for vNext. :)
Anyway, if you’d like to glance over it and give me some input:
Review request for custom order tab to edit address
Hi guys,
I gave adding a tab to orders a go by creating a custom user control and adding it to uCommerce_AdminTab. The purpose of the control is to edit a custom address on the order. I thought it was a bit much, but I guess it’s being rethought for vNext. :)
Anyway, if you’d like to glance over it and give me some input:
Hi Lars-Erik,
Just a small observation:
If you could inherit from "ViewEnabledControl<IEditOrderView>", the View would be readily available.
Kind regards,
Jesper
Ah, thanks. :) Just the comment I was after.
As long as I'm able to put it in the control directive. I believe so.
is working on a reply...