Your cart is currently empty!
Affiliate Performance changes
—
by
I got my affiliate page all formatted the way I want, just one thing I can’t figure out… http://swoonpatterns.com/affiliates/
It displays the dollar amounts in unordered list format. Is there a way I can have them on the same line as the title?
For example, it displays as so…
Commissions pending payment:
Commissions paid:
• USD $0.00
I’d like it to display as so instead, with no list or line break…
Commissions pending payment: USD $0.00
Commissions paid: USD $0.00
(the number of sales portion below that displays fine)
Number of sales referred
Accepted referrals pending payment: 0
Referrals paid: 2
Posted in Affiliates Pro
Comments
One response to “Affiliate Performance changes”
Hi,
this shortcode shows data as lists (ul > li). You could use css to change appearance, or modify the shortcode ( on affiliates-pro/lib/core/class-affiliates-shortcodes.php line 311).
cheers