|
The Online Shopping Solution |
|
|
Can I redirect the receipt page to show my own thank you page instead?
To skip the receipt page use this code in ANY LinkPointCart button. In most cases this code would need to be added to all of your buttons.
<input type=hidden name=ReceiptPushURL value="xxxxxx">
Where xxxxxx is the URL to the page you would like to direct the shopper to instead of the receipt page.
Here is an example of a simple button that has been modified to show our homepage instead of the normal receipt page.
<form method="post" action="https://miellerieabbaye.comwww.linkpointcart.net/cgi-bin/cart.cgi">
<input type="hidden" name="ReceiptPushURL" value="https://miellerieabbaye.comwww.linkpointcart.net/">
<input type="hidden" name="AddItem" value="demo|Demo product|10.95|1|pr1||prompt|1">
<input type="submit" name="Add to Cart" value="Add To Cart">
</form> |
|
|
|
|
Copyright © 2006-2024 LinkPointCart, All Rights Reserved. - |
|
|