Easily build partnerships with customers, bloggers, influencers, etc. to drive traffic to your shop and increase sales.
Quality leads, more revenue
Run a powerful affiliate campaign and get quality leads, traffic, and sales for your shop.
Launch an affiliate program
Quickly launch an affiliate program in your shop and manage affiliates, commissions, and stats easily.
Advanced features, more control
Upgrade to the premium version for advanced features like custom registration forms, automatic approval of affiliates, advanced reports, and more control over commissions and payments.
Dev: added yith_wcaf_show_dashboard_links filter to let dev show navigation menu on all affiliates dashboard pages
1.1.0 – Released on 04 April 2017
New: WordPress 4.7.3 compatibility
New: WooCommerce 3.0-RC2 compatibility
New: Delete bulk action for payments
Tweak: text domain to yith-woocommerce-affiliates. IMPORTANT: this will delete all previous translations
Tweak: delete notes while deleting commission
Fix: delete method for payments
Fix: commission delete process
Fix: commission notes delete process
Dev: added yith_wcaf_affiliate_rate filter to let third party plugin customize affiliate commission rate
Dev: added yith_wcaf_use_percentage_rates filter to let switch from percentage rate to fixed amount (use it at your own risk, as no control over item total is performed)
Dev: added yith_wcaf_become_an_affiliate_redirection filter to let third party plugin customize redirection after “Become an Affiliate” butotn is clicked
Dev: added yith_wcaf_become_affiliate_button_text filter to let third party plugin change Become Affiliate button label
Dev: added yith_wcaf_payment_email_required filter to let third party plugin to remove payment email from affiliate registration form
Dev: added yith_wcaf_create_order_commissions filter, to let dev skip commission handling
Dev: added filters yith_wcaf_before_dashboard_section and yith_wcaf_after_dashboard_section
Dev: added yith_wcaf_get_current_affiliate_token function to get current affiliate token
Dev: added yith_wcaf_get_current_affiliate function to get current affiliate object
Dev: added yith_wcaf_get_current_affiliate_user function to get current affiliate user object
1.0.9 – Released on 03 October 2016
Added: function yith_wcaf_get_current_affiliate_token to get current affiliate token
Added: function yith_wcaf_get_current_affiliate to get current affiliate object
Added: function yith_wcaf_get_current_affiliate_user to get current affiliate user object
Added: Delete bulk action for payments
Added: option to force commissions delete
Added: filter yith_wcaf_persistent_rate to let dev filter persistent rate
Tweak: changed text domain to yith-woocommerce-affiliates
Fixed: Delete method for payments
Fixed: commissions and notes delete methods
1.0.8 – Released on 08 June 2016
Added: support WC 2.6 RC1
Added: style for #yith_wcaf_order_referral_commissions, #yith_wcaf_payment_affiliate, #yith_wcaf_commission_payments
Added: per page input in affiliate dashboard
Tweak: added filter yith_wcaf_is_hosted to filter check over submitted host / server name match in link_generator callback
Fixed: column ordering anchor in affiliate dashboard
1.0.7 – Released on 05 May 2016
Added: WordPress 4.5.x support
Fixed: removed useless library invocation
Fixed: generate link shortcode (removed protocol before check for local url)
1.0.6 – Released on 05 April 2016
Added filter “yith_wcaf_is_valid_token” to is_valid_token
Tweak changed EOL to LF
Tweak: Performance improved with new plugin core 2.0
Fixed order awaiting payment handling
Fixed view problems due to new YITH menu page slug
Fixed generate link shortcode (url parsing improvements)
Fixed affiliate research
Fixed plugin-fw loading
1.0.5 – Released on 16 October 2015
Added: Option to prevent referral cookie to expire
Tweak: Increased expire seconds limit
Tweak: Changed disabled attribute in readonly attribute for link-generator template
Fixed: Commissions/Payment status now translatable from .po files
Fixed: Fatal error occurring sometimes when using YOAST on backend
1.0.4 – Released on 13 August 2015
Added: Compatibility with WC 2.4.2
Tweak: Added missing text domain on link-generator template (thanks to dabodude)
Tweak: Updated internal plugin-fw
1.0.3 – Released on 05 August 2015
Fixed: minor bugs
1.0.2 – Released on 03 April 2015
Tweak: Improved older PHP versions compatibility (removed dynamic class invocation)
I used to love this plugin, but now it’s terrible. I’ve used it before and was satisfied, but now when I install it, it completely crashes my website. The only way to get my site back is by deleting the plugin through the file manager.
Also, I can’t believe they still haven’t added the option to choose between a percentage or a fixed amount for affiliate payments.
I've tried a few affiliate plugins over the years, and I like this one the best. Even with obvious limitations in the free version - it is worth 5-stars. And we'll probably upgrade to pro version.
CONS
- Limited functionaity in the free version - for example won't even send emails to admins or affiliates when sales are recorded, affilaites apply or join etc. Even the free affilaite versions do this. Other limited funcitonality as well.
PROS
- Very nice and visually appealing dashboard. Best I've seen among the affilaite plugins. Easy to understand.
- It works, the affilaite sales are recorded.
- Excellent followup and support. For a free pluign, support response here in WP Org is fast and efficient.
- Doesn't slow page loads. Other affilaite plugins dragged our site speed down, this one doesn't.
- Super easy to install and get setup. Easy to undersand dashboard and features UI/UX is nice.
Hello, Team This Plugin is Awesome. Im New To this can you please guide me on How I Add a Filter to the User Affiliate Dashboard Current Month Commission. OR User Dashboard Reset After the End Of the Month?
Thanks for yith great plugin. For anyone who looking for a way to check the user is affiliate or not, here is the solution:
if(YITH_WCAF_Affiliate_Handler()->is_user_enabled_affiliate()){
//your codes
}
best regards...