Title: CreamySales &#8211; Conversion Widgets for WooCommerce
Author: creamysales
Published: <strong>2026 年 6 月 7 日</strong>
Last modified: 2026 年 6 月 14 日

---

搜索插件

![](https://ps.w.org/creamysales/assets/banner-772x250.png?rev=3565837)

![](https://ps.w.org/creamysales/assets/icon-256x256.png?rev=3571929)

# CreamySales – Conversion Widgets for WooCommerce

 作者：[creamysales](https://profiles.wordpress.org/creamyorg/)

[下载](https://downloads.wordpress.org/plugin/creamysales.1.18.1.zip)

 * [详情](https://cn.wordpress.org/plugins/creamysales/#description)
 * [评价](https://cn.wordpress.org/plugins/creamysales/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/creamysales/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/creamysales/#developers)

 [支持](https://wordpress.org/support/plugin/creamysales/)

## 描述

CreamySales connects your WooCommerce store to the CreamySales platform, allowing
you to display conversion-focused widgets on your storefront.

The plugin is a lightweight connector. Widget creation, design settings, store management,
and usage limits are managed from your CreamySales dashboard.

#### What the Plugin Does

 * Connects your WooCommerce store to your CreamySales account.
 * Loads the CreamySales widget script on your storefront.
 * Allows widgets configured in the CreamySales dashboard to appear on your site.
 * Supports WooCommerce stores using Hebrew, English, RTL, and LTR layouts.

#### Available Widgets

#### Social Proof Notifications

Display recent purchase notifications to visitors while they browse your store.

#### Cart Upsell Popups

Show targeted product offers before checkout to help increase average order value.

#### Sold Count

Display sold-count information on product pages to show demand and activity.

Widget availability may depend on your CreamySales plan.

#### Features

 * Built for WooCommerce.
 * Managed from a central dashboard.
 * Works across multiple stores.
 * Customizable widget design and behavior.
 * Supports Hebrew and English.
 * Supports RTL and LTR layouts.
 * Loads asynchronously on the frontend.
 * No theme file changes required.

#### How It Works

 1. Install and activate the plugin.
 2. Create or log in to your CreamySales account.
 3. Connect your WooCommerce store.
 4. Configure widgets from the CreamySales dashboard.
 5. The plugin loads the active widgets on your storefront.

#### Performance

The CreamySales frontend script loads asynchronously and is designed to avoid blocking
page rendering.

#### Theme Compatibility

CreamySales widgets are displayed independently from your WooCommerce theme templates,
so no theme modifications are required.

#### External Service

This plugin connects to the CreamySales platform at `https://creamysales.com` in
order to connect your WooCommerce store, load and manage dashboard-configured widgets,
synchronize plugin settings, check service connectivity, and record widget interaction
events.

A CreamySales account is required to use the service. The service is provided by
CreamySales.

The plugin sends the following data to CreamySales:

 * Store connection data, including the CreamySales domain ID and plugin enablement
   status, when settings are saved, when the hourly connection check runs, and when
   an administrator manually tests the connection.
 * The dashboard API key in the `X-Creamy-Key` request header when the plugin communicates
   with the CreamySales dashboard API.
 * The CreamySales domain ID when requesting the site-specific widget script. The
   returned script is stored locally under the WordPress uploads directory for performance
   and integrity control.
 * The public site key and widget interaction data from storefront visitors when
   the frontend collector sends widget analytics and events to CreamySales.
 * Limited recent WooCommerce purchase display data, including the customer’s first
   initial, city, country, product name, purchase time, and product thumbnail URL,
   may be returned by the site’s own REST endpoint to display social proof widgets
   to storefront visitors.

CreamySales uses this data to provide widget display, widget configuration, service
connectivity checks, usage limits, analytics, and dashboard synchronization.

Terms of Service: https://creamysales.com/terms

Privacy Policy: https://creamysales.com/privacy-policy

## 屏幕截图

[⌊CreamySales connection settings.⌉⌊CreamySales connection settings.⌉[

CreamySales connection settings.

[⌊Example CreamySales widget on a WooCommerce storefront.⌉⌊Example CreamySales widget
on a WooCommerce storefront.⌉[

Example CreamySales widget on a WooCommerce storefront.

[⌊CreamySales dashboard widget configuration.⌉⌊CreamySales dashboard widget configuration
.⌉[

CreamySales dashboard widget configuration.

[[

[[

[[

[[

[[

## 安装

 1. Upload the plugin files to `/wp-content/plugins/creamysales/`, or install the plugin
    through the WordPress Plugins screen.
 2. Activate the plugin in WordPress.
 3. Go to **Settings -> CreamySales**.
 4. Connect your store to your CreamySales account.
 5. Configure your widgets from the CreamySales dashboard.

## 常见问题

### Is CreamySales free?

CreamySales offers a free plan for small stores. Paid plans are available for stores
that need higher limits or additional features.

### Does the plugin work without a CreamySales account?

No. The plugin connects your WooCommerce store to the CreamySales platform, so an
account is required.

### Does the plugin modify my theme?

No. The widgets are loaded separately and do not require changes to your theme files.

### Does it support Hebrew?

Yes. CreamySales supports Hebrew and RTL layouts, as well as English and LTR layouts.

### Where do I configure the widgets?

Widgets are configured from the CreamySales dashboard.

### Does the plugin slow down my store?

The CreamySales script loads asynchronously and is designed to minimize frontend
performance impact.

### Can developers customize the recent purchase display data?

Yes. The plugin provides filters for the public herd endpoint so site-specific order
data can be adapted without editing plugin files.

Available filters:

 * `creamysales_herd_order_city` filters the displayed city. It receives the sanitized
   city, the WooCommerce order, and the raw city value.
 * `creamysales_herd_order_country` filters the displayed country. It receives the
   sanitized country, the WooCommerce order, the country code, and the raw country
   value.
 * `creamysales_herd_purchase_item` filters the full purchase display item before
   the final public response is sanitized.

For example, if a site stores a city post ID in the WooCommerce city field:

    ```
    add_filter( 'creamysales_herd_order_city', function ( $city, $order, $raw_city ) {
        if ( is_numeric( $raw_city ) ) {
            $title = get_the_title( (int) $raw_city );
            return $title ? $title : $city;
        }

        return $city;
    }, 10, 3 );
    ```

The final herd endpoint response is still limited to the public fields `name`, `
city`, `country`, `time`, `p_name`, and `p_img`.

### Where can I get support?

Visit https://creamysales.com or contact support@creamysales.com.

## 评价

此插件暂无评价。

## 贡献者及开发者

「CreamySales – Conversion Widgets for WooCommerce」是开源软件。 以下人员对此插件
做出了贡献。

贡献者

 *   [ creamysales ](https://profiles.wordpress.org/creamyorg/)
 *   [ eddr ](https://profiles.wordpress.org/eddr/)

[帮助将「CreamySales – Conversion Widgets for WooCommerce」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/creamysales)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/creamysales/)，查看[SVN仓库](https://plugins.svn.wordpress.org/creamysales/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/creamysales/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/creamysales/)。

## 更新日志

#### 1.18.1

 * Update WooCommerce tested compatibility to 10.8.1.

#### 1.18

 * Move the CreamySales admin page under WooCommerce and add an external-link icon
   to the plugin support URL.

#### 1.17

 * Add plugin support links to the CreamySales admin settings page.

#### 1.16

 * Preserve custom textual herd endpoint country values while avoiding numeric country
   IDs by default.

#### 1.15

 * Add herd endpoint filters for site-specific city, country, and purchase display
   data.

#### 1.14

 * Normalize herd endpoint country values through WooCommerce country codes.

#### 1.10

 * Initial public release.

## 额外信息

 *  版本 **1.18.1**
 *  最后更新：**4 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.3 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/creamysales/)
 * 标签
 * [conversion](https://cn.wordpress.org/plugins/tags/conversion/)[ecommerce](https://cn.wordpress.org/plugins/tags/ecommerce/)
   [social proof](https://cn.wordpress.org/plugins/tags/social-proof/)[upsell](https://cn.wordpress.org/plugins/tags/upsell/)
   [woocommerce](https://cn.wordpress.org/plugins/tags/woocommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/creamysales/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/creamysales/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/creamysales/reviews/)

## 贡献者

 *   [ creamysales ](https://profiles.wordpress.org/creamyorg/)
 *   [ eddr ](https://profiles.wordpress.org/eddr/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/creamysales/)