thanks!
here’s the shortcode I’m using as a reference:
[paypal_ipn_list field1=”first_name” field2=”last_name” field3=”mc_gross” limit=”200″]
so here’s the page:
https://ystauction.com/sponsors/
I want the last column to display the number as currency
right now it displays a table with first column first name second column last name and third column mc_gross. I want the third column to display the numbers as currency with a dollar sign before each number in the last column
the Mc_gross column is not the first column- first name is. also the dollar sine does not appear before each row.