GLS
Tags, loops and template examples related to handling shipping for GLS provider.
Available tags
Available loops
ParcelShops
The ParselShops
loop lets you display the metadata of each Parcel shop where the delivery can be done to. GLS ParcelShops are convenient acceptance and collection points for parcels
RAZOR
@foreach (LoopItem item in GetLoop("ParcelShops")){ <p>@item.GetValue("TagName")</p> }