Your cart is currently empty!
Forum: Affiliates Pro
Custom url parameter
—
by
Hi, Is it possible to change the URL parameter to a custom name such as the affiliate name? So rather than /?affiliates=2 it could be something such as /?affiliate-name
Coupons are not valid when linked to an affiliate
—
by
Been running my website for around a year now and have been an eCommerce store running woo-commerce. My coupons have always worked normally… I would create them and then customers would be able to enter a code during checkout. Downloaded Affiliates Pro and everything has worked great so far except for when I add a…
Display referral information and form data on affiliate dashboard
—
by
Hi, I would like to be able to display all the referral information and form data from Gravity forms on the affiliate dashboard. Basically the same information that I can see on the backend.
Customer’s name
—
by
Hi, Is it possible to add a column to the page Referrals ( /?affiliates-dashboard-section=referrals ) so the Affiliate knows who makes a purchase? I’ve copied the template files in my theme in /affiliates/dashboard/ if any coding is needed there. Thanks
problems activating license
—
by
I have not been able to continue writing in the open topic and that is why I have written another. Jorge attended me on George Day October 7, 2019 at 10:06 am. I have opened the access to the Ips of Greece to see if it no longer gives you an error and you can…
Campaigns
—
by
Is it posible to create diferente campaigns with the same affiliate in affiliate 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…