#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. *# #parse("view/velocity/IncludeTop.vm")
<< Main Menu

$label

#if ($label == 'Shopping Cart') #end #if ($cartForm.cart.numberOfItems.intValue() == 0) #end #foreach ($cartItem in $cartForm.cart.cartItems) #if ($label == 'Shopping Cart') #end #end #if ($label == 'Shopping Cart') #end
Item ID Product ID Description Quantity List Price Total Cost
Your cart is empty.
$cartItem.item.itemId $cartItem.item.productId $!cartItem.item.attr1 $!cartItem.item.attr2 $!cartItem.item.attr3 $!cartItem.item.attr4 $!cartItem.item.attr5 $cartItem.item.product.name #if ($label == 'Shopping Cart') #end #if ($label == 'Checkout Summary') $cartItem.quantity.intValue() #end $fmt.formatNumber($cartItem.item.listPrice, '$#,##0.00') $fmt.formatNumber($cartItem.total, '$#,##0.00')
Sub Total: $fmt.formatNumber($cartForm.cart.subTotal, '$#,##0.00')
#if ($label == 'Shopping Cart') #end
#if ($cartForm.cart.numberOfItems.intValue() > 0) #if ($label == 'Shopping Cart')
#end #if ($label == 'Checkout Summary')
#end #end
#if ($accountForm) #if ($accountForm.account) #if ($accountForm.account.username) #if ($accountForm.account.listOption) #parse("view/velocity/IncludeMyList.vm") #end #end #end #end
#parse("view/velocity/IncludeBottom.vm")