| Product | Item Name | Price | Quantity | Total | |
|---|---|---|---|---|---|
| 
									 | 
								{{item['productName']}} | 
									 
										${{item['productPrice']}}
									 
								 | 
								
									 
										{{item['productQty']}}
									 
								 | 
								
									 
										${{item.subTotal}}
									 
								 | 
								X | 
| {{item['productName']}} | 
							 
								${{item['productPrice']}}
							 
						 | 
					
|---|---|
| Shipping | 
							 
								{{totalCartShipping(cart) == 0?'Free': '$'+totalCartShipping(cart)}}
							 
						 | 
					
| Grand Total | 
							 
							${{ getCartTotal() }}
							 
						 |