Linux 软件免费装
Banner图

CreamySales - Conversion Widgets for WooCommerce

开发者 creamyorg
eddr
更新时间 2026年8月4日 22:20
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv3 or later
版权网址: 版权信息

标签

woocommerce ecommerce conversion upsell social-proof

下载

1.24 1.26 1.23 1.46 1.20.1 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. For location-dependent product popups, CreamySales resolves semantic anchors through explicit manual targets, Elementor Pro WooCommerce widgets, WooCommerce Blocks, classic WooCommerce hooks, and conservative standard WooCommerce markup. If no reliable target exists, only that location-dependent popup is suppressed. 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. The CreamySales dashboard can configure whethername` contains the complete billing first name and whether city and country are shown.

How can developers customize semantic popup placement?

CreamySales supports product title and main-image placement plus Elementor Pro product widget anchors for price, rating, stock, short description, add to cart, meta, content, tabs, additional information, upsells, related products, and breadcrumbs. Manual integrations can use: [creamy_anchor name="product.title.after"] creamy_render_anchor( 'product.title.after' ); Custom themes can place <span data-creamy-anchor="product.title.after"></span> immediately after their title and add data-creamy-anchor-target="product.main_image" to the stable gallery wrapper containing the current image. This markup defines placement while the CreamySales renderer supplies popup HTML through the namespaced window.CreamySalesAnchors API. Manual theme markup has the highest resolver priority. Complete examples and debugging instructions are in docs/semantic-anchors.md. Small custom-theme example: ` Product title ` Use the stable gallery wrapper as the product.main_image target rather than adding the target attribute directly to the image. CreamySales will resolve the currently visible image inside that wrapper and keep image overlays synchronized when the gallery or selected variation changes.

Where can I get support?

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

更新日志:

1.46 1.45 1.44 1.43 1.42 1.41 1.40 1.39 1.38 1.37 1.36 1.35 1.34 1.33 1.32 1.31 1.30 1.29 1.28 1.27 1.26 1.25 1.24 1.23 1.22 1.21 1.20.1 1.20 1.19.2 1.19.1 1.19 1.18.1 1.18 1.17 1.16 1.15 1.14 1.10