{{ $t('checkout.configuration') }}
{{ $t('checkout.quantity') }}
{{ qty }}
{{ $t('checkout.ipName') }}
{{ $t('checkout.shop') }}
{{ $t('checkout.voucher') }}
{{ $t('checkout.loading') }}
{{ $t('checkout.noVouchers') }}
{{ voucher.currency === 'USD' ? '$' : voucher.currency }}{{ voucher.amount }}
{{ voucher.couponCode }}
{{ voucher.sourceDesc }}
{{ $t('checkout.minOrder') }}: {{ voucher.currency === 'USD' ? '$' : voucher.currency }}{{ voucher.minOrderAmount }}
{{ $t('checkout.expireAt') }}: {{ formatDate(voucher.expireAt) }}
{{ $t('checkout.contact') }}
{{ $t('checkout.processTitle') || '我们的流程如下' }}
- {{ $t('checkout.orderConfirmation') }}
- {{ $t('checkout.logistics') }}
- {{ $t('checkout.afterSales') }}