|
{{ variant.product_name }}
{{ productItem.attribute_title }} / |
|
x | {{ variant.price }} {{ currency }} |
{{ __('Amount') }} | {{ child_sub_amount | formatPrice }} {{ currency }} |
{{ __('Add discount') }}
{{ __('Discount')}}
{{ child_discount_description }} |
{{ has_applied_discount ? child_discount_amount : 0 | formatPrice }} {{ currency }} |
{{ __('Add shipping fee') }}
{{ __('Shipping') }}
{{ child_shipping_method_name }} |
{{ shipping_amount | formatPrice }} {{ currency }} |
{{ __('Total amount') }} | {{ child_total_amount | formatPrice }} {{ currency }} |
{{ __('Payment status of the order is Paid. Once the order has been created, you cannot change the payment method or status') }}.
{{ __('Select payment method') }}
{{ __('Paid amount') }} : {{ child_total_amount | formatPrice }} {{ currency }}
{{ __('Payment status of the order is Pending. Once the order has been created, you cannot change the payment method or status') }}.
{{ __('Pending amount') }} : {{ child_total_amount | formatPrice }} {{ currency }}