Description
Your next customer is asking ChatGPT, not Google. They’re shopping by typing “find me a cordless drill under $80 that ships in 2 days” into a chat box — and quietly walking away from any store the AI can’t see. Right now, that’s most WooCommerce stores.
Agentic Commerce for WooCommerce (by xpay) makes your store visible to ChatGPT, Claude, Gemini and Perplexity in five minutes flat — no theme changes, no replatforming, no new payment processor. Your existing checkout stays exactly as it is; xpay just makes sure you’re the answer the AI gives.
📘 Full setup guide with screenshots: docs.xpay.sh/merchants/woocommerce
🌐 Plugin home: www.xpay.sh/merchants/woocommerce/
🔓 Source on GitHub: github.com/xpaysh/agentic-commerce-for-woocommerce
What it does
- Publishes a public, agent-readable product feed — your full catalog with live prices and stock, hosted on xpay’s CDN (no extra load on your origin).
- Adds AI-shopping JSON-LD —
Product,Offer,AggregateOffer,BuyActionandItemListschemas on product pages, shop archive and home page. Detects existing schema from Yoast / Rank Math / WooCommerce core and only fills the gaps. - Serves the real AI shopping standards on your own domain —
/llms.txt(llmstxt.org),schema.orgProduct/Offer/BuyActionJSON-LD on every product page, and an explicitrobots.txtallowlist for AI user-agents. Optional watchlist emitters for/.well-known/oauth-protected-resource(RFC 9728, when UCP OAuth identity linking is on) and/.well-known/agent-card.json(A2A 1.0, off by default). The discovery layer is registry-based so new standards plug in cleanly. - Allows the right bots — GPTBot, ChatGPT-User, OAI-SearchBot, ClaudeBot, Claude-User, Claude-SearchBot, PerplexityBot, Perplexity-User, Google-Extended, Applebot-Extended and CCBot. Never overrides your existing robots.txt rules.
- Cart deep-link — AI agents create a one-click “Buy” link that pre-fills your existing WooCommerce cart and lands the buyer on your existing checkout. Orders are tagged with
_xpay_agent_attributionso you can attribute AI-driven revenue in your existing reporting. - Live inventory — webhook-driven catalog refresh on every product / stock change (debounced 30s), plus an hourly safety-net poll.
What it doesn’t do
- It doesn’t touch your checkout. Stripe / WooPayments / PayPal / Square / whatever you already use — payment runs through them, unchanged. Your payout schedule is unchanged.
- It doesn’t see your customers. No buyer names, emails, addresses, IPs, payment cards, order line items, refunds, or PII of any kind passes through xpay. Ever. The plugin is non-custodial.
- It doesn’t require a new account or contract to start. Free until your first AI-attributable sale; pricing kicks in after that. See pricing.
- It doesn’t slow down your site. The JSON-LD block is tiny and cached; the catalog feed is served from xpay’s CDN, not your origin.
Five-minute install flow
- Install the plugin from this directory or upload the zip. (detailed walk-through)
- Activate. You’ll be taken to Settings xpay.
- Click Connect store. You’re redirected to app.xpay.sh, where you grant a read-only WooCommerce REST API key. (how to generate one)
- Your catalog goes live on AI surfaces within about 10 minutes. The plugin’s built-in audit-readiness checklist (what each row means) turns green as each piece confirms.
Stuck on any step? Troubleshooting guide.
Compatibility
- WooCommerce 7.0+ on WordPress 6.2+ and PHP 7.4+.
- Declares compatibility with WooCommerce High-Performance Order Storage (HPOS) and Cart/Checkout Blocks.
- Works alongside Yoast SEO, Rank Math, WooCommerce Blocks, WooPayments, Stripe for WooCommerce, and the standard Storefront / Astra / Divi / Elementor themes.
Privacy and consent
- Anonymous lifecycle telemetry is off by default. On first activation a single admin notice asks once. Pick “No thanks” and the plugin never contacts our backend for analytics. Pick “Enable” and you can change your mind any time under Settings xpay Privacy. System-wide opt-out via
define( 'XPAY_WC_TELEMETRY', false );inwp-config.php. - Full data disclosure at install.xpay.sh/woocommerce/privacy.html — every byte the plugin sends, when it sends it, how to opt out, how to request deletion. Plain-English version: docs.xpay.sh/merchants/woocommerce/privacy-telemetry.
Source code and contributing
The plugin source is published under GPLv2-or-later. Public repo and issue tracker: github.com/xpaysh/agentic-commerce-for-woocommerce. You can fork, modify, redistribute, and self-host without paying anything.
External services
This plugin connects to the following xpay-operated services to deliver its core function. Every endpoint and its purpose is documented; full payload disclosure is in the Privacy section.
-
agent-feed.xpay.sh — Public CDN that hosts your AI-readable catalog feed at
https://agent-feed.xpay.sh/catalog/{your-slug}.json. The plugin does not contact this URL directly; the xpay backend writes it from your WooCommerce REST API after you click Connect store. -
agent-commerce.xpay.sh — The agent-side API that AI shopping agents call to surface and buy from your products. The plugin contacts this host at the following paths: (a)
POST /v1/onboard/woocommerce/wc-auth-callbackis the WooCommerce OAuth callback target (WordPress itself calls this on your behalf, server-to-server, after you approve the one-click connect prompt); (b)GET /v1/onboard/woocommerce/status?nonce=…is polled by the xpay onboarding page while the handshake finishes; (c)POST /v1/merchants/{slug}/resynctriggers a fresh catalog ingest after a product or stock change; (d)GET /v1/merchants/{slug}is called when Settings xpay verifies the current connection state; (e)PATCH /v1/merchants/{slug}/products/{sku}pushes a single-product delta when a WooCommerce product/stock webhook fires; (f)DELETE /v1/merchants/{slug}is sent (non-blocking) when you click Disconnect so xpay marks your account as disconnected and archives the cached catalog. The hostname is also the publicly advertised target forPOST /mcp/{slug}(the JSON-RPC commerce MCP endpoint AI agents talk to) — the plugin itself does not call this URL but lists it in the/.well-known/ucpmanifest. -
app.xpay.sh/onboard/woocommerce — The merchant-side onboarding page. When you click Connect store, the plugin redirects your browser here with three query-string parameters: your site URL, your administrator email address, and a one-time random nonce generated locally. No data is sent to xpay before you click the button. You sign in or sign up on xpay and grant the WooCommerce REST API permission there.
-
agent-commerce.xpay.sh/v1/events — Optional anonymous lifecycle telemetry. Disabled by default; only contacted if you explicitly opt in via the first-activation admin notice or Settings xpay Privacy. Full payload disclosure in the Privacy section.
-
audit.xpay.sh — Merchant-facing audit dashboard. The plugin emits a link to
audit.xpay.sh/{your-slug}on the Settings page so you can review the live agent-readiness score xpay computed from your catalog; the plugin itself does not fetch from this host. Opening the link from your browser sends standard browser headers to xpay. - auth.xpay.sh — Public OAuth-protected-resource discovery target. The plugin publishes
auth.xpay.shas theauthorization_servers[0]entry in/.well-known/oauth-protected-resource(an RFC 9728 metadata document AI agents fetch to learn where to obtain a token). The plugin does not contact this host server-to-server; it is referenced for agent-side discovery only. - install.xpay.sh/woocommerce/{terms,privacy}.html — Static legal documents linked from this readme and from the Settings privacy panel. The plugin itself does not fetch these URLs; clicking the links opens them in your browser.
Terms of use: install.xpay.sh/woocommerce/terms.html
Privacy policy: install.xpay.sh/woocommerce/privacy.html
Privacy
xpay is built non-custodially: we never see your customers, your orders, or any payment data. Concretely:
-
Nothing leaves your site before you click Connect store. The Settings xpay page is pure markup — no outbound HTTP, no analytics ping, no nonce pre-registration.
-
Sent only after you click Connect store (required for the plugin to work): your site URL, your administrator email address, a one-time random nonce, your WooCommerce REST API consumer key/secret (so xpay can read the product catalog), and your public product fields (name, description, price, stock, image URLs, categories). No customer data. No order data. No payment data.
-
Optionally sent if you opt in to anonymous telemetry (default OFF): lifecycle event names tagged with your site URL, plugin version, WP version, WC version, PHP version, locale. No customer data, no order data, no customer PII.
-
Opt out of anonymous telemetry: Settings xpay Privacy Turn off. Or define
XPAY_WC_TELEMETRYtofalseinwp-config.phpfor a system-wide hard disable that overrides any UI choice. -
Request data deletion: email privacy@xpay.sh from your admin email with your merchant slug. We process within 7 business days.
Full data-handling disclosure: install.xpay.sh/woocommerce/privacy.html.
Screenshots

One-click connect — your existing WooCommerce checkout stays untouched. 
Eight audit checks, all green: catalog feed, JSON-LD, llms.txt, per-protocol endpoints, robots allowlist, BuyAction, cart deeplink, fresh inventory. 
Your catalog, live on agent-feed.xpay.sh — real prices, real stock, refreshed within 30 seconds of any product change. 
AI chat your existing checkout: ChatGPT or Claude surfaces your product, buyer lands on your cart pre-filled. 
JSON-LD on every product page including BuyAction — view-source proof.
Blocks
This plugin provides 1 block.
- Xpay Buy In Ai Chat
Installation
From the WordPress.org plugin directory
- In your WordPress admin, go to Plugins Add New.
- Search for “Agentic Commerce for WooCommerce”.
- Click Install Now, then Activate.
- You’ll be redirected to Settings xpay. Click Connect store.
- Approve the WooCommerce REST API permissions on app.xpay.sh, then you’ll be redirected back to your store.
System requirements
- WordPress 6.2 or higher
- WooCommerce 7.0 or higher
- PHP 7.4 or higher
- SSL (
https://) on the store domain — required for the agent discovery files to be honored by AI surfaces
FAQ
-
Does this slow down my site?
-
No. The plugin emits a small
<script type="application/ld+json">block in<head>on product pages, shop and home (only when no other plugin has already emitted equivalent schema). The discovery files (/llms.txt,/.well-known/ucp,/.well-known/oauth-protected-resource,/.well-known/agent.json) are served through WordPress rewrite rules with no database query. The catalog feed itself is hosted on xpay’s CDN, not your origin — so AI shoppers reading it never load your origin. -
Does xpay see my customers’ payment info?
-
No. Payment runs through your existing WooCommerce gateway (Stripe / WooPayments / PayPal / Square / etc.). xpay never touches your checkout, your cards, your buyer PII, or your refund flow.
-
What if I already have Yoast SEO / Rank Math emitting Product schema?
-
xpay detects the existing schema at runtime and only adds the bits it’s missing — typically
BuyActionon product pages andItemListon the homepage. No duplicate schema is emitted. -
What does the plugin send to xpay’s servers, and when?
-
Two data paths:
- Catalog sync (required after Connect) — your public product fields (name, description, price, currency, stock state, image URLs, categories, SKU). No customer or order data. Used to publish your catalog at
agent-feed.xpay.sh/catalog/{your-slug}.jsonso AI shoppers can read it. - Anonymous lifecycle telemetry (opt-in, off by default) — lifecycle event names (
plugin_activated,settings_viewed,resync_error, etc.) tagged with your site URL and plugin/WP/WC/PHP versions. No customer data, no order data, no PII.
Full disclosure: install.xpay.sh/woocommerce/privacy.html.
- Catalog sync (required after Connect) — your public product fields (name, description, price, currency, stock state, image URLs, categories, SKU). No customer or order data. Used to publish your catalog at
-
How do I uninstall cleanly?
-
Plugins Deactivate Delete. The bundled
uninstall.phpremoves every option the plugin wrote. To also delete the catalog feed from xpay’s CDN, email privacy@xpay.sh from your admin email with your merchant slug. -
How do I opt out of anonymous telemetry after I already enabled it?
-
Settings xpay Privacy Turn off. Or define
XPAY_WC_TELEMETRYtofalseinwp-config.phpfor a system-wide hard disable. -
My host blocks /.well-known/ — can the discovery file still work?
-
Yes. The plugin also serves the discovery file at
https://yoursite.com/?xpay_route=acp. AI shoppers that respect theLinkheader find this fallback automatically. If your host is interfering, contact them — many hosts (especially those that handle ACME challenges themselves) intercept/.well-known/*before WordPress sees it. -
I have multiple WooCommerce stores. Do I install xpay on each?
-
Yes. Each store gets its own merchant slug and its own catalog feed. Pricing applies per store.
-
Is the source code available?
-
Yes. GPLv2-or-later, public repo at github.com/xpaysh/agentic-commerce-for-woocommerce.
-
How much does this cost?
-
Free until your first AI-attributable sale. After that, pricing starts at 1% of AI-attributable order value. See www.xpay.sh/pricing/.
-
Does xpay work with WooCommerce Subscriptions / WooCommerce Bookings / WooCommerce Memberships?
-
The plugin publishes simple, variable, and grouped products in v0.1. Subscriptions, bookings, and memberships are on the roadmap — track progress in the GitHub repo.
-
I have a question that isn’t answered here.
-
Email merchants@xpay.sh or open an issue at github.com/xpaysh/agentic-commerce-for-woocommerce/issues.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Agentic Commerce for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Agentic Commerce for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
The full machine-readable changelog lives at install.xpay.sh/woocommerce/CHANGELOG.md (Keep-a-Changelog format). The summary below is the WP.org-required mirror.
0.3.2
- Good neighbour with other AI/SEO plugins. If your site already publishes its own
llms.txt(for example via Yoast SEO AI, RankMath AI, AIOSEO, or your own setup), we now add our agent-shopping sections at the end of your file instead of replacing it. Everything you wrote is preserved exactly as you wrote it. - Automatic detection. The plugin checks once a day whether another tool has started publishing one of the same discovery files we do. When it sees one, we step aside or append cleanly — no merchant action needed.
- Smoother connect experience. A handful of polish items in the Connect flow so the handshake is quicker and any stray retry doesn’t show up as a misleading error.
- Live updates from xpay. Once you’re connected, xpay can fine-tune small parts of your discovery setup (like an extra section of seasonal promotions on your
llms.txt) without you needing to install another plugin update. Fully optional and reversible — nothing changes unless you tell us to or we both agree.
0.3.1
- REST endpoints constructed via
rest_url(). The fallback UCP manifest now callsrest_url('xpay/ucp/v1')/rest_url('xpay/mcp')instead of hardcodinghome_url('/wp-json/...'), so the plugin respects sites that customize the REST prefix. Per the WP.org Determining Locations guideline. - Tested against WordPress 7.0 + WooCommerce 10.8.1 on a clean sandbox with
WP_DEBUG=true.
0.3.0
- Privacy: no outbound calls on Settings page load. The Connect panel no longer pre-registers a nonce with the xpay backend when the page renders. The nonce is generated, the attempt is stamped, and the merchant is redirected to the xpay onboarding flow only after the Connect store button is clicked. Matches WordPress.org’s no-phoning-home guideline.
Requires Plugins: woocommerceheader. Declares the WooCommerce dependency via the WP 6.5 plugin-dependencies mechanism so the plugin won’t activate without WooCommerce present. Existing manual activation check remains as defence-in-depth for pre-6.5 sites.- Inline admin script removed. The Connect button no longer emits an inline
<script>tag; click-time telemetry is recorded server-side in the redirect handler instead.
0.2.4
- Tabbed Settings xpay UI. Five tabs replace the single-screen layout: General (status + slug + last sync + disconnect + telemetry opt-in), Capabilities (per-UCP-capability toggles), Payments (map enabled WC gateways to UCP
payment_handlers[]), Links (auto-detect privacy/TOS/about/contact/shipping with per-row override), Tools (view UCP profile, view full audit, test connection, refresh catalog now, telemetry debug log toggle). URL is bookmarkable via?tab=. - Capability toggles wired into
/.well-known/ucp. Switching off any ofcheckout/fulfillment/discount/orderremoves the entry from the emitted UCP manifest. Default (no option set) = all enabled, so existing installs don’t regress on upgrade. payment_handlers[]now populated from the Payments tab. Each enabled gateway emits as{id, label, type:"merchant_gateway"}so UCP-aware agents can negotiate payment surfaces against the methods you actually accept.ucp.linksarray. Privacy, TOS, About, Contact, Shipping URLs are auto-detected (WordPress privacy_policy_url + common page slugs) and overridable on the Links tab; emitted in the manifest as{rel, href}pairs.
0.2.3
- MCP transport advertised in
/.well-known/ucp. Native MCP-speaking agents (Claude, ChatGPT Operator, Shopify AI Toolkit) discover the endpoint atagent-commerce.xpay.sh/mcp/{slug}without further configuration. Three tools available:search_catalog(BM25-ranked over title + description),get_product(lookup by SKU or numeric product ID),create_cart(returns a signed deeplink that pre-populates checkout on your store). - One-click connect via WooCommerce’s
/wc-auth/v1/authorizeOAuth. When you click Connect store, the xpay onboarding page opens WooCommerce’s built-in approval popup. You approve there once and WordPress hands xpay read-only API credentials directly — no Settings Advanced REST API trip, no copy-paste. The manual paste flow remains available as a fallback. - Disconnect notifies the backend. Clicking Disconnect now fires a non-blocking
DELETE /v1/merchants/{slug}so your account is marked disconnected and the cached agent-feed catalog is archived. Local cleanup happens regardless of whether the backend acks. - UCP manifest fixes for strict-validator compliance:
extendsis now an array (["dev.ucp.shopping.checkout"]) rather than a string per the 2026-04-08 spec; capabilityspecURLs are uniformly date-prefixed;payment_handlers: []placeholder added for parity with the ecosystem. - Clear apology + guidance when a Connect attempt fails. If you start a Connect flow but the handshake doesn’t complete, the Settings xpay page now shows an explicit apology and a clear “click Connect again” CTA, and our ops team is notified automatically so we can recover if anything weird happens.
0.2.2
- Fixed onboarding-finalize 500/timeout that left merchants in a half-provisioned state. The Lambda now has a 15-second timeout and an 8s
AbortSignalon the callback fetch into your WordPress site. The nonce is no longer burned until the plugin acknowledges receipt, so a re-click is always safe within the 30-minute TTL. The plugin-siderest_finalizeis now idempotent on(slug, api_key)replay. Initial catalog resync moved towp_schedule_single_event+ non-blockingwp_remote_postso the REST response returns in under a second on hosts whose outbound HTTPS to xpay is slow.
0.2.1
/llms.txt## Commerce protocolssection is now gated on thexpay_wc_protocol_endpointswp_option (backend-pushed during Connect). Agents that follow a URL from/llms.txtreach a working service or a structured 501 — never a bare 404.- Companion: backend stubs at
agent-commerce.xpay.sh/{ucp,acp,ap2,mcp}/...now return a 501 Not Implemented envelope withprotocol,spec,merchant_slug,status,retry_after_seconds, and adocslink. - Filter
xpay_wc_protocol_endpointslets a mu-plugin override.
0.2.0
- Aligned with the open commerce standards. Per-protocol surfaces (ACP, UCP, AP2, MCP) are now advertised in
/llms.txtand hosted on xpay infrastructure. The plugin keeps the merchant’s domain to what genuinely belongs there: discovery files, JSON-LD, robots.txt allowlist. - NEW:
/.well-known/ucp(UCP business profile, spec 2026-04-08). This is the file Google, Shopify, Etsy, Wayfair, Target and Walmart fetch to negotiate capabilities with your store. The plugin generates a sensible default profile pointing at xpay-hosted UCP service endpoints; commercial-tier merchants can override the body + inject JWK signing keys via thexpay_wc_ucp_profileandxpay_wc_ucp_signing_keysoptions. - Discovery layer is an extensible emitter registry. Each standard (
/llms.txt,/.well-known/ucp, RFC 9728 OAuth metadata, A2A agent-card) is a registered emitter with a default-on/default-off flag and per-merchant override. Adding a new standard means adding a new emitter — no changes elsewhere in the plugin. - Added watchlist emitters (off by default):
/.well-known/oauth-protected-resource(RFC 9728) — turns on automatically when UCP OAuth Identity Linking is enabled for the merchant on the xpay side./.well-known/agent-card.json(A2A 1.0, IANA-registered 2025-08-01) — opt-in via thexpay_wc_emit_agent_cardoption once A2A adoption matures in commerce.
/llms.txtcontent refresh. Now links the agent-readable catalog, the per-protocol endpoints (ACP / UCP / AP2 / MCP), the cart-deeplink template, and top product categories. Markdown structure follows the llmstxt.org convention.- Admin readiness checklist updated to reflect the standards-based architecture — the “AI assistants know where to send a buyer” row now points at the per-protocol endpoints listed in
/llms.txt, not at a single discovery file. - No breaking changes for merchants. Cart deeplink, catalog feed, JSON-LD injection, robots.txt allowlist, telemetry pipe and the WC REST onboarding flow are unchanged. The audit-readiness pills continue to all turn green after Connect.
0.1.12
- Plugin renamed to “Agentic Commerce for WooCommerce” (slug
agentic-commerce-for-woocommerce).- Why: the previous name “xpay for WooCommerce” was rejected at WordPress.org submission as too similar to Nexi XPay (an established Italian payment-gateway plugin for WC by Nexi Payments, ~6,000 installs since 2017). WordPress.org’s similarity check matches on the brand string regardless of category, and Nexi has prior art.
- What changed: Plugin Name header, Text Domain (
agentic-commerce-for-woocommerce), main file name (agentic-commerce-for-woocommerce.php),/languages/agentic-commerce-for-woocommerce.pot, admin page slug, plugin folder name inside the zip. User-Agent header for outbound HTTP. Settings page H1. - What didn’t change: the product, the architecture, the xpay brand identity (still the author + still in admin nav as “xpay”), backend services (
agent-feed.xpay.sh,agent-commerce.xpay.sh, etc.), or anything else functional.
0.1.11
- Cleared 4 PCP
PrefixAllGlobalswarnings:uninstall.phpnow runs in an anonymous-closure IIFE — no top-level$option_keys/$keyglobals.class-xpay-schema.php :: render_product()uses a local$xpay_productand skips theglobal $productdeclaration entirely. Directwc_get_product(get_the_ID())works on PDPs without WC’s template-loop side effect.class-xpay-plugin.php :: woocommerce_active()uses rawget_option('active_plugins')+ multisite merge +class_exists('WooCommerce')instead of filtering WP core’sactive_pluginshook. Same behavior, no false-positive.
0.1.10
- Tested up to WordPress 6.9 (PCP flagged 6.7 as below current). No code changes — verified compatibility on a real WC 9.x install.
- Short description trimmed to 141 chars (PCP cap is 150).
- Removed
load_plugin_textdomain()call. Discouraged since WP 4.6 — WordPress.org-hosted plugins get translations loaded automatically by core via the plugin slug. - Excluded non-canonical markdown files (
INSTAWP_TEST_WALKTHROUGH.md,README.md) from the release zip. The plugin zip should only contain files needed at runtime; READMEs and walkthroughs are repo-only.
0.1.9
- Documentation URLs migrated
docs.xpay.sh/products/woocommerce/*docs.xpay.sh/merchants/woocommerce/*. Merchants is the bucket; WooCommerce is one (of many future) integrations inside it. Future Shopify / BigCommerce docs will live as siblings. - No plugin functionality changed — readme + admin-UI links updated.
0.1.8
- Punchier Description hero — leads with the buyer-side framing (“Your next customer is asking ChatGPT, not Google”) instead of an abstract claim.
- Pricing link updated everywhere to
https://www.xpay.sh/pricing/?tab=agentic-commerce. - New documentation site at docs.xpay.sh/merchants/woocommerce — multi-page walkthrough covering install, WC REST API key generation, connect flow, privacy & telemetry, audit readiness checklist, and a troubleshooting guide. readme backlinks the docs at the right moments.
- GitHub backlinks throughout the readme + FAQ (issue tracker, source browse).
0.1.7
xpaysh/xpay-for-woocommerceGitHub repo flipped public. Restored repo link references in readme.txt FAQ and “Source code” section so reviewers and merchants can browse the unminified source directly. GPLv2-or-later unchanged.
0.1.6
- Removed GitHub repo link references from readme.txt to avoid a broken-link impression for reviewers (the source repo was private). Plugin is still GPLv2-or-later — the zip is the canonical, unminified source.
0.1.5
- Query-arg fallback for the discovery file: hosts that intercept
/.well-known/(some shared hosts, CDN edges, ACME setups) can now serve the discovery file at/?xpay_route=acp. Discoverable via theLinkheader on the home page. - Post-activation redirect to Settings xpay now fires on any activation when the store hasn’t connected yet, not only on the very first activation. Skipped on bulk-activate.
0.1.4
- WC HPOS + Cart/Checkout Blocks compatibility declared.
- First-activation redirect to Settings xpay.
- Privacy + Terms pages at install.xpay.sh/woocommerce/{privacy,terms}.html.
- Plugin URI: xpay.sh/sellers/woocommerce www.xpay.sh/merchants/woocommerce/.
0.1.3
- PHPCS WordPress-standard clean: 0 errors / 1 cosmetic warning.
phpcs.xml.distruleset added.languages/xpay-for-woocommerce.potgenerated.- WP.org listing assets (banner / icon / 5 screenshots).
0.1.2
- Slug renamed
xpay-woocommercexpay-for-woocommerce(Guideline 17). - Telemetry now opt-in via first-activation admin notice; default OFF (Guideline 7).
- Settings xpay Privacy toggle.
- readme.txt External services and Privacy sections added.
0.1.1
- Fire-and-forget lifecycle telemetry pipe (was always-opt-out; reworked to opt-in in 0.1.2).
0.1.0
- Initial release. WP plugin scaffold; /llms.txt and /.well-known/agentic-commerce.json; JSON-LD on PDP / shop / home; robots.txt allowlist; cart-deeplink handler; webhook-driven resync; admin page with connect flow and audit-readiness checklist.
