WooCommerce Appointments (BookingWP)

WooCommerce Appointments (BookingWP)

#Overview
WP Fusion integrates with the WooCommerce Appointments extension by BookingWP to apply tags in your CRM based on changes to a customer』s appointment status.
This functionality is in addition to the WooCommerce integration.
#Product Setup
When editing any Appointable product in WooCommerce, additional tagging options will appear on the WP Fusion settings panel.

The settings in the top section come from WP Fusion』s WooCommerce integration, and relate to the purchase of the product. The settings in the lower section relate to the status of the appointment.
#How it works
When a customer』s appointment status is changed, the tags specified for the appointment status will be applied to the customer』s contact record your CRM.
If no contact record exists yet (for example because the order is still Pending Payment), WP Fusion will automatically create a contact record before trying to apply any tags.
#Syncing appointment fields
WP Fusion supports syncing the date and time of a customer』s appointment to a custom field on their contact record in your CRM.

To enable this head to Settings » WP Fusion » Contact Fields, and enable the Appointment Date field under the WooCommerce Appointments header by selecting a corresponding custom field in your CRM.
When an appointment is made, the appointment date and time will be synced, and you can then use this data in your campaigns and automations (for example to send a reminder email or followup email).

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

EventON

EventON

#Overview
WP Fusion integrates with EventON to allow you to add event attendees as contacts to your CRM of choice when they purchase a ticket using the Event Tickets addon.
You can also sync event details to custom fields in your CRM, and apply CRM tags based on the event ticket purchased (via the WooCommerce integration).
#Syncing custom fields
WP Fusion registers a few EventON custom fields for sync. These can be found on the Contact Fields tab in the WP Fusion settings.

When someone registers for an event, any enabled fields will be synced to the corresponding custom fields on their contact record in your CRM.
The available fields are:

Event Name: The name of the event the person registered for
Event Start Date: The start date of the event
Event Start Time: The start time of the event
Event End Date: The end date of the event
Event End Time: The end time of the event

#Tagging contacts
Because the Event Tickets addon uses WooCommerce to sell tickets, these settings are configured via WP Fusion』s WooCommerce integration.
After creating your EventON ticketed event, head to WooCommerce » Products in the WordPress admin, and click Edit on the corresponding ticket product.

In the WP Fusion tab of the WooCommerce settings metabox you can configure tags to apply in your CRM when a ticket is purchased for that event.
For more information, see the WooCommerce documentation.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

WooCommerce Subscriptions

WooCommerce Subscriptions

#Overview
WP Fusion works with WooCommerce subscriptions to allow you to automatically tag customers in your CRM at purchase, and based on changes in their subscription status.
WP Fusion can also update custom fields on contact records in your CRM with details from their active subscriptions, such as product name, subscription start date, and renewal date.
For more information about the options available with WooCommerce in general, see the WooCommerce documentation.
#Product Setup
WP Fusion adds a new settings panel to all WooCommerce products where you can configure tags to be applied at purchase and based on subscription status:

The tags specified in the Apply tags when purchased setting will be applied when someone purchases the subscription product, as well as when a subscription status changes to Active.
By checking Remove tags you can remove the tags applied at purchase when a subscription is cancelled, put on hold, expires, or is switched. This is useful for revoking access to protected content when a subscription is cancelled.
You can also apply additional tags based on a change in the subscription state, allowing you to trigger followup sequences in your CRM when customers』 subscriptions are cancelled, put on hold, or expire.
Note: For tracking failed payments it』s preferable to use the 「Payment Failed」 setting instead of 「Put on hold」, since subscriptions will temporarily be put on hold as part of the renewal process.
#Variable Subscriptions
The Apply tags when purchased setting on product variations mirrors the behavior of the Apply tags when purchased setting on the main WP Fusion tab:

Any tags specified in that setting will be applied when the product is purchased, as well as when a subscription status changes to active.
If Remove tags is enabled on the main settings tab, then the subscription variation tags will also be removed when the subscription is cancelled, put on hold, expires, or is switched.

#Subscription status changes
WP Fusion will apply and remove tags depending on changes in a user』s subscription status. That logic works like:

If a subscription is put on hold as part of an automatic renewal, and the renewal payment is successful, WP Fusion will not modify any tags.
If an active subscription is either put on hold, cancelled, or expires, and Remove Tags is checked the tags applied with the original purchase will be removed. The original tags will not be removed if a subscription is in the Pending Cancel status.
If a subscription is cancelled by the user and still has time left on it, the Pending Cancel tags will be applied. When the term of the subscription is over and the subscription status changes to Cancelled, the Cancelled tags will be applied. If Remove Tags is checked, then the original tags applied at purchase will be removed at this time (once the subscription is fully cancelled).
If a subscription is in any status other than Active (cancelled, on-hold, etc.) and the status becomes Active again, the tags for all the other statuses will be removed. The tags applied with the original purchase will be re-applied if the user doesn』t already have those tags.
If a subscription changes between any two statuses that aren』t Active, the tags will be applied for the new status, but no tags will be removed.

#Syncing subscription fields
WP Fusion also lets you sync certain details about a customer』s active subscription to custom fields on their contact record.
To set this up, navigate to Settings » WP Fusion » Contact Fields, and scroll down to the WooCommerce Subscriptions section.
WP Fusion can sync data from WooCommerce subscriptions to custom fields or properties on contact records in your CRM
The enabled fields will be synced to your CRM when a subscription is created or a subscription status changes.
The available fields are:

Subscription ID: The ID of the subscription
Subscription Status: The status of the subscription (『pending』, 『active』, 『on-hold』, 『expired』, 『cancelled』, or 『pending-cancel』)
Subscription Product Name: The name of the product the customer has subscribed to (in cases of multiple products it will be the first product on the order)
Subscription Start Date: The date the subscription started
Subscription End Date: The date the subscription will end
Next Payment Date: The date of the next scheduled renewal payment (will be updated with each successful renewal)

Note that syncing subscription data with custom fields in your CRM is not very effective on sites where customers can have more than one active subscription, since the values will continue to be overwritten. In that case it is better to use tags.
#Batch Operations
WP Fusion includes two batch operations for WooCommerce Subscriptions, these can be found under Settings » WP Fusion » Advanced » Batch Operations.
These can be used to apply tags and update custom fields in your CRM in bulk for existing subscribers.

There are two options:

WooCommerce Subscriptions statuses: This operation applies tags in your CRM for every subscriber based on the tags configured for your subscription products, and the customer』s current subscription status. It does not sync any fields.
WooCommerce Subscriptions meta: Syncs the subscription product name, start date, status, and next renewal dates for all subscriptions. Does not modify any tags.

#Developers
WP Fusion』s WooCommerce integration is very developer friendly. If you open the integration file in /wp-fusion/includes/integrations/class-woocommerce-subscriptions.php you』ll find several actions and filters that allow you to modify what data is synced with your CRM (and when).
#Actions
WP Fusion includes the following action hooks for WooCommerce Subscriptions:

wpf_woocommerce_product_subscription_inactive
wpf_woocommerce_product_subscription_active

#Filters
WP Fusion includes the following filter hooks for WooCommerce Subscriptions:

wpf_woocommerce_subscription_status_apply_tags
wpf_woocommerce_subscription_status_remove_tags
wpf_woocommerce_subscription_sync_fields

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Infusionsoft Overview

Infusionsoft Overview

#Overview
WP Fusion』s Ecommerce Addon (available for Plus and Professional license holders) supports sending order data to your Infusionsoft account for sales made in:

WooCommerce
Easy Digital Downloads
Event Espresso
LifterLMS
MemberPress
Give
and Restrict Content Pro

#Getting Started
After you install the Ecommerce Addon (or update to the latest version), WP Fusion will load a list of all configured products in your Infusionsoft account, and attempt to match them up with existing products in your store. When you go to configure a product in one of our supported plugins, you』ll see a new dropdown field where you can link a product on your store with a product already in your Infusionsoft account.

If you don』t already have the products created in Infusionsoft, don』t worry… WP Fusion will automatically create them for you at the time of checkout, based on the existing product details.
WP Fusion will intelligently detect variable products in WooCommerce and create additional products in Infusionsoft based on those variations.
#How it Works
When a customer checks out on your site, WP Fusion will create a new order in Infusionsoft with the products purchased, quantities, and total sale value.
WP Fusion will also add line items to the order for additional line items such as taxes, shipping, and any coupons used. This sale data will be tied to the contact record who made the purchase.
Any recurring payments, such as from WooCommerce subscriptions, will also automatically be added once the automatic payment has completed successfully.
#How it Looks
is-orders-overviewOrders will be displayed under the orders tab for each contact record.
 
is-ssClicking on an order will give you the full details of the order, including the products purchased, payment type, and any additional line items.
 
#Affiliate Tracking

The Ecommerce Addon will automatically detect affiliate links and referral partner links generated through Infusionsoft』s referral partner center. Sales generated via a referral link will set the Sale Referral Partner on the order and any applicable commissions will be credited.
To use referral links with WP Fusion, you』ll need to modify your tracking links so they can pass data to outside services. See this HelpCenter article for more information.

#Video – Enhanced Ecommerce – Infusionsoft

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

WooCommerce Product Addons

WooCommerce Product Addons

#Overview
WP Fusion includes additional support for the WooCommerce Product Addons extension. This extension allows you to collect additional product information from your customers, such as desired sizes, colors, engravings, etc.
For general information on syncing WooCommerce orders and customers with your CRM, see the WooCommerce documentation.

WP Fusion can then sync these selected addons and attributes to custom fields in your CRM, and apply tags based on addons selected.
#Syncing addon values to your CRM
If you are collecting additional information from the customer in the form of text, checkbox, or dropdown addons, these fields will show up for sync under the WooCommerce Addons header on the Contact Fields tab of the WP Fusion settings.

At the top of the list will appear your global addons. Beneath that will be the addons associated with specified products. These are identified by numeric keys comprised of the product ID and addon ID.
With Checkboxes-type addons, which have multiple options, WP Fusion provides two methods for syncing data.

The addon name will show as a mutiselect type field. This syncs all of the selected options into a single field in your CRM, for example a multi-checkboxes or list box field (in CRMs that support it).
Each one of the checkbox options will also show as a checkbox type field. This allows syncing the values of each individual option as true / false into a single CRM field. This is helpful for CRMs that don』t have a multi-checkbox custom field type, or if you want to track the checkbox values in separate custom fields.
#Applying Tags
When editing addons for an individual product, you』ll see a new column where you can specify tags to be applied if this addon is selected.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

Web Host Compatibility

Web Host Compatibility

#Overview
The Downloads Addon for WP Fusion works out of the box with almost all hosts running Apache servers without any extra setup or configuration.
However, due to some specific set up of certain hosting platforms, there are some considerations and configurations listed below.
#Siteground
There is a known issue with SiteGround static and dynamic caching:

Protected files including documents and images will always be cached immediately upon access from an authorized WordPress user. As a result, they will then be accessible to all of your visitors, which stops our access rules from working properly.
Static content such as documents and images cannot be excluded via the Dynamic cache exclude feature (SG Optimizer plugin). This feature allows you to exclude dynamic web pages only.

Since it』s a limitation from SiteGround affecting protection of files with WP Fusion, we recommend disabling Dynamic (and Static) cache, but keeping SiteGround Memcache enabled, and installing a good cache plugin. We recommend Cache Enabler.
#NGINX Hosts
Since NGINX does not have .htaccess-type capabilities, WP Fusion and WordPress at large cannot modify and update the server configuration automatically for you.

Note: The Downloads Addon is no longer officially supported on NGINX hosts (like WP Engine). The guides below can be used at your own risk.
For more robust file download protection which works on NGINX hosting, we recommend Prevent Direct Access.

#WP Engine Setup
1. Log in to your WP Engine User Portal

2. Under your website 「Installs」, click on 「Redirect rules」 then 「New redirect rule」

3. Enter these details into the popup fields:

Domain: Choose your website domain
Redirect name: Downloads protection
Source: wp-content/uploads(/_wpfd/.*.w+)$
Destination: https://www.yourwebsite.com/index.php?wpfd=$1
Redirect type: 301 Permanent

#Implement Our Nginx Rewrite Rules Manually
This is the recommended method to keep pretty permalinks for your file URLs.
1. Find and open your website』s Nginx config file which is normally located at /etc/nginx/site-available (or /etc/nginx/conf/site-available if you』re using Arch Linux)
2. Put inside the server block:
server {

location / {
...
}

# Put WP Fusion rewrite rule here
rewrite wp-content/uploads(/_wpfd/.*.w+)$ "/index.php?wpfd=$1" last;
}

3. Restart your Nginx server. The WP Fusion Downloads Addon should be now working on your website.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

YITH WooCommerce Multi Vendor

YITH WooCommerce Multi Vendor

#Overview
WP Fusion includes an integration with the YITH WooCommerce Multi Vendor plugin for syncing vendor information between your WordPress site and connected CRM or marketing automation tool.
#Syncing Vendor Information
When a vendor registers a new account on your site, WP Fusion will automatically create a contact record in your CRM.
You can sync additional vendor information with custom fields in your CRM by enabling the fields for sync at Settings » WP Fusion » Contact Fields » YITH Vendors.

Any enabled fields will be synced when a vendor registers, or is approved. For more information, see the documentation on Syncing Contact Fields.
#Global Settings
At Settings » WP Fusion » Integrations » YITH Vendors Integration, there are two global options for YITH Vendors.

The two options are:

Defer Until Activation: With this option checked, no data will be sent to your CRM until a vendor』s application has been approved by an admin.
Apply Tags: The tags specified here will be applied in your CRM when a vendor』s application is approved.

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

EDD Software Licensing

EDD Software Licensing

#Overview
WP Fusion integrates with the Easy Digital Downloads Software Licensing addon to synchronize customer license data to your CRM or marketing automation system.
With WP Fusion you can

Track license statuses in your CRM
Track license expiration dates in your CRM
Apply tags to customers when licenses expire

#Field Syncing
Under Settings » WP Fusion » Contact Fields you will find a new section for EDD Software Licensing.

Here you can enable the License Status and License Expiration fields for sync. When these values are updated for a license the data will be sent to the customer』s contact record in your CRM.
#Tagging
When editing any download there is an additional option to specify tags for License Expiration.

When a license expires these tags will be applied to the customer.
#Event Tracking
Using the Event Tracking addon, you can track Easy Digital Downloads Software Licensing statuses and data as events in supported CRMs.
Events can be configured in two places. On an individual product, on the WP Fusion metabox:
Event tracking can be configured on the WP Fusion metabox when editing any Easy Downloads product.
Or in the Event Tracking global settings:
Event tracking can also be configured globally at Settings » Event Tracking.
The available triggers for event tracking with EDD Software Licensing are:

License Activated: Triggered whenever a license key is activated on a site.
License Deactivated: Triggered whenever a license key is deactivated on a site.
Installed Update: Triggered when a plugin update is downloaded onto the remote site.

#Syncing Historical Data
Under the Batch Operations header under Settings » WP Fusion » Advanced there is an option to process historical licenses for your customers.

Running this process will go through all licenses and sync their status and expiration date to your CRM. If tags have been specified for license expiration these will also be applied at this time.
 

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

WooCommerce

WooCommerce

#Overview
WP Fusion integrates with WooCommerce to add customers to your CRM when they make a purchase on your site, and tag them based on products purchased.
You can also use WP Fusion to restrict access to products and product variations, as well as track coupon usage, and auto-apply coupons based on CRM tags.
With supported platforms, WP Fusion』s Enhanced Ecommerce addon can also sync revenue data, deals, and/or invoices from WooCommerce to your CRM』s ecommerce system.
And WP Fusion』s Abandoned Cart addon can track abandoned WooCommerce carts, allowing you to follow up with customers using automated sequences in your CRM.
Having trouble with WP Fusion』s WooCommerce integration? Check out our troubleshooting guide.
#Syncing customer data and custom fields
By default, when a customer checks out on your store, a new contact will be created in your CRM with their first name, last name, and email.
You can enable additional fields for sync from the Contact Fields tab in the WP Fusion settings.

By default all of the billing and shipping fields will be available for sync. If you』re using a custom checkout field editor plugin such as WooCommerce Checkout Field Editor, those fields will also be displayed.
#Order fields
WP Fusion has the ability to sync some details about the customer』s most recent order to custom fields in your CRM. Those can be enabled under the WooCommerce Order heading in the contact fields list.
WP Fusion supports syncing details about a customer』s most recent order to custom fields or properties in your CRM
The available fields are:

Last Order Total: The total order value
Order Notes: Any notes added by the customer to the order at checkout
Last Order Date: The date of the customer』s most recent order
Last Coupon Used: The coupon code used at checkout
Last Order ID: The ID of the order
Last Order Payment Method: The title of the payment method used, for example 「Stripe」, 「PayPal」

#Attribute Fields
If you』re selling variable products, WP Fusion also supports syncing selected attributes to custom fields in your CRM.

Under the WooCommerce Attributes header you』ll see all of the available attributes from your products. When a customer checks out the selected attribute will be stored in the corresponding custom field.
#General settings
WP Fusion has some general settings for WooCommerce. These can be found on the Integrations tab in the WP Fusion settings.

Those options are:

Apply Tags to Customers: The tags specified here will be applied to all WooCommerce customers, when an order is placed.
Hide Restricted Products: If you』ve configured access rules on an individual product, turning on this option lets you completely hide products from your store if the user doesn』t have the required tags.
Restricted Product Error Message: The message here will be displayed when someone tries to add a restricted product to their cart.
Asynchronous Checkout: When this is enabled WP Fusion runs WooCommerce order actions in the background, after the checkout has completed. This makes the checkout process faster, but it can sometimes have problems with caching or security plugins.
Hide Coupon Field: If you』re using automatic discounts, enabling this option lets you hide the coupon input field on the checkout.
Apply Tags – Left Review: The tags specified here will be applied when a user leaves a review on a product.

#Email Optins
WP Fusion includes an option to add an email optin checkbox to the WooCommerce checkout. This can be enabled by checking the box for Email Optin.

You can customize the message that』s displayed, as well as the tags that are applied when the checkbox is checked.
As an alternative to applying tags, you can also sync the value of the optin checkbox to a custom field in your CRM, by enabling the email_optin field for sync at Settings » WP Fusion » Contact Fields » WooCommerce Customer.
When enabled the optin checkbox will be displayed next to the Place Order button on the checkout.

For more control over the checkout fields, we recommend WooCommerce Checkout Field Editor.
#Automatic tagging
With some CRMs WP Fusion supports automatically generating and applying tags based on certain variables when someone makes a purchase in WooCommerce.
If your CRM supports this feature, these settings will appear on the Integrations tab in the WP Fusion settings:

The Tag Prefix will be appended to any of the automatically generated tags. This field also accepts the shortcode [status] to dynamically insert the status of the order.
For example if someone purchases a product Widget and the order status is Processing, you could set the Tag Prefix field to
Purchased – [status] –
This would apply the tag Purchased – Processing – Widget.

#Order status tagging
WP Fusion also includes an option where you can apply tags to a customer in your CRM when their order status changes in WooCommerce. For example if you manually mark an order as 「Shipped」, an automated email could be sent through your CRM to customers.

Warning: It is recommended not to sync Pending payment customers with your CRM. When this is enabled, WP Fusion needs to create a contact record and apply a tag as soon as the pending order is created in WooCommerce, and then update it and apply additional tags less than a second later when the payment is processed.
This slows down your checkout with many duplicate API calls and in most cases isn』t necessary.
A more performant method of tracking incomplete payments is to use Abandoned Cart Tracking.

#Order management
When editing any WooCommerce order in the admin, you will see a meta box indicating that order』s status with WP Fusion.

The meta box will show whether or not the order was processed by WP Fusion, and the customer』s contact ID in your CRM.
If you have email optins enabled, the customer』s optin status will be shown.
If you』re using the Enhanced Ecommerce addon you will also see the corresponding invoice ID (or order ID) in your CRM』s sales pipeline.
To manually process an order again (for example to fix an invalid field value), click the Process WP Fusion actions again button.
#Order notes
The order notes in the order sidebar will show when an order was processed by WP Fusion, and also any corresponding invoices created by the Enhanced Ecommerce addon. In cases where there were errors during checkout, these will also be recorded to the order notes, as well as the WP Fusion activity logs.
#Tagging customers
WP Fusion gives you a variety of ways to tag your WooCommerce customers in your CRM. The simplest method is to tag based on the product purchased, but you can also apply tags to all customers as a global setting, or based on product categories.
Note: Most CRMs that WP Fusion supports use 「tags」 to segment contact records, but the interfaces may vary depending on what your platform uses for segments. For example with HubSpot and Sendinblue you』ll see 「lists」, or with MailerLite you』ll see 「groups」. This is just a label difference and the end functionality is the same.
#Product setup
When WP Fusion is active, you』ll see a new tab on the WooCommerce product settings where you can specify tags to be applied when that product is purchased, refunded, or when an initial transaction fails.

The standard settings are:

Apply tags when purchased:  These tags will be applied in the CRM when the product is purchased. They will be removed automatically if the order is refunded.
Apply tags when refunded: These tags will be applied in the CRM when an order is refunded.
Apply tags when transaction failed: These tags will be applied when an initial payment fails, or when an order status changes to Failed. They will be removed when a successful payment is received.

You may see additional fields for Subscriptions or Deposits if you are using those plugins.
If the Abandoned Cart Addon is active you can also configure tags to be applied when the product is left in an abandoned cart.
#Variable products
If you』re using variable products, you can also specify tags to be applied at purchase per-variation. These are visible when editing the variation, alongside the price and other details.

WP Fusion also gives you the option to only show specific variations to users based on their tags. This can be used to offer special products or pricing to existing members.
#Category tagging
You can also specify tags to be applied at the category level. To do this click Edit on any product category, and you』ll see a setting where you can specify tags to be applied.

 
#Bulk Editing
There may be situations where you need to bulk edit the tags that are configured on your WooCommerce products. WPSheetEditor provides a free WP Fusion addon to customers of their WooCommerce Products Spreadsheet plugin.
Quickly set up WP Fusion for many products using WPSheetEditor
You can read a tutorial on bulk editing WP Fusion tag rules here.
#Refunds
If an order is marked Refunded in WooCommerce, the tags specified in Apply tags when purchased will automatically be removed. You can also optionally specify tags to be applied when an order is refunded using the Apply tags when refunded setting.
 
#Coupons and Discounts
While editing any coupon, you can specify tags to be applied to the customer if the coupon is used.
#Restricting access to coupons
You can require a user to be logged in and to have a specific tag to use a coupon code. This can be set from the Required Tags setting on the Usage Restriction tab in the coupon settings.
#Auto-applying discounts
You can also automatically grant coupons to customers based on their tags in your CRM.

If the user has any one of the specified tags, the discount will be applied when they add a product to their cart. This feature also works with our auto-login links.
#Discount labels
You can optionally override the coupon labels shown on the cart and at checkout. The Discount label is displayed in the order summary.
Custom discount label in the order summary.
 
By default this will be the coupon code of the applied coupon, but here we』ve overridden it to say 「Discount」. You could set this to say something like 「Member Discount」 or 「Loyalty Program」.
The Discount message is shown at the top of the cart or checkout when the coupon is applied.
 

By default this will say 「Coupon code applied successfully.」 Here we』ve overridden it to say 「You received a discount!」
 
#Product Availability
You have the option to restrict access to a product unless a user has a certain tag applied to their account.
This is a great way to offer up-sell products or add-ons for your existing users. For more information on restricting content, see the documentation on meta box setup.
Screen Shot 2016-01-28 at 02.51.47
#Event tracking
Using the Event Tracking addon, you can track WooCommerce product purchases as events in supported CRMs.
Events can be configured in two places. On an individual product, on the WP Fusion settings tab:
Event tracking single product settingsEvent tracking can be configured on the WP Fusion tab when editing any WooCommerce product.
Or in the Event Tracking global settings:
Event tracking global settingsEvent tracking can also be configured globally at Settings » Event Tracking.
The available triggers for event tracking with WooCommerce are:

Purchased Product: Triggered each time a single product is purchased.
Order Placed: Triggered each time a WooCommerce order is placed.

#Syncing historical orders
If you already have an existing WooCommerce store, you can use WP Fusion to sync all historical orders to your CRM.
First configure your products with any tags you』d like to be applied when purchased. Then navigate to Settings » WP Fusion » Advanced and scroll down to the Batch Operations section.

Select 「WooCommerce orders」 from the list of options, and click Create Background Task.
WP Fusion will go through all of your orders, adding / updating contacts as necessary, and tagging them based on the products purchased. A status bar will appear at the top of the page indicating the progress.
After each order is processed it will be locked by WP Fusion so it can』t be exported again, to prevent duplicate data from going to your CRM.
#Developers
WP Fusion』s WooCommerce integration is very developer friendly. If you open the integration file in /wp-fusion/includes/integrations/class-woocommerce.php you』ll find many actions and filters that allow you to modify what data is synced with your CRM (and when).
Some general notes:
#Order statuses
By default WP Fusion processes a WooCommerce order when its status is changed to either processing or completed. When an order is 「processed」, a contact record is created in your CRM, and any tags configured on the products (and elsewhere) are applied.
There may be situations in which you need to process an order at a different status. For example maybe you want to apply tags that grant access to content while an order is still in pending status (i.e. before a payment has been received).
#Register additional statuses for sync
You can register additional statuses by hooking into the woocommerce_order_status_{$status} action and calling wp_fusion()->integrations->woocommerce->process_order( $order_id ).
function wpf_add_custom_order_status() {

// Process "pending" status orders
add_action( 'woocommerce_order_status_pending', array( wp_fusion()->integrations->woocommerce, 'process_order' ) );

// OR, alternatively, on a custom order status "tbh-unpaid"
// add_action( 'woocommerce_order_status_tbh-unpaid', array( wp_fusion()->integrations->woocommerce, 'process_order' ) );

}

add_action( 'wp_fusion_init', 'wpf_add_custom_order_status' );
#Exclude order statuses from syncing
Or, maybe you want to prevent WP Fusion from running on a particular status. This example causes WP Fusion to ignore the processing status and only run on the completed status.
add_filter( 'wpf_woocommerce_order_statuses', function( $statuses ) {

$ignore_statuses = array( 'processing' );
return array_diff( $statuses, $ignore_statuses );

} );
#Actions
WP Fusion includes the following action hooks for WooCommerce:

wpf_guest_contact_created
wpf_guest_contact_updated
wpf_woocommerce_payment_complete
wpf_woocommerce_panel
wpf_woocommerce_variation_panel
wpf_woocommerce_coupon_panel

#Filters
WP Fusion includes the following filter hooks for WooCommerce:

wpf_woocommerce_customer_data
wpf_woocommerce_order_statuses
wpf_woocommerce_billing_email
wpf_woocommerce_user_id
wpf_woocommerce_apply_tags_checkout
wpf_auto_apply_coupon_for_user

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No

NationBuilder Overview

NationBuilder Overview

#Overview
WP Fusion』s Ecommerce Addon (available for Plus and Professional license holders) now supports sending ecommerce transaction data to your NationBuilder account for sales or donations made in:

WooCommerce
Easy Digital Downloads
Event Espresso
LifterLMS
MemberPress
Give
and Restrict Content Pro

#Getting Started
After you install the Ecommerce Addon (or update to the latest version), WP Fusion will begin sending transactions from any of the plugins listed above to your NationBuilder account, as donations.
#General Settings
WP Fusion allows you to specify a custom tracking code slug for donations synced from WordPress. This setting is found at Settings » WP Fusion » Enhanced Ecommerce.

If a tracking code slug is specified, it will be displayed in the donations list in NationBuilder. You can use tracking codes to differentiate between different donation sources.
Tracking codes are displayed in the donations list in NationBuilder
#How it Works
When a customer checks out on your site, WP Fusion will create a new donation NationBuilder with the order date and total value. This donation data will be tied to the Person record who made the donation.
#How it Looks
Donor badge is displayed on the Person record in NationBuilder
Donations are displayed on the Person details view
The integration name and transaction ID are shown in the donation notes
#Video – Enhanced Ecommerce – NationBuilder

#Was this helpful?

Let us know if you liked the post. That』s the only way we can improve.

Yes

No