FleetCart/Modules/Coupon/Resources/lang/en/coupons.php

28 lines
678 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'coupon' => 'Coupon',
'coupons' => 'Coupons',
'table' => [
'name' => 'Name',
'code' => 'Code',
'discount' => 'Discount',
],
'tabs' => [
'group' => [
'coupon_information' => 'Coupon Information',
],
'general' => 'General',
'usage_restrictions' => 'Usage Restrictions',
'usage_limits' => 'Usage Limits',
],
'form' => [
'price_types' => [
'0' => 'Fixed',
'1' => 'Percent',
],
'allow_free_shipping' => 'Allow free shipping',
'enable_the_coupon' => 'Enable the coupon',
],
];