Hi there,
I have a web service in a custom Dynamicweb solution that sends out order shipping confrmation e-mails based on the request by an ERP. I have most of it working but would like to use an existing order renderer to allow the template developer to use existing template tags for the order, order lines and so on.
I looked at the Frontend.Renderer and Frontend.Cart.Renderer but they seem to depend on a Pageview or (for some reason) try to redirect me away when I call RenderOrder.
Is there an existing RenderOrder method (or similar) that I can reuse to render the details of an order into a template?
Thanks,
Imar