Your cart is currently empty!
Forum: Affiliates Enterprise
log out issue after registration
—
by
Hi there i have an issue after my users register for to become an affiliate, it says thank you for registering, but whenever they need to go to their student dashboard or affiliate dashboard the system kicks them out. i need you to get back to me urgently as we are relaunching this in 2…
Affiliates Woocommerce plugin
—
by
I have the Affiliates Enterprise but I can´t find how to download the Woocommerce plugin to integrate them
Referrer: How to see sales?
—
by
Hello everybody, yesterday I bought the Enterprise version of Affiliate, installed all the necessary and mandatory plugins. I have sales contacts in Spain, Portugal and France, even if the sales contacts use discount codes created by me, their percentage is valid on the full cost of the product, I tried it with a 100% discount,…
Login, after registration redirects to wp login
—
by
Greetings, thanks for helping. There are a few things I need to address before I can publish and I would like to address 3 of them here to start. • My affiliate Login/Registration page: https://dev.nanoplanetcbd.com/cbd-affiliate-program/ If I register a Test account here I need to be able to redirect to a custom page explaining the…
Your topic is pending review : Does Affiliates enterprise include any multi-level “spillover” feature?
—
by
Set the multilevel to be only 5 levels. Affiliates Enterprise includes any feature that allows after an affiliate reaches the maximum level limit established, automatically assign new affiliates to other affiliates who have not reached the maximum level limit established?
Count tiers levels
—
by
Hi guys! Hopes everything is good with? I want to have some help/guidelines though I want to create a shortcode where I can show for an affiliate how many tiers who has signed up in each level. Like “You have 20 in level 1” , “You have 13 in level 2” etc etc Been searching…
Referral Links No Longer Work
—
by
In testing the functions of the site, as of a few days ago, the referral links don’t seem to matter. It assigns every new entry to Direct. The current downline listing does not even list them (Manage Afflilates>Direct>Referred Affiliates). New enrollees do not appear in the lineage of Direct, even though they are listed on…
Create Tiers per # of Products Sold
—
by
Hi Guys and thanks for helping. So, I am reading through the Rates, Tiers & Variables section of the Enterprise package and I don’t see an easy option to accomplish my idea of the Tiers I want to create… my a little advice here please (especially if it has to do with creating a string…
error: your answer was incorrect – please try again
—
by
Any idea why I might be receiving this error after installation, setup and trying to Register a new account…. registering a new account receives this error and there is no account or confirmation email sent.
Affiliates woocommerce integration
—
by
Hello Everyone, I just purchased Affiliates Enterprise and I am in the process of setting it up. During the settings, it was recommended to install the Affiliates WooCommerce Integration plugin and when I followed the link to start the download it gave me a notice saying: Plugin not found. Could you please advise? Blessings to…
Warning: when adding a object or term for rates
—
by
Hi guys! Hopes everything is good with you? Using: Affiliate Enterprise Version 4.13.0 I’m playing around with my local sandbox and noticed a warning when I’m trying to add an object or term for rates. “Warning: count(): Parameter must be an array or an object that implements Countable in /Users/user/ProjectsWP/itthinx/app/public/wp-content/plugins/affiliates-enterprise/lib/ext/includes/class-affiliates-rate.php on line 83” I also…
“Critical Error on this website” when attempting to remove product from rates.
—
by
I get the following error “There has been a critical error on this website. Please check your site admin email inbox for instructions.” when I attempt to remove the product and woocommerce integration from the rate. Other changes can be made without the error.
Top Up Affiliates
—
by
Hello, I use pay per click for promotion purposes I would like to manually increase the stats like visits or totals in the dashboard of an affiliate. Is this possible ? And is it possible when I have set an affiliate to close i.e. paid out that the stats like visits and totals are set…
Change decimal places
—
by
Hello, I have already searched the forum but the solutions I found do not work. I have as indicated : function affiliates_change_decimals_example( $decimals, $context ) { if ( $context === ‘display’ ) { $decimals = 2; } else { $decimals = 6; } return $decimals; } add_filter( ‘affiliates_referral_amount_decimals’, ‘affiliates_change_decimals_example’ ); entered in the wp config…