My List
Tags, loops and template examples related to a customers personalized list of products (e.g. wishlists, favourites).
Available tags
Ecom:CustomerCenter.BoughtFor12Months
Returns the amount that the customer has bought for within the latest 12 months.
@GetString("Ecom:CustomerCenter.BoughtFor12Months")
Ecom:CustomerCenter.BoughtFromGivenDate
Returns the amount that the customer has bought for from a selected date.
@GetString("Ecom:CustomerCenter.BoughtFromGivenDate")
Ecom:CustomerCenter.DefaultList.AccessUserId
Returns the ID of the user that created the list that is selected as default.
@GetInteger("Ecom:CustomerCenter.DefaultList.AccessUserId")
Ecom:CustomerCenter.DefaultList.AddURL
Returns an URL to the page with the create list form.
@GetString("Ecom:CustomerCenter.DefaultList.AddURL")
Ecom:CustomerCenter.DefaultList.CreateList
Returns an URL that can be used as Action in the list form if list mode is create.
@GetString("Ecom:CustomerCenter.DefaultList.CreateList")
Ecom:CustomerCenter.DefaultList.Description
Returns the description of the list.
@GetString("Ecom:CustomerCenter.DefaultList.Description")
Ecom:CustomerCenter.DefaultList.EditURL
Returns an URL that can be used as Action in the list form if list mode is edit.
@GetString("Ecom:CustomerCenter.DefaultList.EditURL")
Ecom:CustomerCenter.DefaultList.IsDefault
Returns True if the list is marked as default.
@GetBoolean("Ecom:CustomerCenter.DefaultList.IsDefault")
Ecom:CustomerCenter.DefaultList.IsPublished
Returns True if the list is marked as published.
@GetBoolean("Ecom:CustomerCenter.DefaultList.IsPublished")
Ecom:CustomerCenter.DefaultList.Link.Clean
Returns the URL to the list.
@GetString("Ecom:CustomerCenter.DefaultList.Link.Clean")
Ecom:CustomerCenter.DefaultList.Name
Returns the name of the list.
@GetString("Ecom:CustomerCenter.DefaultList.Name")
Ecom:CustomerCenter.DefaultList.ProductCount
Returns the number of different products in the list.
@GetInteger("Ecom:CustomerCenter.DefaultList.ProductCount")
Ecom:CustomerCenter.DefaultList.Publish
Returns an URL that publish the list.
@GetString("Ecom:CustomerCenter.DefaultList.Publish")
Ecom:CustomerCenter.DefaultList.PublishedId
Returns the token for the list that is used for the public URL.
@GetString("Ecom:CustomerCenter.DefaultList.PublishedId")
Ecom:CustomerCenter.DefaultList.PublishToDate
Returns the date that the list is published to.
@GetDate("Ecom:CustomerCenter.DefaultList.PublishToDate")
Ecom:CustomerCenter.DefaultList.RemoveURL
Returns an URL that removes/deletes the list.
@GetString("Ecom:CustomerCenter.DefaultList.RemoveURL")
Ecom:CustomerCenter.DefaultList.SendListPage
Returns an URL to the page with the send list as email form.
@GetString("Ecom:CustomerCenter.DefaultList.SendListPage")
Ecom:CustomerCenter.DefaultList.SendListURL
Returns an URL that can be used as Action in the email.
@GetString("Ecom:CustomerCenter.DefaultList.SendListURL")
Ecom:CustomerCenter.DefaultList.TotalProductsQuantity
Returns the total number of products in the list.
@GetInteger("Ecom:CustomerCenter.DefaultList.TotalProductsQuantity")
Ecom:CustomerCenter.DefaultList.Type
Returns the type of the list.
@GetString("Ecom:CustomerCenter.DefaultList.Type")
Ecom:CustomerCenter.DefaultList.Unpublish
Returns an URL that unpublish the list.
@GetString("Ecom:CustomerCenter.DefaultList.Unpublish")
Ecom:CustomerCenter.List.AccessUserId
Returns the ID of the user that created the list.
@GetString("Ecom:CustomerCenter.List.AccessUserId")
Ecom:CustomerCenter.List.Description
Returns the description of the list.
@GetString("Ecom:CustomerCenter.List.Description")
Ecom:CustomerCenter.List.HasSendPage
Returns true if the list is published and has a send email page.
@GetString("Ecom:CustomerCenter.List.HasSendPage")
Ecom:CustomerCenter.List.IsDefault
Returns True if the list is marked as default.
@GetBoolean("Ecom:CustomerCenter.List.IsDefault")
Ecom:CustomerCenter.List.IsPublished
Returns True if the list is marked as published.
@GetBoolean("Ecom:CustomerCenter.List.IsPublished")
Ecom:CustomerCenter.List.Name
Returns the name of the list.
@GetString("Ecom:CustomerCenter.List.Name")
Ecom:CustomerCenter.List.PublicURL
Returns the public URL for the list.
@GetString("Ecom:CustomerCenter.List.PublicURL")
Ecom:CustomerCenter.List.PublishedId
Returns the token for the list that is used for the public URL.
@GetString("Ecom:CustomerCenter.List.PublishedId")
Ecom:CustomerCenter.List.PublishToDate
Returns the date that the list is published to.
@GetDate("Ecom:CustomerCenter.List.PublishToDate")
Ecom:CustomerCenter.List.SendPage.SenderEmail.Input
Returns an input field for the e-mail of the recipient.
@GetString("Ecom:CustomerCenter.List.SendPage.SenderEmail.Input")
Ecom:CustomerCenter.List.SendPage.SenderName.Input
Returns an input field for the name of the recipient of the list.
@GetString("Ecom:CustomerCenter.List.SendPage.SenderName.Input")
Ecom:CustomerCenter.List.SendPage.SendTo.Input
Returns an input field for the subject of the email to the recipient of the list.
@GetString("Ecom:CustomerCenter.List.SendPage.SendTo.Input")
Ecom:CustomerCenter.List.SendPage.Subject.Input
Returns an input field for the subject of the email to the recipient.
@GetString("Ecom:CustomerCenter.List.SendPage.Subject.Input")
Ecom:CustomerCenter.List.Type
Returns the type of the list.
@GetString("Ecom:CustomerCenter.List.Type")
Ecom:CustomerCenter.ListTypes.List.ID
Returns the ID of the list.
@GetInteger("Ecom:CustomerCenter.ListTypes.List.ID")
Ecom:CustomerCenter.ListTypes.List.Name
Returns the name of the list.
@GetString("Ecom:CustomerCenter.ListTypes.List.Name")
Ecom:CustomerCenter.Menu
Returns the customer center menu.
@GetString("Ecom:CustomerCenter.Menu")
Ecom:CustomerCenter.ProductList.Mode
Returns the mode of the list.
@GetString("Ecom:CustomerCenter.ProductList.Mode")
Available loops
CustomerCenter.Lists.Type.[ListType]
The CustomerCenter.Lists.Type.[ListType]
loop lets you display information about the specific list.
@foreach (LoopItem item in GetLoop("CustomerCenter.Lists.Type.[ListType]")){ <p>@item.GetValue("TagName")</p> }
CustomerCenter.ListTypes
The CustomerCenter.ListTypes
loop lets you display information about the types of the lists.
@foreach (LoopItem item in GetLoop("CustomerCenter.ListTypes")){ <p>@item.GetValue("TagName")</p> }
Ecom:CustomerCenter.DefaultList.ProductsList
The Ecom:CustomerCenter.DefaultList.ProductsList
loop lets you display various information about the default list and products in the list.
@foreach (LoopItem item in GetLoop("Ecom:CustomerCenter.DefaultList.ProductsList")){ <p>@item.GetValue("TagName")</p> }
Ecom:CustomerCenter.List.ProductsList
The Ecom:CustomerCenter.List.ProductsList
loop lets you display various information about the list and products in the list.
@foreach (LoopItem item in GetLoop("Ecom:CustomerCenter.List.ProductsList")){ <p>@item.GetValue("TagName")</p> }
FavoriteList
The FavoriteList
loop lets you display various information about the favorite list and products in the list.
@foreach (LoopItem item in GetLoop("FavoriteList")){ <p>@item.GetValue("TagName")</p> }
Lists
The Lists
loop lets you display various information about the lists.
@foreach (LoopItem item in GetLoop("Lists")){ <p>@item.GetValue("TagName")</p> }