Order continue

The order continue page is shown after the customer has placed an order. It offers the possibility to return to the shop, or to continue to the shoppingcart. The layout of this page can be changed, but it doesn’t support many extensions.

The example below shows how a custom order continue page can be made.

<html>
        <head>
                <title>Example of a simple order continue page</title>
        </head>
        <body>
                <table>
                        <tr>
                                <td colspan="2">Your order has been placed, thank you!</td>
                        </tr>
                        <tr>
                                <td align="right"><a style="myshop-action:cancel-page">cancel</a>&nbsp;</td>
                                <td><a style="myshop-action:next-page">next &gt;&gt;</a></td>
                        </tr>
                </table>
        </body>
</html>

Overview applicable extensions

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment