If you use a brochure site to link to online sales, you can determine where customers are redirected when they click one of the following buttons after clicking a deep-link from a message:
•'Continue Shopping' on shoppingCart.asp page
•'Look for other Events' on mapSelect.asp and seatSelect.asp
•'New Order' on viewOrder.asp
•'Cancel' on shoppingCart.asp and orderContact.asp
•'Start Over' on error.asp and logout.asp
•'Back' on error.asp
by adding the following case-sensitive parameter to the URL link:
•&returnTo=[ABSOLUTE URL] - When customers click one of the above buttons they will be redirected to the site entered as the [ABSOLUTE URL].
If a parameter is not set on the incoming URL, then customers will be directed to the URL defined in the Content Mangement - Sites|Basic page's 'Default Landing Page URL' field. If neither the returnTo parameter nor a 'Default Landing Page URL' are defined, customers are returned to the default.asp page.
If neither the returnTo parameter nor a 'Default Landing Page URL' are defined, the 'Start Over' and 'Back' buttons will direct users to the page defined in the Registry - Registry::EN::Application::Online::Links node's 'Start Over URL' (default.asp).
Information The returnTo parameter is saved to a cookie which is cleared when the browser is close, or after 24 hours. If the user comes from a brochure site with a returnTo parameter and navigates to a different brochure site that also links to your online sales site, the original returnTo parameter will still be used. |