- {{ itemCount }} item{{ itemCount !== 1 ? 's' : '' }} in cart -
-{{ item.product.name }}
-Qty: {{ item.quantity }}
-- {{ formatPrice(item.product.price * item.quantity, item.product.currency) }} -
-{{ selectedShippingZone.name }}
-- {{ selectedShippingZone.description }} -
-- Estimated: {{ selectedShippingZone.estimatedDays }} -
-- {{ formatPrice(selectedShippingZone.cost, selectedShippingZone.currency) }} -
-{{ zone.name }}
-- {{ zone.description }} -
-- Estimated: {{ zone.estimatedDays }} -
-- {{ formatPrice(zone.cost, zone.currency) }} -
-- Please select a shipping zone -
-Secure Checkout
-Your order will be encrypted and sent securely to the merchant using Nostr.
-Amount
-- {{ invoice.amount }} {{ currency }} -
-Status
-- {{ formatPaymentStatus(paymentStatus) }} -
-Scan with your Lightning wallet to pay
-- A Lightning invoice will be sent by the merchant once they process your order. -
-- You'll receive the invoice via Nostr when it's ready. -
-Your order is being processed. You'll receive updates via Nostr.
-- {{ totalCartItems }} items across {{ allStallCarts.length }} stalls -
-Total Value
-- {{ formatPrice(totalCartValue, 'sats') }} -
-Start shopping to add items to your cart
- -- {{ cart.products.length }} item{{ cart.products.length !== 1 ? 's' : '' }} -
-Stall Total
-- {{ formatPrice(cart.subtotal, cart.currency) }} -
-Total
-- {{ formatPrice(cart.subtotal, cart.currency) }} -
-Total
-- {{ formatPrice(cart.subtotal, cart.currency) }} -
-No peers found matching "{{ searchQuery }}"
+Try searching by username or pubkey
++ {{ peer.username || 'Unknown User' }} +
++ {{ formatPubkey(peer.pubkey) }} +
++ {{ selectedPeer ? formatPubkey(selectedPeer.pubkey) : '' }} +
+{{ message.content }}
++ {{ formatTime(message.created_at) }} +
+No peers found matching "{{ searchQuery }}"
+Try searching by username or pubkey
++ {{ peer.username || 'Unknown User' }} +
++ {{ formatPubkey(peer.pubkey) }} +
++ {{ formatPubkey(selectedPeer.pubkey) }} +
+{{ message.content }}
++ {{ formatTime(message.created_at) }} +
++ Select a peer from the list to start chatting +
+