[affiliates_tiers] Shortcut

Is there a way to show the tiers without showing the sum?


Comments

One response to “[affiliates_tiers] Shortcut”

  1. antonio Avatar

    Hi Phillip,
    With the shortcode the referrals are always displayed, there isn’t an option to display them. But you can use css to hidde the referrals, something like this:
    .depth .branch .referrals {
    display: none;
    }

    Kind Regards,
    Antonio B.

Share