StealthPlugins | Documentation
STEALTH DOCS

Documentation

Technical implementation guides for the StealthPlugins suite.

One-Click Upsell Pro (OCU)

The OCU engine increases Average Order Value (AOV) by injecting special offers at critical high-intent moments in the customer journey. It operates natively within WooCommerce without external redirects.

Location
Post-Checkout
Trigger
Payment Complete
Tech
AJAX / Stripe API

1. Post-Checkout Upsells

After a customer completes payment, the plugin intercepts the redirect to the "Thank You" page and displays a funnel offer instead.

  • True One-Click

    If using Stripe or supported tokenized gateways, the card is charged instantly without re-entering details.

  • Multi-Step Logic

    Supports up to 3 sequential offers. If Offer A is declined, Show Offer B. If Offer A is accepted, Show Offer C.

Smart Filtering: The system automatically hides an upsell if the customer already has that exact product in their original order.

2. Order Bumps

Order bumps appear directly on the checkout form, usually above the "Place Order" button. They are designed for impulse add-ons (warranty, priority processing, accessories).

Configuration Types

TYPE: TRIGGERED

Shows only when specific products or categories are in the cart (e.g., "Sell batteries only if buying a toy").

TYPE: GLOBAL

Shows on ALL checkouts regardless of cart contents (e.g., "Shipping Insurance").

3. Cart Popups

Triggered immediately when a user clicks "Add to Cart" on a product page. A modal appears offering a related item or a "Better Deal" bundle.

Technical Notes for Admins

Compatibility Mode

Includes patches for custom Stripe plugins and conflicting footer scripts (newsletter popups). Enable "Aggressive Isolation" in settings if conflicts occur.

No Shortcodes

This plugin injects via standard WooCommerce hooks (`woocommerce_after_checkout_form`, etc). No manual code placement needed.

BottingHub Loyalty Wheel

A gamified loyalty system where customers earn points per dollar spent and redeem them to spin a wheel for prizes (coupons, free shipping, or bonus items).


1. Points System Logic

Action Mechanism Data Storage
Earning Automatic on Order Complete usermeta: bh_points_balance
Spending Deducted on "Spin" click AJAX Transaction

2. Installation & Display

The wheel is not an automatic popup. It is an embeddable element designed for a "Rewards" page or the "My Account" dashboard.

Primary Shortcode
[bottinghub_wheel]

Configuration Steps

  1. Install and activate the plugin.
  2. Navigate to Settings -> BottingHub Loyalty.
  3. Define the "Points per $1" ratio.
  4. Configure the 8 Wheel Segments (Label, Coupon Code, Win Probability).
  5. Paste the shortcode on any WordPress Page.