Saved card Log
Tags, loops and template examples related to displaying possible errors in saved cards.
Available tags
Ecom:CustomerCenter.SavedCardLog.Count
Returns count of records in log related to saved card.
RAZOR
@GetInteger("Ecom:CustomerCenter.SavedCardLog.Count")
Available loops
SavedCardLog
The SavedCardLog
loop lets you display various information about log of saved card.
RAZOR
@foreach (LoopItem item in GetLoop("SavedCardLog")){ <p>@item.GetValue("TagName")</p> }