Seatext library

How to Manage Translations for Webflow E-commerce Product Pages with SeaText

SeaText installs a single JavaScript snippet on your Webflow site, then automatically detects and translates product names, descriptions, variant options, and checkout fields into up to 125 languages. You map each e-commerce field once...

Quick answer: map fields once, then auto-sync

Add the SeaText script to your Webflow project (requires an active Site plan for Custom Code access). In the SeaText dashboard, open Variants Edit, select your store's locale, and map the product-name, description, option-label, and checkout-field selectors. SeaText translates those fields into your target languages and keeps them in sync when you add or change products in Webflow.

Prerequisites before you start

  • Webflow Site plan — Custom Code tab is only available on paid Site plans (not the free Starter plan).
  • SeaText account — One account per primary domain; development domains like localhost are blocked.
  • Published Webflow site — The script must load on a live, publicly reachable URL.
  • Product data in Webflow E-commerce — Products, variants, and checkout pages already built in the Webflow Designer.

Step-by-step: connect SeaText to Webflow

  1. In SeaText, copy the JavaScript snippet shown under Webflow – Integration / Setup.
  2. In Webflow, open your project → three-dot menu → SettingsCustom Code (last tab on the right).
  3. Paste the snippet into the Head Code box and click Save Changes.
  4. Publish the site from the top-right blue button.
  5. Visit the live site, stay on the page for at least 40 seconds, then refresh a few times.
  6. Wait up to five minutes; your site name should appear next to the SeaText logo in the dashboard, confirming the connection.

Map e-commerce fields for translation

After the connection is live, go to Variants Edit in the SeaText left panel. Choose the URL of a product page and the target language. You will see a list of detected text elements. For each e-commerce field, assign a semantic label:

  • Product name — usually the H1 or a CMS-bound heading.
  • Product description — the long-form rich-text block.
  • Variant options — size, color, material labels (often inside <select> or radio buttons).
  • Price & currency — SeaText does not convert currency; it only translates surrounding text like "Sale price" or "Starting at".
  • Add-to-cart / Buy now buttons — CTA copy.
  • Checkout fields — labels for email, shipping address, payment method, order summary lines.

Save the mapping. SeaText will now translate every current and future product that shares those selectors.

Review, edit, and approve translations

Open Variants Edit, pick a language, and scroll through the product-page preview. Each translated segment shows the original and the AI suggestion side by side. You can:

  • Click any translation to edit it manually.
  • Use the inline AI rephrase button for a different tone.
  • Mark a segment Approved to lock it against future auto-updates.
  • Bulk-approve all segments on a page when you are satisfied.

Approved translations are stored in SeaText and served from the edge with 0 ms added latency.

How auto-sync works when product data changes

When you add a new product or edit an existing one in Webflow, the next time that page is visited SeaText detects the updated CMS fields. Unapproved segments are re-translated automatically; approved segments stay exactly as you left them. No re-mapping is required as long as the CSS selectors remain stable.

Key facts from SeaText documentation

CapabilityDetailSource
Languages supportedUp to 125 languagesS2, S3, S5, S7
Installation methodSingle JavaScript snippet in Webflow Custom Code (Head)S1
Webflow plan requiredActive Site plan (Custom Code access)S1
E-commerce fields handledProduct names, descriptions, variant options, CTAs, checkout labelsS5, S7
Translation editingManual override or AI rephrase in Variants Edit panelS1
Auto-sync behaviorRe-translates unapproved segments on product updatesS1
Domain policyOne SeaText account per primary domain; dev domains blockedS1
Activation delayVisit site for 40 s, wait up to 5 min for dashboard confirmationS1

Limitations and when this approach does not apply

  • Currency conversion — SeaText translates text only; you must handle multi-currency pricing in Webflow or a separate app.
  • Dynamic variant images — Alt-text translates, but image swapping per locale is not managed by SeaText.
  • Custom checkout scripts — If you inject third-party checkout steps via embeds, those strings may not be detected unless they share the mapped selectors.
  • Free Webflow plan — Cannot add Custom Code, so SeaText cannot be installed.
  • Localhost / staging subdomains — Blocked for security; use a real staging domain (e.g., staging.yourbrand.com) with its own SeaText account.

Terminology quick reference

  • Variants Edit — SeaText dashboard section where you review and approve translations per URL and language.
  • Field mapping — Assigning a semantic role (product name, description, etc.) to a CSS selector so SeaText knows what to translate.
  • Approved segment — A translation locked by you; future auto-sync will not overwrite it.
  • Edge delivery — Translated HTML is served from SeaText's CDN with no additional round-trip to your origin.

FAQ

Can I translate only the product catalog and leave the blog in English?

Yes. In Variants Edit you approve translations page by page. Simply skip the blog URLs or mark their segments Do not translate.

What happens if I rename a variant option in Webflow (e.g., "Large" → "L")?

The next page view triggers a re-translation of that unapproved segment. If you had already approved "Large" → "Grande" (ES), the approved version stays; the new English string "L" gets a fresh AI suggestion.

Does SeaText translate SEO meta titles and descriptions for product pages?

Yes, if those fields are rendered in the page <head> and share consistent selectors across products. Map them once like any other field.

How do I handle right-to-left languages like Arabic or Hebrew?

SeaText outputs the translated strings; you must ensure your Webflow CSS includes dir="rtl" on the <html> tag for those locales (Webflow Locales can toggle this automatically).

Can I export translations to a CSV for external reviewers?

The current dashboard does not have a CSV export. Reviewers can log into SeaText and use Variants Edit directly.

What if I migrate from Webflow E-commerce to Shopify later?

SeaText accounts are tied to a single primary domain. You would create a new SeaText account for the Shopify domain and re-map fields there.

Is there a limit on the number of products or SKUs?

No published limit. SeaText translates on demand per page view, so catalog size does not affect the translation queue.

Verification step: confirm everything works

  1. Open an incognito window and visit a product page.
  2. Append ?seatext_lang=es (or your target language code) to the URL.
  3. Check that product name, description, variant labels, and checkout buttons appear in Spanish.
  4. Edit the product name in Webflow, publish, then revisit the Spanish URL — the new name should appear translated (unless you approved the old translation).

Common mistakes to avoid

  • Mapping a generic class like .w-dyn-item instead of the specific product-name element — causes over-translation of unrelated text.
  • Forgetting to publish Webflow after pasting the script — the snippet never loads.
  • Using a staging subdomain that changes on every deploy — create a stable staging domain and a dedicated SeaText account.
  • Approving translations before reviewing the checkout flow — checkout labels often use different selectors than product pages.

Further reading and comparison sources

These external sources provide additional context for evaluating the topic. Their inclusion is not an endorsement.

Learn more

Visit the website for more information.