SuperSeller for WooCommerce

Description

SuperSeller for WooCommerce allows you to seamlessly integrate your WooCommerce store with SuperSeller’s AI-powered shopping assistant. The plugin provides:

  • Automatic product synchronization with SuperSeller
  • Optional chat widget integration for 24/7 customer support
  • Knowledge base sync for shipping, return policy, and store information
  • GDPR-compliant opt-in mechanisms
  • Complete control over what data is shared

Key Features:

  • One-click product sync with SuperSeller
  • Automatic updates when products change
  • Optional AI chat widget for your store
  • Knowledge base integration
  • Privacy-focused with full opt-in controls
  • No technical knowledge required

Requirements:

  • WordPress 5.8 or higher
  • WooCommerce plugin (active)
  • PHP 7.4 or higher
  • SuperSeller account (get one at https://superseller.online)

Privacy Policy

What data does this plugin collect and share?

This plugin shares the following data with SuperSeller (https://superseller.online) when sync is enabled:

  • Product names
  • Product descriptions
  • Product prices
  • Product SKUs
  • Product stock status
  • Product images (URLs only)
  • Product categories

Optionally, if knowledge base sync is enabled:

  • Shipping methods and costs
  • Return policy information
  • Store contact information

Where is data sent?

Data is sent to SuperSeller’s API at https://superseller.online/api/

When is data sent?

Product data is sent only when product synchronization is enabled and privacy consent has been saved in the plugin settings. Knowledge base data is sent only when a site administrator starts knowledge base sync. The chat widget script is added to the public site only when the widget is enabled and privacy consent has been saved.

Public links and branding

The plugin can optionally display a “Powered by SuperSeller” link on the public site. This is disabled by default and is shown only when a site administrator explicitly enables the branding setting.

Does this plugin collect personal data?

No. This plugin does not collect or transmit any customer personal information, order data, or payment details.

How can I opt-out?

You can disable product sync and widget at any time from the plugin settings page. To completely remove all data, deactivate and delete the plugin.

Third-party service:

This plugin relies on SuperSeller (https://superseller.online), a third-party service. By using this plugin, you agree to SuperSeller’s Terms of Service and Privacy Policy:

  • Terms of Service: https://superseller.online/terms
  • Privacy Policy: https://superseller.online/privacy

Installation

  1. Upload the plugin files to the /wp-content/plugins/superseller-for-woocommerce directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to WooCommerce > SuperSeller to configure the plugin.
  4. Paste your SuperSeller API Key (from https://superseller.online/dashboard/api-keys). The connected company is detected automatically — no separate Company ID is required.
  5. Click “Test Connection” to confirm the key is valid; you’ll see the company name it is bound to.
  6. Tick the privacy consent, choose whether to enable automatic product sync and/or the chat widget, and click “Save Settings”.

How to set up product synchronization with WooCommerce:

  1. Sign up at https://superseller.online and log in to your dashboard.
  2. Open https://superseller.online/dashboard/companies and create (or pick) the company that represents this WooCommerce store.
  3. Open https://superseller.online/dashboard/api-keys, click “Create New Key”, select that company, and copy the full sk_live_… (or sk_test_…) value — it is shown only once.
  4. In WordPress, go to WooCommerce SuperSeller, paste the API key, click “Test Connection”. You should see “Connected to: “.
  5. Save the privacy consent, enable “Automatic Product Sync”, and click “Save Settings”.
  6. Open WooCommerce SuperSeller Knowledge Base if you want to push your store information, shipping details and return policy as well, then click “Sync Knowledge Base”.
  7. Run “Sync All Products Now” once for the initial bulk import. After that, every product create / update / delete in WooCommerce will be sent to SuperSeller automatically.

What is sent to SuperSeller and when:

  • Product create / update / delete events (only after consent + sync enabled).
  • Knowledge base entries you choose to sync (store info, shipping, returns, custom entries).
  • No customer, order, or payment data.

FAQ

What data does this plugin send to SuperSeller?

The plugin only sends product information (name, description, price, SKU, stock status, image URLs) and optionally knowledge base content (shipping info, return policy, store details). No customer personal data or order information is transmitted.

Do I need a SuperSeller account?

Yes, you need a SuperSeller account to use this plugin. Sign up for free at https://superseller.online

Is the sync automatic?

You can choose. The plugin offers both manual and automatic sync options. Automatic sync is opt-in and requires your explicit consent.

Will this slow down my site?

No. The plugin uses background processes for syncing and has minimal impact on your site’s performance.

Can I disable the widget?

Yes, the chat widget is completely optional. You can enable product sync without the widget, or vice versa.

Is this GDPR compliant?

Yes, the plugin is designed with privacy in mind. All data sharing requires explicit opt-in consent, and you can disable sync at any time.

Where can I get support?

For plugin support, please visit https://superseller.online/support or contact us at support@superseller.online

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SuperSeller for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.2.0

  • Top-level “SuperSeller” admin menu with Settings + Knowledge Base submenus, custom inline-SVG icon (matches the size of native WP menu icons).
  • Polished admin UI: brand-aligned indigoviolet gradient hero with white logo, branded white canvas (replaces the WP gray background), centered content like professional plugins.
  • Privacy Consent moved directly under the API Key field; the Sync, Widget and Branding controls are disabled and dimmed until consent is given.
  • Knowledge Base page picker — pick any published WordPress page or post and push it to the SuperSeller knowledge base in one click.
  • Stable knowledge-base IDs (wp_page_<id>) — re-syncing the same page now overwrites instead of creating duplicates. Deleting a tracked page automatically removes the matching knowledge entry from SuperSeller.
  • “Sync All Products” now shows a real progress card with a smooth gradient bar, shimmer animation, counter (“X / Y · P%”) and completed / failed states.
  • Better error diagnostics on Test Connection: backend response preview (HTTP status + first 200 chars) is shown when the response is not valid JSON; the API key is sent under both Authorization: Bearer and X-API-Key headers in case a host strips one of them.
  • Settings page reordered — “Getting Started” and “How to generate an API Key” now appear above the form.

1.1.0

  • Single-key setup: paste the API key and the connected company is detected automatically (no separate Company ID).
  • Test Connection now shows the company name the key is bound to.
  • Hardened “Test Connection” so credentials can be verified before saving them.
  • Chat widget script is now properly enqueued via WordPress (wp_enqueue_script + script_loader_tag) instead of inline output.
  • Activation no longer depends on is_plugin_active, which is unavailable during plugins_loaded.
  • $_POST values in the knowledge-base form handlers are now wp_unslash()ed before sanitization.
  • Admin pages no longer turn black on OS-level dark mode.

1.0.0

  • Initial release
  • Automatic product sync with SuperSeller
  • Optional chat widget integration
  • Knowledge base sync
  • GDPR-compliant opt-in mechanisms
  • Full privacy controls