Skip to navigation Skip to main content
Free on WordPress.org 4.9 / 5 WordPress.org Explore both Plugins
Free on WordPress.org 4.9 / 5 WordPress.org Explore both Plugins
  • WordPress
    Products
    Smart Cycle DiscountsDiscount automation › TrustLensCustomer trust intel › Cycle AI AIPlain-English campaigns ›
    New pluginComing soon
    Resources & toolsDocs, pricing, support ›
    Smart Cycle Discounts

    Smart Cycle Discounts

    Automate WooCommerce discount campaigns — schedule, target, and measure.

    62%
    Free Pro $59 5 discount types Recurring
    Jump into the page
    How it works Capabilities Promo codes Pricing
    Docs
    Getting started Discount types Scheduling
    Explore Smart Cycle Discounts → Changelog
    TrustLens

    TrustLens

    Customer trust intelligence — score buyers, spot abuse, protect revenue.

    Trust 86
    Free Pro $79 6 segments Abuse detection
    Jump into the page
    How it works Detection Outcomes Pricing
    Docs
    Trust scoring Detection modules Card-testing defense
    Explore TrustLens → Verify a report Changelog

    Cycle AI inside Smart Cycle Discounts

    Describe a sale in plain English — Cycle AI builds the whole campaign.

    “20% off hoodies this weekend”
    Included in Pro Natural language Catalog-aware
    See it work

    Type a sentence, get a ready-to-launch discount campaign that already understands your products, prices, and schedule.

    Live demo How it works
    Meet Cycle AI →

    A new plugin Coming soon

    Something is loading in the lab. Join the list to get the reveal first.

    Notify me on launch →

    Resources & tools

    Everything around the plugins — docs, free tools, and help.

    Learn
    Documentation Pricing & bundle Support
    Free tools
    Discount Calculator Sale Calendar
    Stay current
    SCD changelog TrustLens changelog
    Compare all plans →
    Secure checkout WordPress.org 14-day refund View pricing →
  • Affiliate
    Program
    OverviewHow the program works How it works4 steps from apply to earn Commission details30% · 60-day cookie · recurring
    Get started
    Apply nowOpen Takes ~2 minutes Earnings calculatorEstimate your monthly income FAQPayouts, cookies, renewals
    Resources
    Brand kitLogos, banners, copy, social PlaybookTactics that actually convert FTC disclosureHow to disclose properly Affiliate termsFull program agreement Contact teamOpen the contact form
    Earn 30% recurring on every saleFree to join · 60-day cookie · monthly PayPal payouts Apply now
  • Blog
  • DOCS
    Docs & resources

    Guides, references, and answers for every Webstepper plugin.

    Smart Cycle DiscountsAutomated WooCommerce discount campaigns
    Getting started› Discount types› Cycle AI›
    TrustLensCustomer trust & fraud intelligence
    Trust scoring› Detection modules› Card-testing defense›
    Docs home Guides FAQ Pricing Support
    WordPress tools that solve real problems
  • Contact Us
  • About
    Company

    Our Story

    Founded 2020

    Built by store owners, for store owners. We make WordPress tools that solve real problems.

    Learn more
    Built from experienceTools we use ourselves
    Time is preciousSimple, intuitive UX
    Real supportTalk to the founders
    Legal & contact
    Contact us Privacy policy Terms of service Refund policy
    14-day money-backNo questions asked
Popular requests
  • smart cycle discounts
  • trustlens
  • chargeback protection
GET STARTED

Getting Started

5
  • What Is Smart Cycle Discounts
  • Installation Guide
  • Creating Your First Campaign
  • Plugin Dashboard Overview
  • Free vs Pro Features

Campaign Wizard

6
  • Campaign Wizard Overview
  • Step 1 – Basic Information
  • Step 2 Product Selection
  • Step 3 – Discount Configuration
  • Step 4 Scheduling
  • Step 5 – Review & Launch

Product Selection

5
  • All Products Mode
  • Specific Products Mode
  • Random Products Mode
  • Smart Selection Mode
  • Product Search Tips

Discount Types

8
  • Percentage Discounts
  • Fixed Amount Discount
  • Buy One Get One BOGO
  • Tiered Volume Pricing
  • Spend Threshold Discounts
  • Bundle Discounts
  • Discount Stacking and Priority
  • Coupon Code Campaigns

Scheduling

5
  • Setting Campaign Dates
  • Timezone Configuration
  • Recurring Campaigns
  • Campaign Status Explained
  • Automatic Activation

Campaign Management

7
  • Campaign List
  • Editing Existing Campaigns
  • Duplicating Campaigns
  • Bulk Actions
  • Campaign Priority System
  • Campaign Overview Panel
  • Campaign Intelligence System

FAQ

3
  • General FAQ
  • Compatibility
  • Pricing & Licensing

Notifications

5
  • Email Provider Setup
  • Email Notifications Setup
  • Basic Notifications
  • Proactive Alerts
  • Low Stock Alerts

Setting Configuration

5
  • General Settings
  • Display Settings
  • Advanced Settings
  • Tools and Diagnostics
  • License Management

Use Cases

8
  • Coupon Code Campaign
  • Flash Sale Campaign
  • Seasonal Sale Campaign
  • Weekend Sale Recurring
  • BOGO Promotion
  • Volume Discount Campaign
  • Cart Threshold Promotion
  • Bundle Discount Campaign

Developer Documentation

5
  • Hooks and Filters Reference
  • Rest API Overview
  • Custom Discount Integration
  • Template Customization
  • Database Schema

Troubleshooting

6
  • Campaign Not Activating
  • Discounts Not Displaying
  • Scheduling Issues
  • Product Search Not Working
  • Performance Optimization
  • Common Error Messages

Glossary

1
  • WooCommerce Discount Glossary

Cycle AI

6
  • What is Cycle AI
  • Creating Campaigns with AI
  • Refining With Conversation
  • Managing Campaigns With AI
  • Prompt Writing Tips
  • Rate Limit And Troubleshooting
View Categories
  • Home
  • Docs
  • Smart Cycle Discounts
  • Troubleshooting
  • Scheduling Issues

Scheduling Issues

6 min read

If campaigns aren’t starting or ending at the expected times, or recurring campaigns aren’t following their schedule, this guide helps diagnose and resolve scheduling issues.


Quick Checklist #

  • ☐ WordPress timezone is correctly configured
  • ☐ WP-Cron or Action Scheduler is functioning
  • ☐ Server time matches expected timezone
  • ☐ Campaign dates are set correctly
  • ☐ Recurring settings are properly configured

Common Causes #

1. Timezone Misconfiguration #

Symptom: Campaigns activate hours early or late.

Check:

  1. Go to Settings → General
  2. Look at “Timezone” setting
  3. Verify it matches your intended timezone

Solution:

  1. Set correct timezone (city-based is best, e.g., “America/New_York”)
  2. Save settings
  3. Campaign times will use this timezone

Note: UTC offsets don’t handle daylight saving time automatically.


2. WP-Cron Not Running #

Symptom: Scheduled campaigns don’t activate on time.

Why This Happens:

  • WP-Cron triggers on page visits
  • Low-traffic sites may not have visits at scheduled times
  • Some hosts disable WP-Cron

Check:

  1. Go to SC Discounts → Tools
  2. Run Health Check
  3. Look for WP-Cron status

Solution A: Server-Level Cron (Recommended)

  1. Add to server crontab:
    */5 * * * * wget -q -O - https://yoursite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
  2. Add to wp-config.php:
    define( 'DISABLE_WP_CRON', true );

Solution B: Cron Plugin

  • Install a plugin like “WP Crontrol”
  • Use external service like UptimeRobot to ping wp-cron.php

3. Action Scheduler Issues #

Symptom: Scheduled actions are pending but not running.

Check:

  1. Go to Tools → Scheduled Actions
  2. Look for pending Smart Cycle Discounts actions
  3. Check if actions are stuck or failing

Solution:

  • Failed actions can be retried manually
  • Clear very old pending actions
  • Ensure WP-Cron is running (Action Scheduler needs it)

4. Server Time Mismatch #

Symptom: Timing is off by a consistent amount.

Check:

Add this temporarily to a page to check server time:

<?php echo 'Server time: ' . date('Y-m-d H:i:s'); ?>

Solution:

  • Contact hosting provider if server time is wrong
  • Server should use NTP for time synchronization

5. Campaign Dates Set Incorrectly #

Symptom: Campaign activates at unexpected time.

Check:

  1. Edit the campaign
  2. Go to Schedule step
  3. Verify start and end dates/times

Common Mistakes:

  • AM/PM confusion (12:00 PM vs 12:00 AM)
  • Wrong date (December 15 vs November 15)
  • Date format confusion (MM/DD vs DD/MM)

6. Recurring Schedule Misconfiguration #

Symptom: Recurring campaign runs on wrong days/times.

Check:

  1. Edit the campaign
  2. Go to Schedule step
  3. Read the schedule preview — the plain-English sentence and the next run dates are computed by the same logic the discount engine uses, so they show exactly what will run
  4. Review the three schedule questions:
    • Active on: Every day, the selected weekday chips, or the selected month days
    • Time of day: All day, or the From/To window (watch for a “spans midnight” badge on overnight windows)
    • Keep running: Forever, or the chosen end date

Common Issues:

  • Wrong weekday chips selected
  • Time window From/To reversed unintentionally (creates an overnight window that spans midnight)
  • “Until a date” reached — the campaign has expired
  • Month day 29/30/31 selected — it is skipped in months without that day (use the “Last day” chip for end-of-month)

7. Recurring Campaign Paused After Updating to 2.2.0 #

Symptom: After updating to version 2.2.0, a recurring campaign shows Paused and its discount isn’t applying.

Why This Happens: Version 2.2.0 rebuilt the recurrence engine. Recurring campaigns created on earlier versions are deliberately paused during the update, because the old and new engines interpret settings differently. A dashboard notice (“Recurring campaigns were rebuilt”) lists how many were paused.

Solution:

  1. Click Review Campaigns in the notice, or filter the campaigns list by Paused
  2. Open each paused campaign and go to the Schedule step
  3. Set the schedule with the new controls (days, time window, forever/until a date)
  4. Save — the campaign resumes on the new engine

One-time campaigns and occurrence campaigns already created by the old Instances mode are not affected.


Diagnostic Steps #

Step 1: Verify Timezone #

Go to: Settings → General
Check: Timezone setting
Best: Use city-based timezone (e.g., "New York")

Step 2: Check Current Time #

WordPress shows current time at:
Settings → General (below timezone)
Should match your expected local time

Step 3: Review Campaign Schedule #

Edit campaign → Schedule step
Verify:
- Start date and time
- End date and time
- Recurring settings (if enabled)

Step 4: Check Scheduled Actions #

Go to: Tools → Scheduled Actions
Filter by: "scd" or "smart_cycle"
Look for: Pending activation/expiration tasks

Step 5: Test Cron #

Visit: https://yoursite.com/wp-cron.php
Or go to: SC Discounts → Tools → Health Check

Recurring Campaign Scheduling #

Understanding Recurring Schedules #

A recurring campaign’s discount applies only on its scheduled days and times:

Example: Weekend Sale
Active on: Saturday, Sunday
Time of day: All day
Keep running: Forever

Discount applies: Saturday and Sunday, all day
Discount does not apply: Monday → Friday

Why the Discount Seems Inactive #

  • The current day or time is outside the schedule
  • The campaign’s status stays Active the whole time — the schedule only controls whether the discount applies right now
  • This is expected behavior

Verifying the Next Run Dates #

  1. Edit the campaign and open the Schedule step
  2. The preview shows the plain-English schedule sentence plus the next dates it will run
  3. These are computed by the same logic the discount engine uses

Daylight Saving Time #

DST Transitions #

If using city-based timezone (recommended), DST is handled automatically.

Spring Forward:

  • A recurring time window set inside the skipped hour (e.g. 2:30 AM) simply doesn’t fire that day
  • It resumes normally the next active day

Fall Back:

  • A recurring time window set inside the repeated hour is active through both passes of that hour
  • This is expected — the discount just runs slightly longer that night

UTC Offset Issues #

If using UTC offset (e.g., “UTC-5”):

  • DST is NOT automatically handled
  • You must manually adjust twice per year
  • Recommend switching to city-based timezone

Manual Intervention #

Force Campaign Activation #

If a scheduled campaign should be active now:

  1. Edit the campaign
  2. Change start date to past date/time
  3. Save
  4. Campaign should activate immediately

Force Campaign Expiration #

If a campaign should have expired:

  1. Edit the campaign
  2. Change end date to past date/time
  3. Save
  4. Campaign will expire

Manually Run Scheduled Tasks #

  1. Go to Tools → Scheduled Actions
  2. Find the pending task
  3. Click “Run” to execute immediately

Preventing Scheduling Issues #

Best Practices #

  1. Use city-based timezone – Handles DST automatically
  2. Set up server cron – More reliable than WP-Cron
  3. Test before launch – Create test campaigns first
  4. Double-check times – Especially AM/PM
  5. Monitor scheduled actions – Check for stuck tasks

Scheduling Notifications #

Enable notifications to confirm scheduling works:

  • Campaign Start notifications confirm activation
  • Campaign Expiration warnings alert before end

Still Having Issues? #

Enable Debug Mode #

  1. Go to SC Discounts → Settings → Advanced
  2. Enable Debug Mode
  3. Wait for scheduled event to occur
  4. Check debug log for scheduling information

Contact Support With #

  • System report
  • Campaign schedule settings (screenshot)
  • WordPress timezone setting
  • Current time vs. expected activation time
  • Scheduled Actions screenshot if relevant
Updated on July 28, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Discounts Not DisplayingProduct Search Not Working
Table of Contents
  • Quick Checklist
  • Common Causes
    • 1. Timezone Misconfiguration
    • 2. WP-Cron Not Running
    • 3. Action Scheduler Issues
    • 4. Server Time Mismatch
    • 5. Campaign Dates Set Incorrectly
    • 6. Recurring Schedule Misconfiguration
    • 7. Recurring Campaign Paused After Updating to 2.2.0
  • Diagnostic Steps
    • Step 1: Verify Timezone
    • Step 2: Check Current Time
    • Step 3: Review Campaign Schedule
    • Step 4: Check Scheduled Actions
    • Step 5: Test Cron
  • Recurring Campaign Scheduling
    • Understanding Recurring Schedules
    • Why the Discount Seems Inactive
    • Verifying the Next Run Dates
  • Daylight Saving Time
    • DST Transitions
    • UTC Offset Issues
  • Manual Intervention
    • Force Campaign Activation
    • Force Campaign Expiration
    • Manually Run Scheduled Tasks
  • Preventing Scheduling Issues
    • Best Practices
    • Scheduling Notifications
  • Still Having Issues?
    • Enable Debug Mode
    • Contact Support With
Newsletter

Insights that grow your business

Join thousands of WooCommerce store owners who get actionable tips, plugin updates, and industry news every week — plus 10% off either of our plugins as a welcome.

We respect your privacy. Unsubscribe at any time.

10% off welcome gift — A code for either plugin, on us
Weekly updates — Fresh content every Tuesday
Exclusive content — Tips you won't find on our blog
Early access — Be first to know about new plugins
Webstepper
Weekly WooCommerce Tips
Just now
This week: 5 proven strategies to boost your average order value using smart discount campaigns...
10% off inside
Webstepper

Tools for store owners who'd rather grow than grind.

Simple, powerful plugins that help WooCommerce store owners sell more — without the learning curve.

Products

  • Smart Cycle Discounts
  • TrustLens
  • Discount Calculator
  • Sale Calendar

Company

  • About Us
  • Blog
  • Contact
  • Affiliates
  • Log In

Resources

  • Help Center
  • Guides
  • Verify a report
  • Affiliate Program
  • Become a Partner

Questions? We actually answer.

Real humans, real help. No bots, no runaround. Usually within a few hours.

Get in touch
Operated by Setmood LLC · 7901 4th St N, St Petersburg, FL 33702 · United States

© 2026 Webstepper. All rights reserved.

Privacy Terms Refunds
Visa Mastercard PayPal Apple Pay Google Pay & more
Limited Time Offer

Get 10% off
Smart Cycle Discounts or TrustLens

Drop your email and we’ll send you a unique, single-use code — works on either plugin at checkout. New customers, first payment.

23 hours
:
59 minutes
:
59 seconds

No spam. Unsubscribe anytime.

  • WordPress
    Back
    Products
    Smart Cycle DiscountsDiscount automation › TrustLensCustomer trust intel › Cycle AI AIPlain-English campaigns ›
    New pluginComing soon
    Resources & toolsDocs, pricing, support ›
    Smart Cycle Discounts

    Smart Cycle Discounts

    Automate WooCommerce discount campaigns — schedule, target, and measure.

    62%
    Free Pro $59 5 discount types Recurring
    Jump into the page
    How it works Capabilities Promo codes Pricing
    Docs
    Getting started Discount types Scheduling
    Explore Smart Cycle Discounts → Changelog
    TrustLens

    TrustLens

    Customer trust intelligence — score buyers, spot abuse, protect revenue.

    Trust 86
    Free Pro $79 6 segments Abuse detection
    Jump into the page
    How it works Detection Outcomes Pricing
    Docs
    Trust scoring Detection modules Card-testing defense
    Explore TrustLens → Verify a report Changelog

    Cycle AI inside Smart Cycle Discounts

    Describe a sale in plain English — Cycle AI builds the whole campaign.

    “20% off hoodies this weekend”
    Included in Pro Natural language Catalog-aware
    See it work

    Type a sentence, get a ready-to-launch discount campaign that already understands your products, prices, and schedule.

    Live demo How it works
    Meet Cycle AI →

    A new plugin Coming soon

    Something is loading in the lab. Join the list to get the reveal first.

    Notify me on launch →

    Resources & tools

    Everything around the plugins — docs, free tools, and help.

    Learn
    Documentation Pricing & bundle Support
    Free tools
    Discount Calculator Sale Calendar
    Stay current
    SCD changelog TrustLens changelog
    Compare all plans →
    Secure checkout WordPress.org 14-day refund View pricing →
  • Affiliate
    Back
    Program
    OverviewHow the program works How it works4 steps from apply to earn Commission details30% · 60-day cookie · recurring
    Get started
    Apply nowOpen Takes ~2 minutes Earnings calculatorEstimate your monthly income FAQPayouts, cookies, renewals
    Resources
    Brand kitLogos, banners, copy, social PlaybookTactics that actually convert FTC disclosureHow to disclose properly Affiliate termsFull program agreement Contact teamOpen the contact form
    Earn 30% recurring on every saleFree to join · 60-day cookie · monthly PayPal payouts Apply now
  • Blog
  • DOCS
    Back
    Docs & resources

    Guides, references, and answers for every Webstepper plugin.

    Smart Cycle DiscountsAutomated WooCommerce discount campaigns
    Getting started› Discount types› Cycle AI›
    TrustLensCustomer trust & fraud intelligence
    Trust scoring› Detection modules› Card-testing defense›
    Docs home Guides FAQ Pricing Support
    WordPress tools that solve real problems
  • Contact Us
  • About
    Back
    Company

    Our Story

    Founded 2020

    Built by store owners, for store owners. We make WordPress tools that solve real problems.

    Learn more
    Built from experienceTools we use ourselves
    Time is preciousSimple, intuitive UX
    Real supportTalk to the founders
    Legal & contact
    Contact us Privacy policy Terms of service Refund policy
    14-day money-backNo questions asked
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.
More info More info Accept