Changeset 3477191
- Timestamp:
- 03/07/2026 10:11:03 PM (4 weeks ago)
- File:
-
- 1 edited
-
caddy/trunk/README.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
caddy/trunk/README.txt
r3477189 r3477191 19 19 = Built on Modern WordPress APIs = 20 20 21 Caddy v3 is built from the ground up on the **WordPress Interactivity API** and the **WooCommerce Store API** —the same modern foundations that power WooCommerce's own cart and checkout blocks. This means:22 23 * **Instant AJAX cart updates** —no full-page reloads. Cart changes are reactive and immediate, making it the fastest WooCommerce AJAX side cart available.24 * **Server-synced state** —every cart operation goes through the official WooCommerce Store API, ensuring accurate prices, tax calculations, and stock validation.25 * **Lightweight floating cart** —no jQuery dependency. Caddy uses native ES modules loaded as WordPress script modules for the smallest possible footprint.26 * **Future-proof** —built on the same APIs WordPress and WooCommerce are investing in long-term.21 Caddy v3 is built from the ground up on the **WordPress Interactivity API** and the **WooCommerce Store API** - the same modern foundations that power WooCommerce's own cart and checkout blocks. This means: 22 23 * **Instant AJAX cart updates** - no full-page reloads. Cart changes are reactive and immediate, making it the fastest WooCommerce AJAX side cart available. 24 * **Server-synced state** - every cart operation goes through the official WooCommerce Store API, ensuring accurate prices, tax calculations, and stock validation. 25 * **Lightweight floating cart** - no jQuery dependency. Caddy uses native ES modules loaded as WordPress script modules for the smallest possible footprint. 26 * **Future-proof** - built on the same APIs WordPress and WooCommerce are investing in long-term. 27 27 28 28 **Increase average order sizes** with Caddy's built-in product recommendations, **reduce cart abandonment** with a free shipping meter, and **encourage repeat shoppers** with a saved product list. … … 34 34 ⚔️ **Cross-browser and cross-OS battle tested** 35 35 🔒 **Secure and reliable** 36 💡 **Lightweight —no jQuery dependency**36 💡 **Lightweight - no jQuery dependency** 37 37 💰 **Boosts sales and average order value** 38 38 🔄 **Works with most themes and plugins** … … 43 43 = Caddy Lite features: = 44 44 45 * Sticky floating side cart powered by the WordPress Interactivity API —available across your whole site46 * Real-time AJAX cart operations via the WooCommerce Store API —no page reloads45 * Sticky floating side cart powered by the WordPress Interactivity API - available across your whole site 46 * Real-time AJAX cart operations via the WooCommerce Store API - no page reloads 47 47 * Free shipping meter that shows customers how close they are to free shipping 48 48 * Product recommendations when customers add products to their cart … … 55 55 * Custom CSS to match your brand 56 56 * WooCommerce HPOS support 57 * No jQuery dependency —pure ES modules57 * No jQuery dependency - pure ES modules 58 58 59 59 = Supported Languages = … … 84 84 * Cart tracking & analytics dashboard 85 85 * Multi-tier reward levels with free shipping, free gifts, and discounts 86 * Workflow automation engine —trigger targeted product recommendations, popup notifications, and auto-apply coupons based on cart contents, cart total, product categories, page, and customer role86 * Workflow automation engine - trigger targeted product recommendations, popup notifications, and auto-apply coupons based on cart contents, cart total, product categories, page, and customer role 87 87 * In-cart announcement bar 88 88 * In-cart product subscription upsells using with the All Products for WooCommerce Subscriptions extension … … 173 173 = 3.0.0 = 174 174 * MAJOR: Complete rewrite using the WordPress Interactivity API for reactive, instant cart updates 175 * MAJOR: All cart operations now use the WooCommerce Store API —no legacy AJAX176 * MAJOR: Removed jQuery dependency —pure ES modules for a dramatically smaller footprint175 * MAJOR: All cart operations now use the WooCommerce Store API - no legacy AJAX 176 * MAJOR: Removed jQuery dependency - pure ES modules for a dramatically smaller footprint 177 177 * MAJOR: Cart displays instantly on page load with server-rendered initial state (no loading delay) 178 178 * Improvement: Faster and more reliable save for later feature
Note: See TracChangeset
for help on using the changeset viewer.