Athenian FastPass for WooCommerce
product details.
Athenian FastPass for WooCommerce lets merchants offer expedited production on eligible products and variations with configurable fees, cart controls, and Store API visibility. It helps teams turn rush handling into a priced, visible, and operationally trackable option rather than an informal staff request while keeping data, permissions, and automation aligned with the broader Athenian Platform…
Athenian FastPass for WooCommerce gives merchants a structured way to sell expedited production as an optional WooCommerce product and cart upgrade. Instead of treating rush handling as a manual support exception or forcing urgency into shipping methods, FastPass lets store operators define which products and variations are eligible, how rush production fees should be calculated, and how customers can opt in from the product page or cart.
The plugin is especially useful for print-on-demand products, made-to-order merchandise, custom goods, deadline-sensitive event orders, and mixed catalogs where only certain SKUs or variations can realistically be produced faster. It separates production speed from shipping speed, helping merchants price urgency more accurately while keeping fulfillment expectations clearer.
FastPass supports product-level eligibility, variation-level overrides, configurable labels and descriptions, percentage or fixed fee logic, optional quantity and weight limits, customer-facing cart toggles, a consolidated cart fee, AJAX selection updates, shortcode-rendered product selectors, and WooCommerce Store API extension data for Cart Blocks and custom storefronts.
Within the Athenian Platform, FastPass fits as a production-expedite and cart monetization module alongside Print Forge, Product Add-ons, Vendor Routing, Custom Cart Builder, Quote Builder, Order Fulfillment, Shipment Manager, and production-priority workflows.
How Athenian FastPass for WooCommerce fits the Athenian Platform
Platform role: Athenian FastPass for WooCommerce is a focused capability in the Cart, Checkout & Customer Service and Fulfillment, Shipping & Production Operations layer. Its primary scope covers Checkout & Assisted Ordering and Production Files & Print Operations while remaining composable with the other modules an implementation actually requires.
Connected scope: Athenian FastPass for WooCommerce is designed to work inside a WordPress and WooCommerce operating environment where storefront, customer, order, identity, payment, fulfillment, automation, and reporting context can remain connected across relevant modules instead of being trapped in isolated add-ons.
From module to operating platform: Athenian Brands organizes the ecosystem in four connected layers: Platform Kernel and Platform Core foundations; focused capability plugins; implementation and integration services; and operating brands such as PrintGhost.ai, Athenian Marketplace, Athenian Academy, and Athenian Unÿa that apply the same patterns to real business workflows.
Production Speed Upsell
Sell Faster Production Without Confusing It With Shipping Speed
Athenian FastPass lets WooCommerce stores offer expedited production only
where it is operationally realistic. Merchants can enable FastPass by product
or variation, define customer-facing labels and descriptions, and keep standard
processing as the default for the rest of the catalog.
| FastPass Surface | Operational Value |
|---|---|
| Product Eligibility | Adds a dedicated FastPass product-data tab where store teams can enable expedited production for selected products. |
| Variation Overrides | Allows specific variations to override eligibility, labels, fee mode, fee amount, and quantity limits. |
| Customer Messaging | Supports customer-facing FastPass labels and descriptions so rush production expectations are clear before checkout. |
| Catalog-Aware Availability | Keeps expedited production limited to SKUs or variations that can realistically move through production faster. |
- Uses WooCommerce product and variation post meta rather than custom database tables.
- Supports meta keys such as
_afp_fastpass_enabled,_afp_fastpass_label, and_afp_fastpass_description. - Adds product admin fields through WooCommerce product-data and variation hooks.
- Best suited for print-on-demand, made-to-order, event-driven, custom product, and deadline-sensitive workflows.
Cart Monetization
Charge Rush Production Fees With Product-Aware Pricing Rules
FastPass supports multiple fee models so merchants can price urgency in a
way that reflects real production constraints. Eligible cart items can be
selected for expedited production, and the plugin aggregates selected rush
charges into one consolidated WooCommerce cart fee.
Charge a percentage of the cart line subtotal
Charge one fixed fee for the selected cart line
Charge a fixed fee multiplied by cart quantity
| Fee / Rule Layer | How It Helps |
|---|---|
| Flexible Fee Modes | Supports percent_line, fixed_line, and fixed_unit fee calculations. |
| Quantity Rules | Allows minimum and maximum quantity limits so FastPass only appears when the line item fits production constraints. |
| Weight Rules | Supports product-level minimum and maximum line-weight limits for rush production availability. |
| Consolidated Cart Fee | Aggregates selected FastPass fees into a single cart fee labeled FastPass Production by default. |
- Uses meta keys such as
_afp_fastpass_fee_mode,_afp_fastpass_fee_amount,_afp_fastpass_min_qty, and_afp_fastpass_max_qty. - Supports product-level weight limits through
_afp_fastpass_min_weightand_afp_fastpass_max_weight. - The final item-level FastPass fee can be filtered through
afp_fastpass_item_fee. - The cart fee label can be customized through
afp_fastpass_fee_label.
Storefront & Store API
Carry FastPass Selection Data Across Product Pages, Carts, Blocks, and Custom Frontends
FastPass integrates with classic WooCommerce product and cart templates,
AJAX cart toggles, shortcode-rendered product selectors, and WooCommerce
Store API cart-item extension data so expedited production can be represented
in traditional, block-based, and custom storefront experiences.
| Storefront Surface | Operational Purpose |
|---|---|
| Product Page Selector | Can render a FastPass badge and selector near the add-to-cart area, including standard processing and available FastPass options. |
| Cart Line Toggle | Allows customers to enable or disable FastPass for eligible cart items without rebuilding the cart. |
| AJAX Selection | Uses the afp_toggle_fastpass AJAX action to update cart-line FastPass state. |
| Store API Data | Exposes eligibility, selected state, label, description, fee mode, fee amount, and preview fee for Cart Blocks and custom API consumers. |
Built for classic and modern WooCommerce:
FastPass supports traditional cart workflows while exposing expedited-production
context through Store API data for block-based carts and custom storefront logic.
- Includes shortcode names
'afp_fastpass_badge'and'afp_fastpass_selector'. - Tracks cart item state through keys such as
afp_selectedandafp_fastpass. - Registers Store API cart item extension data under
ath-fastpass. - Uses WooCommerce hooks such as
woocommerce_add_cart_item_data,woocommerce_get_cart_item_from_session,woocommerce_get_item_data,woocommerce_cart_calculate_fees, andwoocommerce_after_cart_item_name. - Near-term implementation review should align the Cart Blocks JavaScript namespace with the Store API payload and confirm product-page selector posting behavior.
- Builds toward order-item meta persistence, admin-order rush indicators, global FastPass settings, named tiers, rule-based availability, fulfillment-priority flags, and FastPass revenue reporting.
