Out-of-stock reminder settings

This commit is contained in:
Batuhan Baş
2018-09-29 17:37:55 +03:00
parent 826546e8fb
commit 4974940401
7 changed files with 127 additions and 2 deletions

View File

@ -8,7 +8,10 @@ return [
'sku' => 'SKU',
'notification' => [
'message' => 'You are receiving this email because the :name is running out of stock.',
'message' => [
'reminder' => 'You are receiving this email because the :name is remind of stock.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => 'View Now',
],

View File

@ -66,6 +66,8 @@ return [
'bill_days' => 'Send Before Due Days',
'cron_command' => 'Cron Command',
'schedule_time' => 'Hour To Run',
'send_item_reminder'=> 'Item Reminder',
'item_stocks' => 'Send Item Stock',
],
'appearance' => [
'tab' => 'Appearance',