RMA list
Available tags
Ecom:CustomerCenter.RMA.AddCommentURL
Returns URL to add comment to the RMA.
RAZOR
@GetString("Ecom:CustomerCenter.RMA.AddCommentURL")
Ecom:CustomerCenter.RMA.AddURL
Returns URL to add new RMA.
RAZOR
@GetString("Ecom:CustomerCenter.RMA.AddURL")
Ecom:CustomerCenter.RMA.Count
Returns count of RMA in the RMA's list.
RAZOR
@GetString("Ecom:CustomerCenter.RMA.Count")
Available loops
RMAs
The RMAs
loop lets you display various information about specific RMA.
RAZOR
@foreach (LoopItem item in GetLoop("RMAs")){ <p>@item.GetValue("TagName")</p> }
RMATypes
The RMATypes
loop lets you display various information about RMA type.
RAZOR
@foreach (LoopItem item in GetLoop("RMATypes")){ <p>@item.GetValue("TagName")</p> }