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',
],