Skip to navigation Skip to main content
Smart Cycle Discounts is now available on WordPress.org — Download Free
🎉 SCD is now available — Download Free
  • WordPress
    WordPress Plugins
    View all
    Smart Cycle Discounts A cycling discount mark: rotating arrows around a center badge that cycles commerce icons.

    Smart Cycle Discounts

    Automate discount campaigns with scheduling, analytics, and smart product targeting.

    5 Discount Types Recurring Campaigns
    Free Pro from $59

    TrustLens

    Customer trust intelligence for WooCommerce. Score customers, spot abuse, protect revenue.

    Trust Scores Abuse Detection
    Free Pro from $79

    New Plugin

    Coming Soon

    Something exciting is in the works. Join the waitlist to be first to know.

    Get Notified
    Notify Me
    Secure Checkout
    WordPress.org
    14-Day Refund
    Resources
    Documentation Guides & tutorials
    Discount Calculator Plan your strategy
    Support Get help
    Changelog What's new
    Get notified on new releases
  • Affiliate
  • Blog
  • DOCS
    Documentation

    Choose a plugin to explore its documentation

    Smart Cycle Discounts Automated discount campaigns for WooCommerce
    Available
    New Plugin Something exciting is in development
    Coming Soon
    New Plugin Something exciting is in development
    Coming Soon
    Docs Home FAQ Get Support
    WordPress tools that solve real problems
  • Contact Us
  • About
    Company

    Our Story

    Founded 2020

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

    Learn more
    Built from Experience Real solutions we use ourselves
    Time is Precious Simple, intuitive tools
    Real Support Talk to the founders
    Legal & Contact
    Contact Us Privacy Policy Terms of Service Refund Policy
    14-Day Money-Back Guarantee No questions asked
GET STARTED

Getting Started

5
  • What is Smart Cycle Discounts?
  • Installation Guide
  • Creating Your First Campaign
  • Plugin Dashboard Overview
  • Free & Pro Features

Campaign Wizard

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

Product Selection

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

Discount Types

7
  • Percentage Discounts
  • Fixed Amount Discount
  • Buy One Get One (BOGO)
  • Tiered Volume Pricing
  • Spend Threshold Discounts
  • Bundle Discounts
  • Discount Stacking and Priority

Scheduling

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

Campaign Management

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

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

7
  • 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

FAQ

3
  • General
  • Compatibility
  • Pricing & Licensing
View Categories
  • Home
  • Docs
  • Smart Cycle Discounts
  • Setting Configuration
  • Advanced Settings

Advanced Settings

4 min read

Advanced Settings provide technical configuration options for performance optimization, data management, debugging, and specialized behavior. These settings are intended for advanced users or specific hosting environments.


Accessing Advanced Settings #

  1. Go to SC Discounts → Settings
  2. Click the “Advanced” tab

Note: Changes to advanced settings can affect plugin performance and behavior. Modify with care.


Performance Settings #

Caching #

Setting Options Description
Enable Caching Yes / No Cache campaign and product data
Cache Duration 1-24 hours How long to cache data
Object Cache Auto / WordPress / External Which cache system to use

Cache Options Explained #

  • Auto: Plugin detects available caching (recommended)
  • WordPress: Uses WordPress transients only
  • External: Uses Redis/Memcached if available

Cache Clear #

Clear plugin cache when:

  • Campaign changes aren’t reflecting
  • Price display seems wrong
  • After bulk product imports

Button: “Clear Plugin Cache”


Query Optimization #

Product Query Settings #

Setting Options Description
Batch Size 50-500 Products processed per batch
Query Mode Standard / Optimized Query strategy for large catalogs

Large Catalog Optimization #

For stores with 10,000+ products:

  • Enable “Optimized” query mode
  • Reduce batch size if experiencing timeouts
  • Consider background processing for updates

Scheduling Settings #

Cron Configuration #

Setting Options Description
Use Action Scheduler Yes / No Use WooCommerce Action Scheduler
Check Frequency Hourly / Twice Daily / Daily How often to check campaign status

Action Scheduler Benefits #

When enabled (recommended):

  • More reliable campaign activation/expiration
  • Better performance for scheduled tasks
  • Retry capability for failed operations
  • Visible task queue in Tools → Scheduled Actions

Server Cron vs. WP-Cron #

For best reliability, configure server-level cron:

# Add to crontab (every 5 minutes)
*/5 * * * * wget -q -O - https://yoursite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Then disable WP-Cron in wp-config.php:

define( 'DISABLE_WP_CRON', true );

Data Retention #

Analytics Data #

Setting Options Description
Keep Detailed Data 30/90/180/365 days / Forever How long to retain granular analytics
Keep Summary Data 1/2/5 years / Forever How long to retain aggregated summaries

Draft Cleanup #

Setting Options Description
Auto-Delete Drafts Yes / No Remove old incomplete drafts
Draft Age Limit 1-30 days Delete drafts older than this

Log Retention #

Setting Options Description
Keep Debug Logs 7/14/30 days How long to retain debug logs
Keep Activity Logs 30/90/180 days How long to retain activity history

Debugging #

Debug Mode #

Setting Options Description
Enable Debug Yes / No Enable detailed logging
Log Level Error / Warning / Info / Debug Verbosity of logs
Log Location WC Logs / Custom Where to write logs

Debug Console #

When debug mode is enabled:

  • Campaign evaluation details logged
  • Price calculation steps recorded
  • Scheduling events tracked
  • Access logs via SC Discounts → Tools → Debug Log

Performance Impact #

Warning: Debug mode impacts performance. Only enable when troubleshooting, then disable.


Compatibility Settings #

WooCommerce Compatibility #

Setting Options Description
HPOS Mode Auto / Legacy / HPOS High-Performance Order Storage support
Block Checkout Full / Limited / Off Block-based checkout compatibility

Plugin Compatibility #

Setting Options Description
Dynamic Pricing Coexist / Override / Defer Behavior with other pricing plugins
Multi-Currency Auto / Manual Multi-currency plugin integration

API Settings #

REST API #

Setting Options Description
Enable REST API Yes / No Allow REST API access
Authentication WooCommerce / WordPress API authentication method
Rate Limiting None / Standard / Strict API request rate limits

Webhook Support #

Setting Options Description
Enable Webhooks Yes / No Send webhook notifications
Webhook Events Multiple selection Which events trigger webhooks

Import/Export Settings #

Settings Export #

Export all plugin settings for backup or migration:

  1. Click “Export Settings”
  2. JSON file downloads with all configuration
  3. Store safely for backup

Settings Import #

Import previously exported settings:

  1. Click “Import Settings”
  2. Select your settings JSON file
  3. Review changes before applying
  4. Click “Apply”

What Gets Exported #

  • All General, Display, and Advanced settings
  • Notification preferences
  • Does NOT include campaigns or analytics data

Database Optimization #

Optimize Tables #

Optimize plugin database tables:

  1. Click “Optimize Database”
  2. Tables are analyzed and optimized
  3. May improve performance for large datasets

When to Optimize #

  • After deleting many campaigns
  • After clearing old analytics data
  • If experiencing slow queries
  • Monthly maintenance (optional)

Reset Options #

Reset Advanced Settings #

Reset only advanced settings to defaults while keeping campaigns and other settings.

Full Plugin Reset #

Complete reset of all settings (not data):

  1. Click “Reset All Settings”
  2. Confirm the action
  3. All settings return to defaults
  4. Campaigns and data are preserved

Uninstall Data #

Setting Options Description
Remove Data on Uninstall Yes / No Delete all plugin data when uninstalling

Warning: If enabled, uninstalling the plugin will permanently delete all campaigns, settings, and analytics data.


Recommended Settings by Store Size #

Small Store (<1,000 products) #

  • Cache Duration: 12 hours
  • Batch Size: 100
  • Query Mode: Standard
  • Action Scheduler: Yes

Medium Store (1,000-10,000 products) #

  • Cache Duration: 6 hours
  • Batch Size: 200
  • Query Mode: Standard
  • Action Scheduler: Yes

Large Store (10,000+ products) #

  • Cache Duration: 1-2 hours
  • Batch Size: 500
  • Query Mode: Optimized
  • Action Scheduler: Yes (required)
  • Consider server-level cron
Updated on February 14, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Display SettingsTools and Diagnostics
Table of Contents
  • Accessing Advanced Settings
  • Performance Settings
    • Caching
    • Cache Options Explained
    • Cache Clear
  • Query Optimization
    • Product Query Settings
    • Large Catalog Optimization
  • Scheduling Settings
    • Cron Configuration
    • Action Scheduler Benefits
    • Server Cron vs. WP-Cron
  • Data Retention
    • Analytics Data
    • Draft Cleanup
    • Log Retention
  • Debugging
    • Debug Mode
    • Debug Console
    • Performance Impact
  • Compatibility Settings
    • WooCommerce Compatibility
    • Plugin Compatibility
  • API Settings
    • REST API
    • Webhook Support
  • Import/Export Settings
    • Settings Export
    • Settings Import
    • What Gets Exported
  • Database Optimization
    • Optimize Tables
    • When to Optimize
  • Reset Options
    • Reset Advanced Settings
    • Full Plugin Reset
    • Uninstall Data
  • Recommended Settings by Store Size
    • Small Store (
    • Medium Store (1,000-10,000 products)
    • Large Store (10,000+ products)
Newsletter

Insights that grow your business

Join thousands of WooCommerce store owners who get actionable tips, plugin updates, and industry news every week.

We respect your privacy. Unsubscribe at any time.

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...
New issue!
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.

500+ happy stores

Products

  • Smart Cycle Discounts
  • Pricing
  • Documentation
  • Changelog

Company

  • About Us
  • Blog
  • Contact
  • Affiliates

Resources

  • Help Center
  • Guides
  • Roadmap
  • Status

Questions? We actually answer.

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

Get in touch

© 2026 Webstepper. All rights reserved.

Privacy Terms Refunds
Visa Mastercard PayPal Apple Pay Google Pay & more
  • WordPress
    Back
    WordPress Plugins
    View all
    Smart Cycle Discounts A cycling discount mark: rotating arrows around a center badge that cycles commerce icons.

    Smart Cycle Discounts

    Automate discount campaigns with scheduling, analytics, and smart product targeting.

    5 Discount Types Recurring Campaigns
    Free Pro from $59

    TrustLens

    Customer trust intelligence for WooCommerce. Score customers, spot abuse, protect revenue.

    Trust Scores Abuse Detection
    Free Pro from $79

    New Plugin

    Coming Soon

    Something exciting is in the works. Join the waitlist to be first to know.

    Get Notified
    Notify Me
    Secure Checkout
    WordPress.org
    14-Day Refund
    Resources
    Documentation Guides & tutorials
    Discount Calculator Plan your strategy
    Support Get help
    Changelog What's new
    Get notified on new releases
  • Affiliate
  • Blog
  • DOCS
    Back
    Documentation

    Choose a plugin to explore its documentation

    Smart Cycle Discounts Automated discount campaigns for WooCommerce
    Available
    New Plugin Something exciting is in development
    Coming Soon
    New Plugin Something exciting is in development
    Coming Soon
    Docs Home FAQ Get Support
    WordPress tools that solve real problems
  • Contact Us
  • About
    Back
    Company

    Our Story

    Founded 2020

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

    Learn more
    Built from Experience Real solutions we use ourselves
    Time is Precious Simple, intuitive tools
    Real Support Talk to the founders
    Legal & Contact
    Contact Us Privacy Policy Terms of Service Refund Policy
    14-Day Money-Back Guarantee No questions asked