Title: CreamySales &#8211; Conversion Widgets for WooCommerce
Author: creamysales
Published: <strong>7 de Xuño, 2026</strong>
Last modified: 14 de Xuño, 2026

---

Buscar plugins

![](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

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

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

 * [Detalles](https://gl.wordpress.org/plugins/creamysales/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/creamysales/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/creamysales/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/creamysales/#developers)

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

## Descrición

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

## Capturas

[⌊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.

[[

[[

[[

[[

[[

## Instalación

 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.

## Preguntas frecuentes

### 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.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“CreamySales – Conversion Widgets for WooCommerce” é un software de código aberto.
As seguintes persoas colaboraron con este plugin.

Colaboradores

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

[Traduce “CreamySales – Conversion Widgets for WooCommerce” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/creamysales)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/creamysales/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/creamysales/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/creamysales/)
por [RSS](https://plugins.trac.wordpress.org/log/creamysales/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 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.

## Meta

 *  Versión **1.18.1**
 *  Última actualización **Fai 4 días**
 *  Instalacións activas **Menos de 10**
 *  Versión de WordPress ** 5.3 ou superior **
 *  Probado ata **7.0**
 *  Versión de PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/creamysales/)
 * Etiquetas
 * [conversion](https://gl.wordpress.org/plugins/tags/conversion/)[ecommerce](https://gl.wordpress.org/plugins/tags/ecommerce/)
   [social proof](https://gl.wordpress.org/plugins/tags/social-proof/)[upsell](https://gl.wordpress.org/plugins/tags/upsell/)
   [woocommerce](https://gl.wordpress.org/plugins/tags/woocommerce/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/creamysales/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/creamysales/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/creamysales/)