A customer who is logged in can display a list of his or her returns by clicking the Returns History link on the left side of the Account pages. For example:

This illustration is described in the surrounding text.

The Returns History page, store.war/myaccount/myReturns.jsp, displays a list of all previous returns made by the customer. This page uses the /atg/commerce/custsvc/returns/ReturnRequestLookup servlet bean (of class atg.commerce.csr.returns.ReturnRequestLookup) to retrieve the list of returns. For each return, the page displays summary information, including the site on which the return was made, the current return status, and the date the return was submitted.

Clicking on a return number or the View Details link associated with the return displays the store.war/myaccount/returnDetail.jsp page. This page contains detailed information about the return:

This illustration is described in the preceding text.

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices