| 开发者 | floynk |
|---|---|
| 更新时间 | 2026年5月27日 00:12 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. Setup and day-to-day repricer work happen entirely in wp-admin. You do not need to log in to the Floynk web app. The plugin talks to the Floynk API in the background for repricing and Bol.com account management.
The free account created or connected by this plugin includes:
Not on the free tier. This plugin is WordPress-only: you connect Bol.com, configure repricers, and manage prices from wp-admin. The Floynk web app (orders, stock sync, multi-channel tools) is part of paid Floynk plans at floynk.com.
Upgrade to a paid Floynk plan at floynk.com. Paid plans use the same repricer engine with higher product limits and access to the full Floynk platform. Connect your paid account by pasting its API key in plugin settings — do not create a new free account.
No. The plugin is standalone: you configure Bol.com accounts, repricer rules, and product-level pricing from WordPress.
The plugin communicates with the Floynk API (https://app.floynk.com) for repricing, Bol.com account management, and settings — only after you install the plugin and connect your store. It does not send anonymous telemetry, open-rate pixels, or tracking beacons. See External services below.
No. It focuses on Bol.com repricing and seller account setup. WooCommerce continues to handle orders, checkout, and payments. The plugin does not take over basic order processing.
Your WooCommerce store keeps working normally. Repricing stops. Your Floynk account and repricer data remain on Floynk servers until you remove them.
If you use Delete Floynk account in plugin settings before uninstalling, your free Floynk account and all repricer data, Bol.com imports, and settings on Floynk servers are permanently deleted. This cannot be undone. Disconnecting only removes the API key from WordPress and leaves your Floynk account intact.
Floynk processes data related to repricing and marketplace accounts on your behalf when the plugin is connected. Review Floynk's Privacy Policy. You remain the data controller for your WooCommerce store.
Add define('FLOYNK_ENVIRONMENT', 'development'); and optionally define('FLOYNK_API_URL', 'http://localhost:8000/api'); to your wp-config.php. By default the plugin uses the production Floynk API.
wp_enqueue_script() / wp_enqueue_style() with the script data passed through wp_localize_script() per the WordPress developer guidelines.