| 开发者 | mandrakecrm |
|---|---|
| 更新时间 | 2026年8月23日 07:16 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL v2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directoryYes. Visit app.mandrakecrm.io/en/signup for a 7-day free trial — no credit card required.
We charge per orders received, not per contacts. Your list grows at no extra cost. Recalculated every cycle based on the last 3 months. Slow season? You pay less. Find your monthly cost on our pricing page: www.mandrakecrm.com/en/pricing
No. Enjoy all features for 7 days with no credit card. No hidden charges.
MandrakeCRM integrates CRM, automations, campaigns, and analytics in a single platform. Everything pre-configured. And charges per order, not per contact.
5-10 minutes. Install the plugin, paste your token, activate features. Your customers, orders, and products sync automatically.
No. Automations come pre-configured by experts. Just choose, activate, and go. If you can manage your WooCommerce store, you can use MandrakeCRM.
No. We send from your own domain (marketing@yourstore.com) following deliverability best practices. Your emails reach the inbox.
9 customer emails: New Account, Order Processing, Completed, On Hold, Refunded, Cancelled, Failed, Customer Note, and Password Reset. Admin emails stay with WooCommerce.
Yes. Tracks both registered users and guest checkouts for abandoned cart recovery.
Yes. Fully compatible with WooCommerce High-Performance Order Storage and modern block-based checkout.
No. Async processing on cloud servers means zero performance impact on your store.
Our support team is available via chat and email in English, Portuguese, and Spanish. We typically respond within 24 hours (usually much faster): support@mandrakecrm.com
woocommerce_checkout_create_order only exists in the classic checkout;
the Store API builds the order separately and never fires it, so every block
checkout store was losing 100% of its UTM data — with or without a page cache.
Attribution is now also saved from
woocommerce_store_api_checkout_update_order_meta.?utm_source=... produced no tracking cookie and their order had no
attribution. Measured on a production store: only 70% of campaign orders
were attributed.--primary-color, --brand-color, --wp--preset--color--primary, and
WooCommerce default). Border-left accent of the box also matches.::before/::after SVG. The checkbox is now fully custom-
rendered with appearance:none plus an inline SVG checkmark, so only one
check is shown regardless of the theme.?apply_coupon=CB-XXXXXXXX. The plugin detects it, calls
WC()->cart->apply_coupon() and redirects to the cart page so the discount
shows up immediately — no manual paste needed.^CB-[A-Z0-9]{8}$ are applied; any
other coupon code in the URL is ignored. Idempotent: re-loading the URL
does not duplicate the coupon.