Post Danmark&Unifaun
Tags, loops and template examples related to handling shipping for Post Danmark, Post Danmark ServicePoint and Unifaun providers.
Available tags
ServiceUrl
Returns URL related to Shipping Document Service URL field in the shipping provider settings.
RAZOR
@GetString("ServiceUrl")
Available loops
ServicePoints
The ServicePoints
loop lets you display the metadata of each point where the delivery can be done to.
RAZOR
@foreach (LoopItem item in GetLoop("ServicePoints")){ <p>@item.GetValue("TagName")</p> }