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
SelectShipping
Choose your delivery
<% foreach(Article a in Boss.Articles){ write(ArticleMarkup(a)); } %>
Name
Description
Cost
<% if(Boss.Shipping.NumberOfAvailableOptions == 0){ %>
Sorry! There are no delivery options to your destination for the items in your cart. Please change your
Delivery Address
<% }else if(Boss.Shipping.SomeItemsNotShippable){ %>
Sorry! we cannot deliver some of the items in your cart to your destination.
>These will automatically be removed from the order should you proceed. <% } if(Boss.Shipping.NumberOfAvailableOptions > 0){ if(Boss.Shipping.SomeItemsNotShippable)write("
"); write(@"
Delivery options available:
"); } %>
<% if(Boss.Shipping.ProductsWithOutSpecialShipping){ if (Boss.Shipping.NumberOfAvailableOptions > 0) { foreach (ShippingOption so in Boss.Shipping.ShippingOptions){ if(so.Type != 3){ %>
<%=XHTML%>><%=so.Name%>: <%=so.Description%>
<%=Tools.FormatPrice(so.TotalPrice)%>
<% } } } } %> <% if (Boss.Shipping.NumberOfAvailableOptions > 0) { foreach (ShippingOption so in Boss.Shipping.ShippingOptions){ if(so.Type == 3){ %>
<%=so.Name%>: <%=so.Description%>
<%=Tools.FormatPrice(so.OptionPrice*so.ProductCount)%>
<% } } } %>
<% if(!Boss.Shipping.ProductsWithOutSpecialShipping){ write(@"
"); } %>
<% if(Boss.Account.Addresses.DeliveryAddress.Exists()){ %>
Your delivery address
[Edit]
<%=DisplayAddress(Boss.Account.Addresses.DeliveryAddress)%>
<% } %>
<%=SummaryCart()%>
<% if (Boss.Shipping.NumberOfAvailableOptions > 0) { %>
<% } %>
Versions:
4.3.3.0
4.3.0.0
4.2.2.0
© 2002 - 2009 Verb Limited, powered by Boss