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
ShoppingCart
Your Shopping Cart
<% foreach(Article a in Boss.Articles){ write(ArticleMarkup(a)); } %>
Item
Quantity
Price
Total
<% if(Boss.Cart.Count == 0){ write(@"
There are no items in your cart.
" + Boss.Cart.CookieMessage + @"
"); }else{ foreach(CartItem ci in Boss.Cart.CartItems){ if(ci.Shippable){ write(@"
"); }else{ write(@"
"); } write(@"
" + ci.Title + @"
"); if(ci.OptionList.Length > 0)write(" (" + ci.OptionList + ")"); if(ci.Type == ProductType.Voucher) write(" (Voucher)"); write(@"
"); write(@"
"); write(@"
" + Tools.FormatPrice(ci.Pricing.Prices.Price) + "
"); write(@"
"); if(ci.Shippable){ write(Tools.FormatPrice(ci.Pricing.Prices.Price*ci.QuantityInCart)); }else{ write(" "); } write(@"
"); if(ci.Response.Exists()){ write(@"
" + PageResponse(ci.Response) + "
"); } } if(Boss.Cart.AllowGiftWrap){ %>
> Gift wrap my order please! (
<%=Tools.FormatPrice(Boss.Cart.GiftWrapPrice)%>
)
<%}%>
>
>
Total:
<%=Tools.FormatPrice(Boss.Cart.TotalPriceOfItems)%>
> <% } if(Boss.Cart.CartItems.Count > 0){ write(ShippingForm()); } %>
<% if(!(Boss.Shipping.AwaitingPostalCode)){ write(@"
Total:
" + Tools.FormatPrice(Boss.Cart.TotalPriceOfItemsAndShipping)+ @"
"); } %>
> <% if(!Boss.Shipping.NoShipping()){ if(Boss.Cart.CartItems.Count > 0){ write(CheckoutForm()); } } %>
Versions:
4.3.0.0
4.2.2.0
© 2002 - 2009 Verb Limited, powered by Boss