Linux 软件免费装
Banner图

CreamySales - Conversion Widgets for WooCommerce

开发者 creamyorg
eddr
更新时间 2026年6月14日 21:56
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv3 or later
版权网址: 版权信息

标签

woocommerce ecommerce conversion upsell social-proof

下载

1.10 1.18 1.18.1

详情介绍:

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 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 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: 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

安装:

  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.

屏幕截图:

  • Example CreamySales widget on a WooCommerce storefront.
  • CreamySales dashboard widget configuration.

常见问题:

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 fieldsname,city,country,time,p_name, andp_img`.

Where can I get support?

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

更新日志:

1.18.1 1.18 1.17 1.16 1.15 1.14 1.10