Laraship

⌘K
  1. Home
  2. Docs
  3. Laraship
  4. Marketplace Module
  5. Abandoned Cart Notifications

Abandoned Cart Notifications

Abandoned Cart is used for setting up email notification for users who started the checkout process then bounces during the process without completing their orders.

To Configure abandoned Cart email functionality:

  • Under Settings -> Marketplace ->
    Marketplace abandoned cart email after (hours)

    set the period to wait before sending the email in hours (set 0 to disable it)

  • Under Settings -> Notification Templates: Modify the content of the Email template: Marketplace Abandoned Cart
  • Add the following corn job to your server to check the abandoned cart emails to be sent
*/5 * * * /path/to/your/php /path/to/your/laraship/artisan marketplace:send-abandoned-carts-notification