Your cart is currently empty!
Forum: Affiliates Pro
Cart total discount
—
by
Hi again, I am giving a 10% discount if the cart total is > €100 with the following code: add_action( \’woocommerce_cart_calculate_fees\’, \’progressive_discount_based_on_cart_total\’, 10, 1 ); function progressive_discount_based_on_cart_total( $cart_object ) { if ( is_admin() && ! defined( \’DOING_AJAX\’ ) ) return; $cart_total = $cart_object->cart_contents_total; if ( $cart_total > 100.00 ) $percent = 10; else $percent =…
Add affiliates column to woocommerce
—
by
Do you happen to have php code on how to add an Affiliates column to WooCommerce orders? I’d like to be able to see which affiliate is associated with each order by adding a column that shows the affiliate’s “organization” – a custom field from the registration form – in a new column on the…
notifications
—
by
hi, i trust you are doing well. i just purchased the affiliate pro plugin and its been quite good so far . i am trying to set up notifications for my affiliate members and i have enabled all necessary notifications which worked pretty well but i noticed that the emails sent to affiliate are of…
new affiliates upable to set up an account?
—
by
Hi, I have been with you guys for some years now and like it so far. For some reason though now new affiliates are not able to set up an account? They get redirected to the login page and when trying to login again, the system doesn’t recognize it. Not sure what’s going on, please…
Progressive Rates
—
by
Hi, Is it possible to set the Rates (a custom function would be ok) so that the more an affiliate earns in a month the higher the percentage is? Example: €0-€499 12% €500-€999 15% €1000-€1499 18% >= €1500 20% If is not possible, would you suggest an alternative method to achieve this kind of progressive…
How do I delete affiliate user traffic data
—
by
I use 1 affiliate account myself to track my banner advertising and its traffic database is growing fast, so I want to clear all traffic data for that affiliate user account. Is there a way to delete it without deleting the affiliate itself from the “Manage Affiliates”? In this case will deleting the affiliate user…
translation affiliate pro
—
by
Hi I’m trying to translate the plugin affiliate pro by using loco translate but I have a few labels like login, overview and such and the loco does not translate this word. please your help to translate affiliate pro, we’ll want to translate affiliate pro to hebrew. tnx
Redirect Failed Login to Same Page
—
by
If the wrong login credentials are used for the login form , the person is redirected to the WordPress Login Page. Do you have a recommended method for refreshing the custom login page rather than redirecting to the wordpress login page? If code is the best method, what code can I add to my child…
Referrals with 0.00 value
—
by
Hi, I´m using your plugin Affiliates Pro since several years and I´ve never understood why there are so many referrals with 0.00 value. I know that these are free products (we sell digital products and offer some for free as demos). Is there a possibility to avoid these to show up ? Here is how…
Recurring monthly paypal billing without woocommerce subscription
—
by
I have my PayPal Buttons set up for Recurring Billing and all other items in place as outlined for Affiliates Pro including the code Brackets around each PayPal button. Is using the WooCommerce Subscription extension also needed or am I good to go?
New Affiliate not recieving a Confirmation Email
—
by
Hi, i juts buy afiliates pro, the problem is a new user/afiliate did not recieve a confirmation email, im laready check enable registration email, and alson check notify the affiliate, but stiil user did not recieve they confimation email, please respon asap
problems activating license
—
by
Buy a pack of 5 licenses (Affiliates Pro – Up to 5 Sites) whose requested number: 24828. on March 12, 2019. Install the Affiliates Pro in a wordpress months ago and it works perfect for me. I tried to install this week on another wordpress and it doesn’t let me install wocomerce integrations. I have…
Affiliate paypal payment from woocommerce product
—
by
I have Affiliate Pro with the WooCommerce and PayPal AddOns. I am also using Affiliate Coupons. When someone purchases a product using the appropriate Affiliate coupon, that sale gets credited to the Affiliate and the Referral amount is assigned to them. How can I automate it so that they are paid this amount via PayPal…