Keranjang belanja anda masih kosong.
Mulai Belanja{product.code || '-'} {product.attributes.length > 0 ? ` | ${product.attributes.join(', ')}` : ''}
{currencyFormat(product.price.price_discount)}
{product.price.discount_percentage > 0 && ( <> {product.price.discount_percentage}%{currencyFormat(product.price.price)}
> )}{currencyFormat(product.quantity * product.price.price_discount)}
Total
{getProductsSelected().length > 0 && ( <>({ getProductsSelected().length } Barang)> )}
{currencyFormat(totalPriceBeforeTax + totalTaxAmount - totalDiscountAmount)}