This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Boxy WooCommerce Custom Redirect After Checkout

Boxy WooCommerce Custom Redirect After Checkout

Redirect WooCommerce customers to any custom URL after checkout. Set a delay, show a countdown timer, and upgrade to Pro for a powerful rules engine.

600+ active installs
5.0
(6 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Boxy WooCommerce Custom Redirect After Checkout running.

WordPress compatibility
Tested to 6.7.5 — 3 branches behind 7.0
A branch or two behind — normal for a plugin between releases.
Last updated
5 months ago
At least 0.3 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.8
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

600+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Boxy WooCommerce Custom Redirect After Checkout is looked after — not on how many stores run it.

75

out of 100
Mixed signalsSome ratings or support history.

Maintenance
35 / 35
Updated 138 days ago.
WordPress compatibility
7 / 20
3 WP branches behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
12 / 15
5.0/5 across 6 rating(s).
Listing transparency
6 / 10
Provides: description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

5.0

6 ratings
5★6
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Boxy WooCommerce Custom Redirect After Checkout lets you send customers to any page you choose after a successful WooCommerce order — instead of the default order confirmation page.

Whether you want to show a custom thank you page, promote an upsell offer, collect survey responses, or direct customers to a tutorial, this plugin makes it simple.

Free Features

  • Redirect all customers to a single custom URL after checkout
  • Optional redirect delay (0–10 seconds)
  • Countdown timer displayed on screen: “You will be redirected in 5… 4… 3… 2… 1…”
  • Works with classic checkout and WooCommerce block checkout
  • Clean modern admin settings page (Boxy Redirect menu)
  • Redirect to full URLs or relative paths (/thank-you)
  • Lightweight — no impact on store performance
  • Fully translatable (i18n ready)
  • Compatible with all major caching plugins

Why Redirect After Checkout?

The default WooCommerce thank you page is plain and does nothing for your business. A custom redirect lets you:

  • Show a branded thank you page that matches your store design
  • Promote an upsell or cross-sell offer while the customer is in buying mode
  • Collect customer feedback with a post-purchase survey
  • Direct customers to a tutorial or onboarding page
  • Track conversions with Google Analytics or Facebook Pixel
  • Show payment instructions for bank transfer orders

Upgrade to Pro — Powerful Rules Engine

The free version redirects all customers to the same URL. Pro unlocks a full rules engine so you can redirect different customers to different pages based on what they ordered, who they are, and how they paid.

Rules work like this:

  1. You create multiple redirect rules
  2. Each rule has one or more conditions
  3. Rules are checked top-to-bottom by priority
  4. The first matching rule fires — the rest are skipped
  5. If no rule matches, your free fallback URL is used

Every rule shows a plain-English live preview:
“When a customer completes checkout and their billing country is Germany, they will be immediately redirected to /de/danke. Customers from other countries will skip this rule.”

Test before going live with the Customer Journey Simulator:
Enter a hypothetical customer profile and see exactly which rule would fire and why — before a single real customer is affected.

Starter Plan — Rules Engine with 4 Conditions

Build redirect rules using these conditions:

  • Specific Product Purchased — redirect based on which products are in the order
    Example: Customer buys a T-Shirt — redirect to /tshirt-care-guide

  • Product Category — redirect based on product category
    Example: Customer buys from Electronics — redirect to /warranty-registration

  • Order Total — redirect based on amount spent (greater than, less than, between)
    Example: Order total over $200 — redirect to /vip-club

  • User Role — redirect wholesale, retail, and member customers differently
    Example: Wholesale customer checks out — redirect to /wholesale-thank-you

Each rule supports Match ALL (every condition must be true) or Match ANY (at least one condition must be true). Rules are drag-and-drop sortable and can be individually enabled or disabled.

Pro Plan — All 8 Conditions + Order Data in URL

Everything in Starter plus:

  • Coupon Code Used — redirect customers based on the coupon they used
    Example: Customer uses coupon FACEBOOK20 — redirect to /facebook-special-offer
    Use case: Track ROI from marketing campaigns

  • First Time Buyer — detect a customer’s very first order and treat them differently
    Example: First order — redirect to /welcome-new-customer with onboarding guide
    Returning customers automatically skip this rule

  • Payment Method — redirect based on how the customer paid
    Example: Bank transfer — redirect to /payment-instructions with account details

  • Customer Country — redirect based on billing country
    Example: Germany — /de/danke, France — /fr/merci, everyone else — /thank-you

  • Pass Order Data in URL — append real order details to your redirect URL using variables:
    {order_id} {first_name} {last_name} {email} {order_total} {payment_method} {coupon_code}
    Example: /thanks?name={first_name}&order={order_id} becomes /thanks?name=John&order=1234

  • Custom Delay Per Rule — set a different countdown timer for each rule (0–30 seconds)

Agency Plan — Everything + A/B Testing + Analytics

Everything in Pro plus:

  • A/B Testing — split traffic between multiple redirect URLs with percentage control
    Example: 50% of customers go to Page A, 50% go to Page B — find out which converts better

  • Analytics Dashboard — see every redirect that fired, broken down by rule
    Includes date range filtering (today, 7 days, 30 days, custom) and A/B test performance comparison

  • Export to CSV — download your full redirect history

  • Unlimited Sites — use on as many WordPress installs as you need

Full Customer Journey Example

Rules set up by admin:

  • Priority 1: Coupon = VIPCODE — redirect to /vip-thank-you
  • Priority 2: Country = Germany — redirect to /de/danke
  • Priority 3: Order Total over $200 — redirect to /big-spender-offer

Customer checks out with coupon SAVE10 from Germany spending $250:

  • Rule 1 checked — coupon is SAVE10 not VIPCODE — skipped
  • Rule 2 checked — billing country is Germany — matched!
  • Customer is redirected to /de/danke
  • Rules 3 and beyond are never checked

Is This Plugin GDPR Compliant?

Yes. The free version does not collect, store, or transmit any personal data. The Pro analytics feature stores only the order ID and redirect URL in your own database — no data is ever sent to third parties.

Works With Everything

  • WooCommerce classic checkout
  • WooCommerce block checkout
  • All major page builders (Elementor, Divi, Beaver Builder)
  • All major caching plugins (WP Rocket, W3 Total Cache, LiteSpeed Cache)
  • Multisite installations

Does this work with WooCommerce block checkout?

Yes. The redirect fires on the order-received page which is reached whether the customer used classic or block-based checkout.

Will my existing redirect URL be kept when upgrading?

Yes. The plugin automatically migrates your saved URL from older versions. No settings will be lost.

What happens if I set no redirect URL?

The customer stays on the default WooCommerce order confirmation page. No redirect will happen until you save a URL in the settings.

Can I use a relative URL like /thank-you?

Yes. Both full URLs (https://yoursite.com/thank-you) and relative paths (/thank-you) are supported.

Does the countdown timer work with caching plugins?

Yes. The countdown timer runs entirely in JavaScript on the customer’s browser and does not depend on server-side output. It works with all major caching plugins.

Where is the settings page?

After activation you will find a new top-level menu item called Boxy Redirect in your WordPress admin sidebar, just below Plugins.

I need help, where do I go?

Post in the plugin support forum at https://wordpress.org/support/plugin/boxy-woocommerce-custom-redirect-after-checkout/ and we will get back to you as soon as possible.

Categories
Checkout
Plugin details
Version1.0.4
Last updated2026-03-16 1:07pm GMT
Added2016-05-05
Requires WordPress5.8
Tested up to6.7.5
Requires PHP7.4

Tags on WordPress.org
checkout
redirect
thank you page
woocommerce
woocommerce redirect
Alternatives
Other plugins in the same categories.
Checkout Field Editor (Checkout Manager) for WooCommerce
400K+ installs
4.9(1,056)
Wallet for WooCommerce
20K+ installs
4.7(188)
Checkout Field Manager (Checkout Manager) for WooCommerce
80K+ installs
4.5(781)
Sliding Cart for WooCommerce by FunnelKit – Skip Cart & Reach WooCommerce Checkout Faster
30K+ installs
5.0(108)
YayPricing – WooCommerce Dynamic Pricing & Discounts
3K+ installs
5.0(71)
WPFunnels – Funnel Builder for WooCommerce with Checkout & One Click Upsell
5K+ installs
4.9(171)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy