| 开发者 | mralaminahamed |
|---|---|
| 更新时间 | 2026年8月8日 01:21 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ or install via Plugins → Add New.Your OAuth refresh token is stored in the WordPress options table (encrypted at rest if you use a security plugin that encrypts options). The client secret is never sent to the browser.
No, not in the free version. The free build only syncs one way, WooCommerce to Sheets. Editing in the sheet and having it push back to WooCommerce is a StoreSheet Pro feature that runs over a signed Apps Script webhook.
Individual changes go across in real time (a new order, a saved product, a new coupon). On top of that, a scheduled run every 15 minutes by default sweeps up anything the live jobs missed. You can change that interval on the Sync tab.
Action Scheduler retries the failed jobs. If they still fail after the last attempt, StoreSheet emails the admin (when notifications are on). Your store keeps running either way, since the sync never blocks a WooCommerce request.
New changes sync on their own, and the scheduled run keeps the sheet current from there. Loading a large existing catalog in one go (in chunks small enough not to time out) is the bulk backfill in StoreSheet Pro.
Per-vendor sheets for Dokan stores come with the StoreSheet Pro add-on.
Yes. StoreSheet detects competing WooCommerce → Google Sheets plugins and imports their configuration (spreadsheet target, sync settings) so you don't have to reconfigure by hand. Adopting the competitor's existing spreadsheet with historical-row reconciliation is a StoreSheet Pro feature.
storesheet_oauth_callback_url filter to override the OAuth redirect URI. Google refuses redirect URIs on reserved domains (.test, .local), so a local install could not complete the Google connection at all.storesheet_suppress_admin_notices filter. Other plugins' admin notices are now hidden on StoreSheet's own screens by default.storesheet_import_adapters filter and storesheet_import_adopt_sheet action for extending the importer.