Your cart is currently empty!
How to remove when showing closed total
—
by
Hi,
I would like to remove tags when showing totals using shortcode [affiliates_referrals show=”total” status=”closed”].
How can i do this?
Thank you,
Kind regards,
Matija
Posted in Affiliates Pro
Comments
5 responses to “How to remove when showing closed total”
Thank you.
Do you have any release date maybe?
Kind regards,
Matija
We can give you early access to the current pre-release, it’s pretty stable. Do you want to give it a try?
Hi Antonio,
Thank you for your support, it worked.
Is it possible to add extra commision for some affiliates? For ie. commision is 10% on my product and affiliate 1 will get 10%, but affiliate 2 will get 15% because commision for product is 10% and I added customer based commision another 5%…
Thank you in advance,
Kind regards,
Matija
Hi Davor,
Editing the affiliate from Affiliates->Manage Affiliates you can set a custom rate for the affiliates. But this custom rate will be applied to all products.
Where are working on a major update where you could add custom rates per affiliates and per products.
Kind Regards,
Antonio B.
Hi Davor,
Using this code, you get a list of totals with the currencies. I guess when you say ‘tags’ you mean the points in the list.
Using css, and adding this shortcode in a DIV with a class (ex. “affiliates_referrals”) you can do it:
.affiliates_referrals li {
list-style-type: none;
}
Kind Regards,
Antonio B.