Forum: Affiliates Enterprise

  • Sender of Email Notification

    Hi there, I am having issue of changing the sender of email notification, at the moment, the sender email showing “wordpress@xxxxx.com” (WordPress via ns77.xxxxxx.net) please kindly see if you can provide some indication. Thanks so much.

  • Zero amount in commissions

    Hello, For a few days I have a problem with commissions, that appears at zero for all orders and affiliates. Before it works very well so I don’t understand what happen. I have the free plugin groups and premium plugin groups woocommerce. I have one formula for one group and another one for a second…

  • Custom formula based on total sale

    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

    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

    I need captcha or recaptcha for logging to the affiliate panel. How could I do it?

  • how to setup the timezone for affiliates enterprise?

    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

    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

    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

    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?

    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

    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

    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

    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

    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

    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

    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…

  • Integration with Woocommerce

    Hi, We have bought license on Affiliates Enterprise and want to use this with a product line from WooCommerce, when installing the integration direct from Affiliates we get “add-on not found”. Can you send us the Zip.file for manual installation?

  • Api reference offline?

    Hi. http://api.itthinx.com/affiliates/ is not reachable. Did you change the address? Best regards Michael

  • Pay Commission on Product Price, Not Price After Coupon Applied

    I set up a coupon in Woocommerce that essentially sets the price to $0 in the cart. I wish to pay a commission on the Regular price, not the discounted price of $0. Can this be accomplished without changing the code?

  • Creating Commission Scales

    I would like to create a scalable commission schedule, for instance: Affiliate X sells 1000$ in product in one month, they will earn a commission of 10%. The next month Affiliate X sells 2000$ in product, they will earn a 20% commission. I can’t seem to find anywhere in the forums that outlines this. Any…