Items will appear here once they are added
*Loading cart...
} * *Your cart is empty
* ) : ( * <> *{price}
* * {selectedOptions.map((option, index) => ( * * {option.name}: {typeof option.value === 'object' ? option.value.name : option.value} * * ))} * * * {quantity} * * * *Error: {error}
} * *Items: {items.length}
*Has items: {items.length > 0 ? 'Yes' : 'No'}
*{price}
*{quantity}
*{image}
*{selectedOptions}
* * * *Subtotal: {subtotal}
*Discount: {discount}
*Applied Coupon: {appliedCoupon}
*Shipping: {shipping}
*Tax: {tax}
*Total: {total}
*Currency: {currency}
*Item Count: {totalItems}
*Is Totals Loading: {isTotalsLoading ? 'Yes' : 'No'}
*Total items: {totalItems}
*Is loading: {isLoading ? 'Yes' : 'No'}
* *Can checkout: {canCheckout ? 'Yes' : 'No'}
*Is loading: {isLoading ? 'Yes' : 'No'}
*Error: {error}
* *Error: {error}
} * {appliedCoupon ? ( *