Registration Page

Questions and answers about ShopSite Custom Templates

Registration Page

Postby yvonbrice » Wed Mar 14, 2012 11:20 am

Hello,

I created a registration template for my site and it seems to populate with the data fields, however, when clicking on the submit or save button....nothing happens

Here is the code for the new registration portion of the template.

Any help is appreciated.

Thanks.




[-- DEFINE New_Registration --]

<!DOCTYPE HTML>
<html>
<head>

[-- INCLUDE page-head.sst PROCESS --]


<link href="[-- OUTPUT_DIRECTORY_URL --]/publish/style.css" rel="stylesheet" type="text/css">
<link href="[-- OUTPUT_DIRECTORY_URL --]/publish/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">

# This defines how the shopping cart page will look
</head>
<body>

<div class="container">

### Registration and Sign In ###

[-- VAR.Title STORE.NewRegistration --]
[-- INCLUDE page-header2.sst PROCESS --]
[-- INCLUDE page-menu.sst PROCESS --]
[-- INCLUDE page-banner.sst PROCESS --]

<div class="mainContent">
<div class="mainContent1">


<table cellspacing="10" width="70%" id="cr_new">
<tr><td align="left">[-- CR_Name --]</td></tr>
<tr><td align="left">[-- CR_Email_Password --]</td></tr>
<tr><td align="left">[-- CR_Challenge --]</td></tr>
<tr><td align="left">[-- CR_email_type --]</td></tr>
<tr><td align="left">[-- CR_Save_Payment --]</td></tr>
</table>
<p>[-- BUTTON Save --]&nbsp;[-- BUTTON Cancel --]</p>


</div>
</div>
[-- INCLUDE page-footer.sst PROCESS --]
</div>
</body>
</html>

[-- END_DEFINE New_Registration --]
yvonbrice
 
Posts: 1
Joined: Wed Mar 14, 2012 11:13 am

Re: Registration Page

Postby ShopSite Lauren » Wed Mar 21, 2012 1:30 pm

The registration templates are hard because there are around 15 screens that need to be configured in that template. So for example, you have one DEFINE below, the DEFINE for the new customer registration screen, but there are other screens such as the sign in screen, my account screen, view orders, etc. The quickest way to create a custom look in the customer registration screens is to use the cr_default template, then to modify the crHeader and crFooter include files by adding your code to them. Don't remove all the code in the crHeader and crFooter include files (because there is necessary form code and javascript that is missing from your code below that will be found in these include files), but you can add to it (there are a few things you could delete, such as [-- CR_Header --], etc...I believe you will be able to determine what can be removed and what needs to stay). Here is a Custom Template Cookbook page that talks about how to do this:
http://www.shopsite.com/templates/cookbook/tips-customer-registration.shtml
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
ShopSite Lauren
 
Posts: 889
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT


Return to Custom Template Questions

Who is online

Users browsing this forum: No registered users and 87 guests

cron