| 开发者 |
creamyorg
eddr |
|---|---|
| 更新时间 | 2026年8月4日 22:20 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
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:
X-Creamy-Key request header when the plugin communicates with the CreamySales dashboard API./wp-content/plugins/creamysales/, or install the plugin through the WordPress Plugins screen.CreamySales offers a free plan for small stores. Paid plans are available for stores that need higher limits or additional features.
No. The plugin connects your WooCommerce store to the CreamySales platform, so an account is required.
No. The widgets are loaded separately and do not require changes to your theme files.
Yes. CreamySales supports Hebrew and RTL layouts, as well as English and LTR layouts.
Widgets are configured from the CreamySales dashboard.
The CreamySales script loads asynchronously and is designed to minimize frontend performance impact.
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.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.
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.
Visit https://creamysales.com or contact support@creamysales.com.
core/post-title block as a semantic title anchor while rejecting product-loop titles.show_full_first_name and location.count_period setting to period.