Your cart is currently empty!
—
by
Is there a way to show the tiers without showing the sum?
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.
.depth .branch .referrals { display: none; }
Comments
One response to “[affiliates_tiers] Shortcut”
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.