To search, type here
Design Partner Access
Email Address
Home
What we do
BOSS
Showcase
Contact
Blog
Introduction
Pricing
Support
Documentation
Designer Access
Hosting
Documentation
Boss Compared
Writing HTML for Boss
Boss.Cart Checkout Process
New Zealand Government Web Standards 2.0 Compliance
Templates
Content Templates
Standard
Classic
Standard Pages
Utility Pages
SearchResults
ArchivesPage
SubjectPage
BossErrorPage
BossFormSubmissionPage
FileNotFoundPage
AccountPage
LoginPage
MembershipPage
ChangePasswordPage
TermsAndConditionsPage
AddressPage
ShoppingCart
SelectAddresses
SelectShipping
ReviewOrder
MakePayment
OrderComplete
OrderFailed
SiteMap
Micro Templates
LoginPage
<% foreach(Article a in Boss.Articles){ write(ArticleMarkup(a)); } %>
Returning Customer
<%=PageResponse(Boss.Login.Response)%>
Login here
Email:
>
Password:
>
>
>
Forgotten your password?
Enter your email to reset your password. <%=PageResponse(Boss.RetrievePassword.Response)%>
>
>
Your Details
<%=PageResponse(Boss.Account.Response)%>
Account Details
First Name:
>
Last Name:
>
Email Address:
>
> Yes, Keep me in touch via email.
<% if(!Boss.Cart.ExpressCheckout){ %>
Password
>
Password Again
>
<% } %>
> I agree to the site's
terms & conditions.
<%=PageResponse(Boss.Account.Addresses.Response)%> <% if(Boss.Cart.CheckingOut || Boss.Account.RedirectURL.Contains(Boss.URLs.Addresses)){ Address a = Boss.Account.Addresses.DeliveryAddress; %>
Delivery Address
Name:*
>
<% if(Boss.Account.Addresses.AddressPhoneNumbers){ string theStar = ""; if(Boss.Account.Addresses.RequreShippingPhone)theStar = "*"; %>
Phone:<%=theStar%>
>
<% } string pCodeStar = ""; if(Boss.Account.Addresses.PostCodeBased)pCodeStar = "*"; if(Boss.Account.Addresses.AllowPOBox){ write(@"
We do not deliver to PO Box Addresses
"); } %>
Address:*
>
>
Suburb/City:*
>
Provence/State:
>
Post Code:<%=pCodeStar%>
>
Country:*
<% foreach(Country c in Boss.Shipping.ShippingDestinations) { write(@"
" + c.Name + "
"); } %>
<% Address b = Boss.Account.Addresses.BillingAddress; %>
Billing Address
Name:*
>
<% if(Boss.Account.Addresses.AddressPhoneNumbers){ string theStar = ""; if(Boss.Account.Addresses.RequreBillingPhone)theStar = "*"; %>
Phone:<%=theStar%>
>
<% } if(Boss.Account.Addresses.AllowPOBox){ write(@"
"); } %>
Address:*
>
>
Suburb/City:*
>
Provence/State:
>
Post Code:<%=pCodeStar%>
>
Country:*
<% foreach(Country c in Boss.Countries) { write(@"
" + c.Name + "
"); } %>
<% } %>
<% if(Boss.Cart.CheckingOut || Boss.Account.RedirectURL.Contains(Boss.URLs.Addresses)){ %>
>
> Delivery address is the same as billing address.
<% } %>
>
>
Versions:
4.3.1.0
4.3.0.0
4.2.2.0
© 2002 - 2009 Verb Limited, powered by Boss