Cron Jobs

B2B Quote relies on Magento cron for expiration handling, reminders, and cleanup.

Scheduled Jobs

Job NameSchedulePurpose
b2bquote_quote_check_expired0 2 * * *Mark quotes as expired when past validity
b2bquote_send_expiration_reminders0 * * * *Send reminder emails based on configured intervals
b2bquote_delete_old_drafts0 3 * * *Delete old draft quotes (if configured)
b2bquote_cleanup_old_revisions0 4 * * *Remove old revisions (if enabled)

What To Check When “Automation Doesn’t Work”

  1. Magento cron is running on the server
  2. Email settings and templates are configured
  3. Relevant features are enabled in config:
    • b2bquote/email_notifications/*
    • b2bquote/revision/cleanup_enabled
    • b2bquote/customer_experience/draft_lifetime_days

See:

Found an issue with this documentation? Let us know