Keranjang Belanja
            Keranjang anda saat ini kosong.
Lanjut Belanja@  {cartitem.original_price | * Cart.currency.exchange_rate | currency}
                                @  {cartitem.discount_price | * Cart.currency.exchange_rate | currency}
                                {cartitem.final_line_price < quantity | * Cart.currency.exchange_rate | currency}
                                
                    {charge.title}
                
                
                    {'o => Math.abs(o)' | fx charge.amount | * Cart.currency.exchange_rate | currency}
                
                
                -{charge.amount | * Cart.currency.exchange_rate | currency}
                    Subtotal
                
                
                    {Cart.items_subtotal_price | * Cart.currency.exchange_rate | currency}
                
            
                    {charge.title}
                
                
                    {'o => Math.abs(o)' | fx charge.amount | * Cart.currency.exchange_rate | currency}
                
                
                -{charge.amount | * Cart.currency.exchange_rate | currency}
                    Total Keseluruhan
                
                
                    {'(p, tc) => p * (tc || 1)' | fx Cart.total_price Cart.currency.exchange_rate | currency}