{{ __( 'Coupon Name' ) }} |
{{ customerCoupon.name }} |
{{ __( 'Discount' ) }} ({{ getCouponType( customerCoupon.coupon.type ) }}) |
{{ getDiscountValue( customerCoupon.coupon ) }} |
{{ __( 'Usage' ) }} |
{{ customerCoupon.usage + '/' + ( customerCoupon.limit_usage || __( 'Unlimited' ) ) }} |
{{ __( 'Valid From' ) }} |
{{ customerCoupon.coupon.valid_hours_start || __( 'N/A' ) }} |
{{ __( 'Valid Till' ) }} |
{{ customerCoupon.coupon.valid_hours_end || __( 'N/A' ) }} |
{{ __( 'Categories' ) }} |
- {{ category.category.name }}
- {{ __( 'Not applicable' ) }}
|
{{ __( 'Products' ) }} |
- {{ product.product.name }}
- {{ __( 'Not applicable' ) }}
|