| {{ i + 1 }} | {{ item.product.uid }} | {{ item.product.title }} | {{ item.quantity }} | {{ $t('number') }} | {{ numberFormat(item.price) }} | {{ 100 - Math.round(((item.specialPrice || item.price) / item.price) * 100) }} % | {{ numberFormat(item.specialPrice || item.price) }} |