Skip to navigation Skip to main content

Free Grow sales & stop fraud — Smart Cycle Discounts + TrustLens, free on WordPress.org Two free WooCommerce plugins

Explore both

Free Grow sales & stop fraud — Smart Cycle Discounts + TrustLens, free on WordPress.org Two free WooCommerce plugins

Explore both
  • WordPress
    WordPress Plugins
    View all
    Smart Cycle Discounts logo

    Smart Cycle Discounts

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

    7 Discount Types Cycle AI
    Free Pro from $59
    TrustLens logo

    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
    SCD Changelog Discount plugin updates
    TrustLens Changelog Trust intelligence updates
    Get notified on new releases
  • Affiliate
    Program
    Overview How the program works
    How It Works 4 steps from apply to earn
    Commission Details 30% · 60-day cookie · recurring
    Get Started
    Apply Now Open
    Takes ~2 minutes
    Earnings Calculator Estimate your monthly income
    FAQ Payouts, cookies, renewals
    Resources
    Brand Kit Logos, banners, copy, social
    Playbook Tactics that actually convert
    FTC Disclosure How to disclose properly
    Affiliate Terms Full program agreement
    Contact Team Open the contact form
    Earn 30% recurring on every sale Free to join · 60-day cookie · monthly PayPal payouts
    Apply Now
  • Blog
  • DOCS
    Docs & Resources

    Guides, references, and answers for every Webstepper plugin.

    Smart Cycle Discounts Automated WooCommerce discount campaigns
    Getting started › Discount types › Cycle AI ›
    TrustLens Customer 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 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
Popular requests
  • smart cycle discounts
  • trustlens
  • chargeback protection
GET STARTED

Glossary

1
  • TrustLens Glossary

Detection Modules

9
  • Card Testing Defense
  • Chargeback Tracking
  • Shipping Anomalies
  • Linked Accounts Detection
  • Category Aware Risk
  • Coupon Abuse Detection
  • Order Pattern Analysis
  • Return Abuse Detection
  • Modules Overview

Card Testing Defense

9
  • Attack History
  • Allowlists
  • Geo Diversity
  • Auto Escalation
  • Fingerprinting
  • VIP Bypass
  • Panic Button
  • Velocity Thresholds
  • Overview

Chargeback Monitor

7
  • Ratio Email Alerts
  • Dispute Evidence Report
  • Chargeback Monitor
  • Manual Dispute Entry
  • Stripe WooPayments Ingestion
  • Card Network Thresholds
  • Chargeback Ratio Speedometer

Customer Management

7
  • Admin Notes
  • Checkout Enforcement
  • Order Trust Column
  • Bulk Actions
  • Blocking and Allowlisting
  • Customer Detail Profile
  • Customer List

Automation

7
  • Async Dispatch Retries
  • Webhooks and HMAC
  • Rule Inspector
  • Actions Reference
  • Conditions Reference
  • Triggers Reference
  • Automation Overview

Trust Scoring

5
  • Account Age Loyalty Bonus
  • Signals Explained
  • Six Customer Segments
  • The 0–100 Score
  • How Trust Scoring Works
View Categories
  • Home
  • Docs
  • Trustlens
  • FAQ
  • Compatibility FAQ

Compatibility FAQ

3 min read

Compatibility questions: what works with TrustLens, what doesn’t, and what to expect when integrating with other plugins, themes, and gateway integrations.


Does TrustLens work with HPOS? #

Yes. TrustLens fully supports WooCommerce High-Performance Order Storage and declares HPOS compatibility on activation. No additional configuration needed.


Does TrustLens work with WooCommerce Subscriptions? #

Yes for trust scoring — subscription orders contribute to total_orders and refunds contribute to refund stats the same as one-time orders.

Subscription renewals (the automated renewal flow) bypass the checkout Request Gate by default, so block enforcement doesn’t apply automatically to renewals. To enforce blocks on renewals, hook into wcs_renewal_order_created and check the customer’s blocked flag.


Does TrustLens work with WooCommerce Memberships? #

Yes. Membership purchases are standard WooCommerce orders and contribute to scoring normally.


Does TrustLens work with WooCommerce Bookings? #

Yes — booking purchases score like any other order. Cancellation of bookings contributes to cancellation rate (if you use WooCommerce’s cancellation mechanism).


Does TrustLens work with Blocks checkout? #

Yes. The unified Request Gate intercepts both Classic shortcode checkout and Blocks / Store API checkout through one mechanism.


Does TrustLens work with custom checkout plugins? #

Depends on the plugin. If the custom plugin replaces standard WooCommerce checkout entirely, it may bypass the Request Gate. Test in your environment.

Common plugins that work fine:

  • CheckoutWC
  • Cartflows checkout (in standard mode)
  • Most one-page checkout plugins

If you have a custom checkout integration, ensure it triggers woocommerce_checkout_process action — that’s where the Request Gate hooks.


Does TrustLens work with Cartflows? #

Yes for standard Cartflows checkout. Some Cartflows offers / order bumps may need verification.


Does TrustLens work with Stripe? #

Yes — full integration. Auto-ingestion of disputes via webhooks, card-brand detection, dispute outcome updates all flow in automatically.


Does TrustLens work with WooPayments? #

Yes — full integration via WooPayments’ action hooks.


Does TrustLens work with PayPal? #

Yes for trust scoring. For chargebacks, PayPal disputes need manual entry — they don’t auto-ingest.


Does TrustLens work with Square, Authorize.net, Braintree? #

Same as PayPal — scoring works automatically; chargebacks need manual entry.


Does TrustLens work with custom payment gateways? #

Trust scoring works with any gateway. Chargebacks need manual entry or a custom integration to import dispute data.


Does TrustLens work with caching plugins? #

Yes. TrustLens admin pages don’t cache (they’re admin-only and dynamic). Public-facing pages don’t expose TrustLens data, so caching them doesn’t affect TrustLens.

Object caching (Redis, Memcached) actually improves TrustLens performance — used for transient storage of Dashboard analytics.


Does TrustLens work with security plugins (Wordfence, Sucuri)? #

Yes. TrustLens operates at the application layer; security plugins operate at the web-server / firewall layer. They complement each other.

One note: if a security plugin blocks a request before it reaches WordPress, TrustLens never sees it — which is fine.


Does TrustLens work with multilingual plugins (WPML, Polylang)? #

Yes. TrustLens UI text is internationalized; translation packs work via standard WordPress mechanisms.


Does TrustLens work with custom user roles? #

TrustLens admin pages require the manage_woocommerce capability. WooCommerce’s Shop Manager role has this. Custom roles need this capability granted to access TrustLens.

The capability can be overridden via the trustlens/admin_capability filter.


Does TrustLens work with WP All Import / Migrator plugins? #

Yes for the underlying orders — TrustLens scores any WooCommerce order regardless of how it was created.

For migrated stores, run Historical Sync after import to build trust profiles from the imported orders.


Does TrustLens work with print-on-demand plugins (Printful, Printify)? #

Yes — those plugins use standard WooCommerce orders.


Does TrustLens work with marketplace plugins (Dokan, WC Vendors)? #

TrustLens scores customers at the platform level (your store as a whole). Per-vendor scoring isn’t supported out-of-the-box; would require custom development.


Does TrustLens work with affiliate plugins? #

Yes. Affiliate referrals don’t affect TrustLens; the customer is what’s tracked.


Does TrustLens work with REST API consumers? #

Yes. TrustLens exposes its own REST API (see REST API Reference). External systems can read trust scores, set blocks, and manage state via the API.


Does TrustLens work with custom themes? #

Yes. TrustLens is admin-only — themes don’t affect it. The trust badge on the orders list integrates with WordPress admin styling, not your frontend theme.


Does TrustLens work with page builders (Elementor, Divi)? #

Page builders affect frontend rendering, not admin. TrustLens admin works regardless of page builder.


What if I’m running on a managed host? #

TrustLens works on all major managed WordPress hosts (Kinsta, WP Engine, Pressable, Flywheel, Pantheon). Some hosts disable WP-Cron — set up a real cron job for proper Action Scheduler operation.


Does TrustLens have known incompatibilities? #

Rare. The most common conflicts:

  • Custom checkout plugins that completely replace WooCommerce’s flow (Request Gate bypass)
  • Email-spoofing-protection plugins blocking notification emails
  • Plugins that disable WP-Cron without replacing with real cron

None are TrustLens-specific bugs — they’re general WordPress compatibility considerations.


How do I report a compatibility issue? #

Free users: WordPress.org plugin support forum. Pro users: TrustLens support portal.

Include:

  • TrustLens version
  • Conflicting plugin name and version
  • Specific symptom
  • Steps to reproduce
  • Server environment (PHP, WordPress, WooCommerce versions)
Updated on June 4, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Pricing and Licensing FAQPrivacy and GDPR FAQ
Table of Contents
  • Does TrustLens work with HPOS?
  • Does TrustLens work with WooCommerce Subscriptions?
  • Does TrustLens work with WooCommerce Memberships?
  • Does TrustLens work with WooCommerce Bookings?
  • Does TrustLens work with Blocks checkout?
  • Does TrustLens work with custom checkout plugins?
  • Does TrustLens work with Cartflows?
  • Does TrustLens work with Stripe?
  • Does TrustLens work with WooPayments?
  • Does TrustLens work with PayPal?
  • Does TrustLens work with Square, Authorize.net, Braintree?
  • Does TrustLens work with custom payment gateways?
  • Does TrustLens work with caching plugins?
  • Does TrustLens work with security plugins (Wordfence, Sucuri)?
  • Does TrustLens work with multilingual plugins (WPML, Polylang)?
  • Does TrustLens work with custom user roles?
  • Does TrustLens work with WP All Import / Migrator plugins?
  • Does TrustLens work with print-on-demand plugins (Printful, Printify)?
  • Does TrustLens work with marketplace plugins (Dokan, WC Vendors)?
  • Does TrustLens work with affiliate plugins?
  • Does TrustLens work with REST API consumers?
  • Does TrustLens work with custom themes?
  • Does TrustLens work with page builders (Elementor, Divi)?
  • What if I'm running on a managed host?
  • Does TrustLens have known incompatibilities?
  • How do I report a compatibility issue?
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
  • TrustLens
  • Discount Calculator
  • Sale Calendar

Company

  • About Us
  • Blog
  • Contact
  • Affiliates

Resources

  • Help Center
  • Guides
  • 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

Save 15% on
SCD, TrustLens & the Bundle

Smart Cycle Discounts and TrustLens — buy either plugin or grab both in the bundle. Use code at checkout.

WELCOME15
23 hours
:
59 minutes
:
59 seconds
Claim My Discount

Just want one? Smart Cycle Discounts · TrustLens

  • WordPress
    Back
    WordPress Plugins
    View all
    Smart Cycle Discounts logo

    Smart Cycle Discounts

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

    7 Discount Types Cycle AI
    Free Pro from $59
    TrustLens logo

    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
    SCD Changelog Discount plugin updates
    TrustLens Changelog Trust intelligence updates
    Get notified on new releases
  • Affiliate
    Back
    Program
    Overview How the program works
    How It Works 4 steps from apply to earn
    Commission Details 30% · 60-day cookie · recurring
    Get Started
    Apply Now Open
    Takes ~2 minutes
    Earnings Calculator Estimate your monthly income
    FAQ Payouts, cookies, renewals
    Resources
    Brand Kit Logos, banners, copy, social
    Playbook Tactics that actually convert
    FTC Disclosure How to disclose properly
    Affiliate Terms Full program agreement
    Contact Team Open the contact form
    Earn 30% recurring on every sale Free 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 Discounts Automated WooCommerce discount campaigns
    Getting started › Discount types › Cycle AI ›
    TrustLens Customer 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 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
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