{{ posName }}
Restaurant Logo

{{ getProductName(product) }}

{{ product.price.toFixed(2) }} {{ t('currency') }}

{{ t('noProductsFound') }} "{{ searchQuery }}"

No products in this category.

{{ t('yourOrder') }}

{{ t('emptyCart') }}

{{ getProductName(item.product) }}

{{ item.product.price.toFixed(2) }} {{ t('currency') }}

{{ item.quantity }} {{ (item.product.price * item.quantity).toFixed(2) }} {{ t('currency') }}