Summary
{{ getCartTotal() < 50 ? getCartQuantity() - 1 : getCartQuantity() }} products in Cart
{{item['productName']}}Qty: {{item.productQty}} |
${{item.productPrice}} |
Shipping: |
${{ getCartTotal() < 50 ? getCartTotal() != 0.00 ? '3.95' : '0.00' : '0.00' }} |
Total: |
${{ getCartTotal() }} |