0 {{ item.product?.name ?? item.productListing?.name ?? 'Bundle' }} x {{ item.quantity }} {{ child.product?.name }} x {{ child.quantity }} {{ formatCurrency(item.displaySubtotal) }} Discount: -{{ formatCurrency(displayDiscount) }} Subtotal: {{ formatCurrency(`${parseNumber(displaySubtotal) - parseNumber(displayDiscount)} ${currency}`) }} Proceed to Checkout