How to send an automatic notification
- 
					
					
					
					
 How to automatically notify customers on their birthday to offer them a discount on the products they buy most often 
- 
					
					
					
					
 Hi @Omar 
 do you want to notify customer by email or by showing the discount amount on product page??
- 
					
					
					
					
 Hello, 
 by email if possible, he must receive an offer on his birthday on the products he buys most often
- 
					
					
					
					
 Hello @Omar , 
 You can perform this by using laravel cron job(task scheduling).
 Thank you.
- 
					
					
					
					
 Hello @Naresh-webkul , 
 Please, is it on the bagisto site?
- 
					
					
					
					
 Hi, 
 Laravel Cron Job is an inbuilt task manager that gives your applications the ability to execute specific commands like sending a notification and other.you should check the following link: 
 https://laravel.com/docs/7.x/schedulinghttps://bagisto.com/en/how-to-schedule-jobs-in-bagisto/ Thank you.