7.1

Table Of Contents
Page IDs, form IDs and internal IDs are displayed in the Status bar of the browser
Adding a redirect to PrintShop Mail Web
After completing the document the customer is guided through the ordering process. At the end of this process the PrintShop
Mail Web web site is redirected to the checkout_confirmation.php page. The creating a page exception file for the active skin
you could redirect the user to your own web site/portal.
This can be achieved by creating a template exception file using the following name: template-checkout_confirmation.php.
Place the following snippet in this file:
<html>
<head>
<script language='JavaScript'>
document.location.href='http://www.urltoyourwebsitehere.com';
</script>
</head>
<body></body>
</html>
To redirect to the Thank You Page located in the webintegration sample folder enter the following URL:
document.location.href='http://localhost/webintegration/storefront/thankyou.php'
Do not setup a custom redirect in the default skin of your PrintShop Mail Web installation as none of your users will be
able to access the Order Manager section. Use a duplicate or a custom skin.
©2010 Objectif Lune Inc - 207 -