The signup success template contains a message congratulating the customer on a successful signup. If the user has items in their basket, they will miss this step and automatically be sent to the shipping stage.
This template uses no local references.
Usage
<div class="panelContainer"> <div class="leftPanel"> <p>Congratulations, your account was successfully registered. You can now browse your <a href="account">account</a>, or <a href="checkout_shipping">continue to checkout</a> to complete your order.</p> </div> <!-- START: COLUMN RIGHT --> <div class="rightPanel"> {% include "snippets/right.snippet.html" %} </div> <div class="clear"></div> </div>
Comments
0 comments
Please sign in to leave a comment.