Your cart is currently empty!
Forum: Affiliates Enterprise
Custom formula based on total sale
—
by
Hello, I am creating a custom rate based on a formula. My current formula is referral_rate*product_commission. “referral_rate” and “product_commission” are custom made variables created by the following rule: function my_variables( $variables, $rate, $context ) { $vat_rate = 0.055; $product_total = $variables[’t’]*$vat_rate; // FIXME: Find sale total $sale_total = $product_total; $variables[’vat_rate’] = $vat_rate; $variables[’product_total’] = $product_total;…
Block affiliate to receive revenue
—
by
Hello, I am trying to create a rule that blocks the user from receiving revenues if haven’t sold more than for example 1000$. After the client sold 1000$ in one or more orders that user will receive a rate for every product. In order to do that I tried to use an action filter like…
Captcha or recaptcha
—
by
I need captcha or recaptcha for logging to the affiliate panel. How could I do it?
how to setup the timezone for affiliates enterprise?
—
by
The timezone in the affiliates enterprise is different from the WooCommerce order time. The original order from WC is same as my timezone. But the date in Affiliates Enterprise is UTC+0 time, which is not the time of the WC orders. How to setup the correct timezone in the Affiliates Enterprise? Thanks.
Translation forms
—
by
Hello, There are two sentences that I cannot translate, they are the sentences above the login and registration forms. I found these sentences in the dashboard / login.php and registration.php templates but when I modify them it creates a bug. I don’t understand, it is however only text. Do you know how I can do…
Annual Subscription
—
by
Hello, I want insert an annual subscription for Affiliates with affiliates enterprise. Do you know the best way to do it ? Thank you and have a good day. Vânia
Zero Amount in comissions
—
by
Hello We have Affiliate Enterprise – with 5 level multi tier – 1 product (woocommerce). 5 level down affiliates Aff 1 10% commission 0.10 in rates Aff 2 10% commission 0.10 in rates Aff 3 3% commission 0.03 in rates Aff4 3% commissions 0.03 in rates aff 5 2% commissions 0.02 in rates When aff…
How to setup purchase commission with Tiers?
—
by
Dear Support, I have the following requirements: Scenarios 1: When any persons bought following items, the persons has product commission: 1. Product A -> 10 commission 2. Product B -> 20 commission 3. Product C -> 30 commission Scenario 2 Also, if Person A refer another Person B who bought Product A, the following will…
Pixel Tracking
—
by
I am using Affiliate Enterprise with Oxygen 3.8 and for the life of me I can not figure out how to add pixel tracking short code to the Affiliate Enterprise Affiliate Area. Can you provide some guidance please?
How to use affiliate balance to purchase products
—
by
Hi, Is there any way that earned balance from affiliate used in purchasing woo-commerce products? If yes, how can it be done? If no, is there any API that you recommend us to do? Thanks a lot.
itthinx update fail to install
—
by
The plugin can’t setup on my wordpress installation : Error 503 Backend fetch failed Backend fetch failed Guru Meditation: XID: 123512874 Varnish cache server Is it a temporaly problem with the plugin ? It seems the wordpress update service doesn’t find the .zip archive.
track Elementor forms
—
by
Hi. the plugin can track leads refferal from contact form 7, ninja forms and gravity. but it can’t track Elementor forms. is there a tweak or modification I can use to make it track elementor forms? Thank you.
No tracking of sales
—
by
I am using Affiliates enterprise and have setup a test affiliate as : bsoussana I am using Stripe test mode to test the transactions and see if they are flowing back to my reports and I don’t see any tracking. The website is https://aquashieldcars.com Can you help?
Personalized commission formula
—
by
Hello, I want to create a commission : – Based on a commissionable percentage of the product price (21%) and not on product price – Progressive, 20% based on the commissionable price for orders from 5000€, 25% based on the commissionable price for orders from 10000€ and 30% based on commissionable price for orders from…