| 开发者 | mateuszdziurdziak |
|---|---|
| 更新时间 | 2026年9月6日 08:22 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[seeonwall_button] shortcode. Label, colour and shape are settings, in nine shopper languages.https://seeonwall.com/seeonwall.js
(loaded, not bundled, because the preview is a live service kept current server-side) and passed
the product's image URL and physical dimensions. The plugin sends no shopper data.
What the service does with shopper data, once a shopper opens the preview: a room-scene
template uploads nothing at all. A photo of the shopper's own wall is stored in an EU
Cloudflare R2 bucket and analysed by Google Vertex AI (EU Data Boundary endpoint, europe-west1)
to detect the wall corners; it stays in the EU for its whole lifetime, is never used to train
models, and is deleted when the session expires after 7 days. Shoppers never create an account,
Cloudflare Turnstile guards uploads against bots, and a notice stating all of this is shown in
the viewer before the shopper uploads. Your WordPress admin also carries this text, ready to copy
into your own policy, under Settings → Privacy.
Terms of Use: https://seeonwall.com/terms · Privacy Policy: https://seeonwall.com/privacy ·
Sub-processors: https://seeonwall.com/subprocessors
Reporting illegal content
Content hosted by SeeOnWall that is unlawful — a poster image used without the rights holder's
permission, say — can be reported to abuse@seeonwall.com. The Article 16 EU Digital Services Act
notice-and-action procedure is at https://seeonwall.com/report
/wp-content/plugins/seeonwall-for-woocommerce.The plugin is free, and so is the plan it connects you to: a free account is provisioned on connect, with no card and no expiry. Paid plans buy higher limits, remove the seeonwall.com attribution from Basic up, add shopper session sharing from Premium up, and drop the monthly view ceiling on Ultra. Each starts with a 14-day free trial, billed by SeeOnWall directly. Analytics are on every plan, Free included. WooCommerce → SeeOnWall shows a live meter for each limit under Current usage. Per hour, as Free / Basic / Premium / Ultra: preview sessions 50 / 500 / 2,500 / 10,000 · photo uploads 20 / 200 / 1,000 / 2,000 · downloads and shares 25 / 250 / 1,000 / 2,000 · poster views 100 / 2,500 / 10,000 / 50,000, plus a monthly view budget of 500 / 5,000 / 25,000 / none. Hitting a limit never breaks your store — the button still appears and opens, but shoppers who reach the preview are asked to try again later. Details: https://seeonwall.com/docs
WooCommerce's own Dimensions (Product data → Shipping → Width/Height), in your store's dimension unit. On a variable product each variation's own Dimensions are used, and shoppers get a size selector inside the preview listing every size you sell. A simple product sold in several sizes can list them under Product data → SeeOnWall → Print sizes instead. Nothing to type twice.
By default, every product with both a width and a height set — on a variable product, at least one
variation with dimensions. Product visibility can make this opt-in per product instead, and any single
product can be switched on or off under Product data → SeeOnWall (or in quick edit and bulk edit). The button
sits right after Add to cart by default; Storefront button offers nine positions on the standard
product template, or set the position to "Place it myself with a shortcode" and write
[seeonwall_button] exactly where your theme needs it.
By default the product's image. Product data → SeeOnWall lets you pick a different one from the media library or paste an image URL. If the photo shows the print framed or on a coloured background, mark the artwork area on the same tab — drag a box around the print, with a one-click starting point — so the preview shows the print at its true size rather than treating the whole mockup as the poster. The tab also says whether the product shows the button and, if not, exactly why, and WooCommerce → SeeOnWall → Products lists the whole catalogue by status. For whole catalogues, the SeeOnWall preview / image / artwork area columns travel through WooCommerce's product CSV export and import.
Only if you say so — by default the print is bare and the shopper can add, widen, recolour or remove a frame. Framing sets a shop-wide default, or list the frames you actually sell in the SeeOnWall dashboard and shoppers pick from those.
Product editor. The SeeOnWall tab lives in the classic product editor's Product data box,
where every WooCommerce product setting lives. Under WooCommerce's block-based Product Editor
(a beta feature you switch on under WooCommerce → Settings → Advanced → Features) the tab is not
shown; the same per-product settings — button on/off, poster image, artwork area, print sizes —
are reachable from WooCommerce → SeeOnWall → Products, from quick edit and bulk edit on the
products list, and through the CSV columns. A native panel for the block-based editor is planned
for when that editor leaves beta.
Themes and templates. The button attaches to WooCommerce's standard product-template hooks,
so it appears on classic themes (Storefront and the like) and on block themes whose Single
Product template keeps the classic template block or the Add to Cart form block — which is how
Twenty Twenty-Five and other block themes ship. A Single Product template rebuilt from product
blocks in the Site Editor has no hooks for "after the price"; put the SeeOnWall button block
where you want it instead.
Page builders. Elementor gets a native SeeOnWall button widget (in the WooCommerce
category when Elementor Pro is present, otherwise under General). Divi, WPBakery, Bricks, Beaver
Builder, Oxygen and every other builder with a shortcode or code element take
[seeonwall_button] — set Position to "Place it myself with a shortcode" so no second button
appears. See https://seeonwall.com/docs#woocommerce-hooks
Versions. Tested in CI on every change against the two most recent WordPress and WooCommerce
majors — the PHP suite and the browser suite both boot a real WordPress + WooCommerce. The
plugin needs WordPress 6.6+ and WooCommerce 8.0+, and declares HPOS compatibility.
Yes. seeonwall_button_hook, seeonwall_button_priority and seeonwall_button_html filter the
placement and the markup, seeonwall_poster_width_cm / seeonwall_poster_height_cm override the
size per product, and SeeOnWall_Storefront::mount_html( $product ) returns the markup for any
product. Reference: https://seeonwall.com/docs#woocommerce-hooks