This is an info Alert.
xpay
  • 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
  • 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. Fasteditor for WooCommerce

Fasteditor for WooCommerce

Fasteditor for WooCommerce

fewer than 10 active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Fasteditor for WooCommerce running.

WordPress compatibility
Tested to 7.1.1
Tested against the WordPress branch in use today.
Last updated
27 days ago
At least 11.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.3
Your host must be running at least this version.
Requires WordPress
5.6
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

fewer than 10 active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Fasteditor for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 25 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.1.1 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
7 / 10
Provides: screenshots, homepage
2 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-09-20 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

The FastEditor for WooCommerce plugin seamlessly connects your WooCommerce storefront with the powerful FastEditor application.

This means you can keep managing your online store exactly as you always have, while giving your customers an enhanced personalization experience.

Your customers can easily select products from your site, customize them using the FastEditor application, and then add their unique creations to their cart for checkout—all within your familiar WooCommerce environment.

This plugin gives you the best of both FastEditor and WooCommerce.

Please note, this plugin relies on the FastEditor application for its features, sending and receiving data to enable this integration.

If you have any questions about this integration, you can contact us by email on support@fasteditor.com

About FastEditor

FastEditor removes friction from the printing and personalization process, making it easier for businesses and consumers to bring their designs to life.

Our intuitive online editing solutions help e-commerce companies and print providers scale their operations with seamless, user-friendly tools.

Our Solutions

🔹 Logo Editor – Designed for e-commerce businesses selling logo products, promotional gifts, and custom merchandise, our Logo Editor simplifies the personalization process.
Customers can upload, customize, and finalize their logos effortlessly, ensuring a smooth ordering experience while reducing design-related support requests.

🔹 Photo Editor – Perfect for photo gifts, prints, and personalized items, the Photo Editor allows users to edit, enhance, and optimize their images before printing.
Whether adjusting colours, cropping, or applying filters, our tool ensures high-quality results for every print product.

For more information about Fasteditor, please visit Fasteditor’s website.

Fasteditor’s privacy policy can be found at Fasteditor’s Privacy Policy.

If you have any questions about this integration, you can contact us by email on support@fasteditor.com

Core Features

  1. Seamless synchronization of user records between your WooCommerce platform and the FastEditor application.
  2. Provide users with access to top-tier photo editing software, renowned for its exceptional conversion rates.
  3. Efficient synchronization of cart sessions from the FastEditor application to your WooCommerce site.
  4. Obtain valuable information about order processing and shipping information.

Requirements

  1. WooCommerce Plugin must be installed on your store.
  2. Valid API key from Fasteditor to enable integration (For the AppEngine and fulfilment service).

Configuration

  1. Install and activate plugin.

  2. Go to WooCommerce > Settings > Fasteditor and enter the required settings on the plugin (Contact the Fasteditor team for your label’s credentials)
    i. Editor API Key: Your Fasteditor API Key to validate requests made from your store to the AppEngine service.

    ii. Editor API Base URL: The Base URL of the Fasteditor order AppEngine service.

    iii. Editor Base URL: The Base URL of the Fasteditor order Creator frontend.

    iv. Customize Button Mode: Choose whether the Customize Product action replaces the Add to Cart button or is shown as a separate button alongside it.

    v. Printfiles Callback URL: The URL on your store that Fasteditor sends completed print-ready files to.

    vi. Use Editor Pricing: When enabled, product pricing is managed by the Fasteditor editor instead of WooCommerce.

    vii. Enable Auth Integration: Enables authentication integration between your store and Fasteditor. When enabled, define FASTEDITOR_JWT_AUTH_SECRET_KEY in wp-config.php as a unique, cryptographically random secret containing at least 32 bytes of entropy (for example, 64 hexadecimal characters generated from 32 random bytes). This key is used to sign the JWT tokens generated by the plugin.

    viii. Disable Product Options: Disables WooCommerce product options when a product is opened via the Fasteditor smartlink.

  3. To enable the Customize Product button that redirects users to the Fasteditor Editor on your products:
    i. Open the product configuration screen and check the Design with FastEditor checkbox (see screenshot-3).
    ii. Alternatively, entering a value for the FastEditor Product SKU will also mark the product as customizable with Fasteditor.

For Developers

Utility Functions

The following functions are available for use with the plugin installed:

  1. fasteditor_find_product_skus: utility function to search for SKU value by partial SKU

    `
    How to use:
    fasteditor_find_product_skus($partialSku, $supplierName);

Sample Response:
[
“10000200#1#front#30#70#4”,
“10000200#1#back#30#70#4”
]
`

  1. fasteditor_get_product_data_by_sku: utility function to retrieve detailed information for a specific SKU.

    `
    How to use:
    fasteditor_get_product_data_by_sku($skuValue, $supplierName);

Sample Response:
{
“sku”: “10000200_1_4799_34”,
“skuGroup”: “100002”,
“name”: “Oregon 400 ml aluminium water bottle with carabiner”,
“description”: “Pad printing | pms_4 | Pearl”,
“printColors”: 4,
“productColor”: “Pearl”,
“printPosition”: “front”,
“printMethod”: “Pad printing”,
“localization”: {
“en”: {
“productName”: “Oregon 400 ml aluminium water bottle with carabiner”,
“productDescription”: “Staying hydrated at all times is possible with this durable yet lightweight 400 ml aluminium water bottle. It is the perfect companion while exercising, on day trips or at the office. The single wall Oregon bottle has a twist-on lid and offers plenty of space to add any kind of logo. Clip the attached carabiner (not suitable for climbing) securely to a bag to avoid losing it. BPA Free and tested and approved under German Food Safe Legislation (LFGB) and for phthalates content under REACH.”
}
},
“supplier”: {
“name”: “PFConcepts”,
“reference”: “10000200_1_4799_34”
}
}
`

  1. fasteditor_get_products_in_skugroup: utility function to retrieve all the skus in a sku group.

    `
    How to use:
    fasteditor_get_products_in_skugroup($skuGroup, $supplierName, $limit, $offset);

Sample Response:
{
“pagination”: {
“total_records”: “9”,
“next_page”: {
“limit”: 2,
“offset”: 4
},
“previous_page”: {
“limit”: 2,
“offset”: 0
}
},
“data”: [
{
“sku”: “10000201_1_4799_34”,
“skuGroup”: “100002”,
“name”: “Oregon 400 ml aluminium water bottle with carabiner”,
“description”: “Pad printing | pms_4 | Solid black”,
“printColors”: 4,
“productColor”: “Solid black”,
“printPosition”: “front”,
“printMethod”: “Pad printing”,
“localization”: {
“en”: {
“productName”: “Oregon 400 ml aluminium water bottle with carabiner”,
“productDescription”: “Staying hydrated at all times is possible with this durable yet lightweight 400 ml aluminium water bottle. It is the perfect companion while exercising, on day trips or at the office. The single wall Oregon bottle has a twist-on lid and offers plenty of space to add any kind of logo. Clip the attached carabiner (not suitable for climbing) securely to a bag to avoid losing it. BPA Free and tested and approved under German Food Safe Legislation (LFGB) and for phthalates content under REACH.”
}
},
“supplier”: {
“name”: “PFConcepts”,
“reference”: “10000201_1_4799_34”
}
},
{
“sku”: “10000201_1_4799_35”,
“skuGroup”: “100002”,
“name”: “Oregon 400 ml aluminium water bottle with carabiner”,
“description”: “Pad printing | pms_4 | Solid black”,
“printColors”: 4,
“productColor”: “Solid black”,
“printPosition”: “back”,
“printMethod”: “Pad printing”,
“localization”: {
“en”: {
“productName”: “Oregon 400 ml aluminium water bottle with carabiner”,
“productDescription”: “Staying hydrated at all times is possible with this durable yet lightweight 400 ml aluminium water bottle. It is the perfect companion while exercising, on day trips or at the office. The single wall Oregon bottle has a twist-on lid and offers plenty of space to add any kind of logo. Clip the attached carabiner (not suitable for climbing) securely to a bag to avoid losing it. BPA Free and tested and approved under German Food Safe Legislation (LFGB) and for phthalates content under REACH.”
}
},
“supplier”: {
“name”: “PFConcepts”,
“reference”: “10000201_1_4799_35”
}
}
]
}
`

Filters

The following filters are available for developers to extend the plugin’s functionality:

  1. fasteditor_override_cart_item
    Allows modification of cart item data before it’s added to the WooCommerce cart.

Parameters:

$cart_data (array) – The cart item data that will be added to the cart
$request (array) – The full request data received from the API
Returns: Modified cart data array

Example Usage:
`
<?php
add_filter(‘fasteditor_override_cart_item’, ‘customize_fasteditor_cart_item’, 10, 2);

function customize_fasteditor_cart_item($cart_data, $request) {
// Add a custom note to the cart item
$cart_data[‘fasteditor_data’][‘custom_note’] = ‘Custom design by ‘ . wp_get_current_user()->display_name;

// Modify other cart properties as needed
return $cart_data;

}
`
2. fasteditor_extend_smartlink_payload
Extends the payload sent to the Fasteditor smartlink API with additional properties.

Parameters:

$smartlink_payload (array) – The payload array that will be sent to the smartlink API
Returns: Modified smartlink payload array

Example Usage:

`

<?php
add_filter(‘fasteditor_extend_smartlink_payload’, ‘extend_fasteditor_smartlink’);

function extend_fasteditor_smartlink($smartlink_payload) {
// Add custom attributes to the payload
$smartlink_payload[‘customAttributes’] = [
‘accountType’ => ‘premium’,
‘allowedTemplates’ => [‘template1’, ‘template2’],
‘designPreferences’ => [
‘defaultColor’ => ‘#FF5733’,
‘fontFamily’ => ‘Open Sans’
]
];

return $smartlink_payload;

}
`

Support

Do you have questions about Fasteditor or the plugin?

Send us a message on support@fasteditor.com and a member of our team will get in touch with you.

Is the Plugin free to install?

Yes it is free to download

How do I use it?

It is requisite to establish a white-label agreement with FastEditor to acquire all necessary information for a comprehensive integration with the plugin.

Contact us on support@fasteditor.com to get started

Plugin details
Version1.9.1
Last updated2026-08-26 9:18am GMT
Added2024-05-28
Requires WordPress5.6
Tested up to7.1.1
Requires PHP7.3

Tags on WordPress.org
fasteditor
photo editing
photo printing
xpay

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-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