Tiers

Hello!

Ecwid installed a online-shop, which after the upgrade, add the pluguin Affiliate Pro
Then as suggested, we upgraded to the Affiliate Entreprise.

We want to create an affiliate system, in which each get 10% of each sale made in our store, up to 499 €.
From that value all sales to € 2,999 we offer 20% of the sales value.
And more than 3000 € 30%.

These rates could set the “attributes affiliate” but without retroactive effect, ie, the previous value is taxed to the previous percentage. We would like to spend the affiliate for the next step, the accumulated value of the assumed percentage ranking.

Can you tell me how it is configured?
thank you


Comments

7 responses to “Tiers”

  1. Isabel Avatar

    Hello Kento.

    Thanks for the reply.
    Yes that is an option.

    But for that I will have to close entries, and add the affiliate one by one, right?
    Or do I create a redirect to the social network?

    1. Hi Isabel,

      Yes I would assume that in this case you would want to create them manually after verifying that the requesting user is in fact a member of the network. Redirecting to the network wouldn’t be an option as it’s a separate system (I assume).

      Cheers

  2. Isabel Avatar

    Good afternoon Kento.

    I need help!

    To have access to the affiliate system, the member should first enroll, or be a member in our social network:

    http://solucoesperfeitasecriativas.ning.com

    How can I do this?

    thank you

    1. Hi Isabel,

      You could add a form to your site using Contact Form 7 or Gravity Forms and let those who want to join your affiliate program indicate their nick on the social network as a reference. With that you can check they belong to the network and then create an affiliate account for them on the site.

      Is that an option?

  3. Isabel Avatar

    Thank you, Kento

    I will install the plugin and then share the results.

    Good weekend and all the best for everyone!

    1. Perfect, please let me know if you need additional help.

      Have a great weekend 🙂

  4. Hi Isabel,

    You can set this up using the Affiliates Custom Method Minimum Rates plugin which provides a custom method that allows to define rates based on minimum order amounts.

    1. Make a backup of your site and database.
    2. Download the custom method plugin’s zip file, install and activate it.
    3. Go to Affiliates > Settings, under Default referral calculation choose Referral Amount Method and click Save. Now under Default referral calculation value choose ACMMinRates::custom_method.
    4. Under Plugins > Editor choose Affiliates Custom Method Minimum Rates and click Select.
    5. Change the numbers near the top to the following to reflect your desired rates and minimums:

    public static $rates = array(
    '0' => 0.10,
    '500' => 0.20,
    '3000' => 0.30
    );

    After changing the numbers click Update File at the bottom.

    IMPORTANT : Make sure that you do use this exact syntax, if errors occur you may end up with a WSOD – if you get a white page instead of your site, you can delete the plugin’s folder under wp-content/plugins and reinstall it.

Share