{{ $t('id') }}:
{{ reward.id }}
{{ $t('ordersLimit') }}:
{{ reward.details.orders_quota }}
{{ $t('ordersRemaining') }}:
{{ reward.details.orders_remaining ?? 0 }}
{{ $t('excludeFromSale') }}:
{{ $t(reward.details.exclude_from_sale.value) }}
{{ $t('rewardStacking') }}:
{{ $t(reward.details.reward_stacking.value) }}
{{ $t('appliesToProducts') }}:
{{reward.details.rewards_product.map(prod => prod.label).join(', ')}}
{{ $t('appliesToCategories') }}:
{{reward.details.rewards_categories.map(cat => cat.label).join(', ')}}
{{ $t('appliesToBrands') }}:
{{reward.details.rewards_brands.map(cat => cat.label).join(', ')}}
{{ typeof reward.details.rewards_days_period === 'string' ? $t('expiresOn') : $t('activeFor') }}:
{{ typeof reward.details.rewards_days_period === 'string'
? reward.details.rewards_days_period
: reward.details.rewards_days_period + ' ' + $t('daysAfterReceive') }}
{{ $t('expiresOn') }}:
{{ reward.details.rewards_calendar_date }}
{{ $t('forWallet') }}:
{{ $t('wallet') }}
{{ $t('forRank') }}:
{{ reward.rank }}
{{ $t('forAchievement') }}:
{{ reward.achievement }}
{{ $t('codeCoupon') }}:
{{ reward.details.coupon.code }}
{{ $t('usageLimitCoupon') }}:
{{ reward.details.coupon.usage_limit_user }}
{{ $t('usageRemainingCoupon') }}:
{{ reward.details.coupon.usage_remaining }}
{{ $t('usageLimitPerItemCoupon') }}:
{{ reward.details.coupon.usage_limit_per_item }}
{{ $t('descriptionCoupon') }}:
{{ reward.details.coupon.description }}
{{ $t('categoriesCoupon') }}:
{{ reward.details.coupon.categories.join(', ') }}
{{ $t('excludedCategoriesCoupon') }}:
{{ reward.details.coupon.excluded_categories.join(', ') }}
{{ $t('brandsCoupon') }}:
{{ reward.details.coupon.brands.join(', ') }}
{{ $t('excludedBrandsCoupon') }}:
{{ reward.details.coupon.excluded_brands.join(', ') }}
{{ $t('productsCoupon') }}:
{{ reward.details.coupon.products.join(', ') }}
{{ $t('excludedProductsCoupon') }}:
{{ reward.details.coupon.excluded_products.join(', ') }}
{{ $t('dateExpiresCoupon') }}:
{{ reward.details.coupon.date_expires }}
{{ $t('maximumAmountCoupon') }}:
{{ formatCurrency(Number(reward.details.coupon.maximum_amount), reward.details.coupon.main_currency)
}}
{{ $t('minimumAmountCoupon') }}:
{{ formatCurrency(Number(reward.details.coupon.minimum_amount), reward.details.coupon.main_currency)
}}
{{ $t('freeShippingCoupon') }}:
{{ $t('yesReward') }}
{{ $t('individualUseCoupon') }}:
{{ $t('yesReward') }}
{{ $t('excludeSaleItemsCoupon') }}:
{{ $t('yesReward') }}