Quote List
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.ExcelExport
Returns the URL to an Excel export of the order/quote list.
@GetString("Ecom:CustomerCenter.ExcelExport")
Ecom:CustomerCenter.Menu
Returns the customer center menu.
@GetString("Ecom:CustomerCenter.Menu")
Ecom:CustomerCenter.Paging.Back
Returns a back button.
@GetString("Ecom:CustomerCenter.Paging.Back")
Ecom:CustomerCenter.Paging.Back.URL
Returns an URL to the previous page with orders.
@GetString("Ecom:CustomerCenter.Paging.Back.URL")
Ecom:CustomerCenter.Paging.CurrentPage
Returns the current page number.
@GetInteger("Ecom:CustomerCenter.Paging.CurrentPage")
Ecom:CustomerCenter.Paging.Forward
Returns a forward button.
@GetString("Ecom:CustomerCenter.Paging.Forward")
Ecom:CustomerCenter.Paging.Forward.URL
Returns an URL to the next page with orders.
@GetString("Ecom:CustomerCenter.Paging.Forward.URL")
Ecom:CustomerCenter.Paging.HasPages
Returns the display property for the page index.
@GetString("Ecom:CustomerCenter.Paging.HasPages")
Ecom:CustomerCenter.Paging.NumPages
Returns the number of order list pages.
@GetInteger("Ecom:CustomerCenter.Paging.NumPages")
Ecom:CustomerCenter.Quotes.BaseUrl
Returns base URL to the quote list
@GetString("Ecom:CustomerCenter.Quotes.BaseUrl")
Ecom:CustomerCenter.Quotes.Count
Retturns quote quantity in the quote list.
@GetString("Ecom:CustomerCenter.Quotes.Count")
Ecom:CustomerCenter.Quotes.Paging.Show
Returns True is paging is shown in the quote list.
@GetString("Ecom:CustomerCenter.Quotes.Paging.Show")
Ecom:CustomerCenter.Search
Returns the customer center search form.
@GetString("Ecom:CustomerCenter.Search")
Ecom:CustomerCenter.SortBy[orderfield].Asc
Returns a button for sorting order details ascending in the order list.
@GetString("Ecom:CustomerCenter.SortBy[orderfield].Asc")
Ecom:CustomerCenter.SortBy[orderfield].Desc
Returns a button for sorting order details descending in the order list.
@GetString("Ecom:CustomerCenter.SortBy[orderfield].Desc")
Available loops
Ecom:CustomerCenter.Paging.Pages
The Ecom:CustomerCenter.Paging.Pages
loop lets you display a paging index.
@foreach (LoopItem item in GetLoop("Ecom:CustomerCenter.Paging.Pages")){ <p>@item.GetValue("TagName")</p> }
Quotes
The Quotes
loop lets you display various information about quotes.
@foreach (LoopItem item in GetLoop("Quotes")){ <p>@item.GetValue("TagName")</p> }