Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
commercecontext:getabandonedcartsessions
Gets a list of sessions that have abandoned carts.
Syntax
<commercecontext:getabandonedcartsessions [startdate
="date
"]enddate
="date
"listvarname
="listvar
"/>Parameters
startdate
(optional)- Input parameter. Starting date, as a epoch-based timestamp. The default value is
0
if this parameter is not provided.
enddate
(required)- Input parameter. Ending date, as a epoch-based timestamp.
listvarname
(required)- Input and output parameter. As input, name of a list that holds the sessions that have abandoned carts. The list is created on output with two columns:
odate
(which is the timestamp describing the last time the cart was updated for that session) andosession
.
Description
Abandoned carts are carts that were last modified for the session between a specified date range.
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.