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
ReviewOrder
Review Order
<% foreach(Article a in Boss.Articles){ write(ArticleMarkup(a)); } %>
<% if(Boss.Account.Addresses.Addresses.Count != 0){ %>
<% if(Boss.Account.Addresses.SameShipAndBill){ write("Delivery and Billing Address"); }else{ write("Delivery Address"); } %>
[Edit]
<%=DisplayAddress(Boss.Account.Addresses.DeliveryAddress)%>
<% if(!Boss.Account.Addresses.SameShipAndBill){ %>
Billing Address
[Edit]
<%=DisplayAddress(Boss.Account.Addresses.BillingAddress)%>
<% } %>
Create a new address
<% }else{ %>
<% } %> <%=SummaryCart()%>
<% if(Boss.Cart.GiftCard){ %>
<% }else{ %>
<% } %>
Any special instructions?
<%=Boss.Cart.OrderComment%></textarea>
>
Max 250 Characters
>
<% if(Boss.Cart.GiftCard){ %>
Message for gift card!
<%=Boss.Cart.GiftCardText%></textarea>
>
Max 250 Characters
>
<% } if(Boss.Cart.AgeLimit > 0){ %>
> Yes I am over the age of <%=Boss.Cart.AgeLimit%>.
>
> <% } if(Boss.Commerce.PaymentMethods.Count > 0){ string paytext = "Make Payment"; PaymentType t = Boss.Commerce.SelectedMethod.Type; if(t == PaymentType.TwoParty){ paytext = "Purchase"; }else if(t == PaymentType.FourParty || t == PaymentType.ChargeToAccount){ paytext = "Complete Purchase"; } if(Boss.Commerce.PaymentMethods.Count > 1){ %>
Select Payment Method
<% foreach(PaymentMethod pm in Boss.Commerce.PaymentMethods){ %>
<%=XHTML%>>
<% if(pm.PaymentLink){ %>
<% }else{ write(pm.Description); } %>
<% } %>
>
>
<% }else{%>
Payment Options
Payment is currently accepted by: <%=Boss.Commerce.SelectedMethod.ShortDesc%>
>
>
>
>
<% } }else{%> The site administrator has not setup any method of payment - Sorry! <% } %>
Versions:
4.3.0.0
4.2.2.0
© 2002 - 2009 Verb Limited, powered by Boss