Merge pull request #511 from batuhawk/1.3-dev
Out-of-stock reminder settings
This commit is contained in:
		@@ -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',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -66,6 +66,8 @@ return [
 | 
			
		||||
        'bill_days'         => 'Send Before Due Days',
 | 
			
		||||
        'cron_command'      => 'Cron Command',
 | 
			
		||||
        'schedule_time'     => 'Hour To Run',
 | 
			
		||||
        'send_item_reminder'=> 'Send Item Reminder',
 | 
			
		||||
        'item_stocks'       => 'Send When Item Stock',
 | 
			
		||||
    ],
 | 
			
		||||
    'appearance' => [
 | 
			
		||||
        'tab'               => 'Appearance',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user