Customer Registration Template:
Introduction

A customer registration template defines the layout and elements of the customer registration pages for a store. The template actually includes definitions for many separate pages in one file, which can be divided into seven categories:

  • Sign up, sign in, and sign out
  • Manage customer account
  • Payment accounts
  • Orders
  • Shipping addresses
  • Forgot password
  • Error messages

Most of the pages defined in the template are quite short, with few custom template tags. Once you define a look and layout for the pages, you probably will not have to make many changes to the template. You may find it convenient to define a standard header and footer, and then apply them to all of the pages by using an include file. If you want to make any changes to the header or footer, you only have to make the change in one place.

Customer Registration is only available in ShopSite Pro stores. The merchant can customize the text strings and buttons that are displayed by the custom template tags, and make other changes, such as the required number of characters for a password.

Sign Up, Sign In, Sign Out Manage Customer Account Payment Accounts Orders
New Registration
Sign In
Sign Out Confirmation
Account Information
Preferences
Change Password
Change Challenge Phrase
Address Changed E-Mail Message
Account Changed E-Mail Message

List Payment Accounts
Edit Payment Account
Delete Payment Account
List Orders
View Order
Delete Order
Shipping Addresses Forgot Password Error Messages
List of Shipping Addresses
Edit Shipping Addresses
Delete Shipping Addresses
Forgot Password
"E-mail has been sent"
Get Answer
Set Password
E-mail for Forgotten Password
Email If Address Not Registered
Error Message Page
Next: Customer Registration Common Tags