• Hi,
    I am using the shortcode feature to display purchases made through paypal directly to the site so visitors can see who purchased tickets and for the amount. The issue that came up is that the amount (Mc_gross) displays as a number without a dollar sign. Is there any php I can add to the plugin to have it display as currency (USD) with the $ symbol in front of it? I need this ASAP so the sooner the better

    Thanks so much in advance

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor angelleye

    (@angelleye)

    Hmmm…can’t you just add the dollar sign in front of the shortcode? For example, $[shortcode_name].

    Thread Starter sassoonmedia

    (@sassoonmedia)

    the Mc_gross column is not the first column- first name is. also the dollar sine does not appear before each row.

    Plugin Contributor angelleye

    (@angelleye)

    Maybe I’m confused about what you’re trying to do. You said you’re using the shortcode to display the values in your content, right? If so, then doing as I mentioned would work.

    Now it sounds like you’re talking about adding the currency symbol to the general list of IPN data provided by the plugin..??

    Thread Starter sassoonmedia

    (@sassoonmedia)

    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

    Plugin Contributor angelleye

    (@angelleye)

    Ah, okay. I was thinking you were using individual field shortcodes, but now I see what you mean. I’ll look into this and see if we have a parameter you can set to display the currency code on that field/column. If not we’ll add that option in an update to the plugin. I’ll update you here when I have more info either way. Thanks!

    Thread Starter sassoonmedia

    (@sassoonmedia)

    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″]?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display Mc_gross as currency’ is closed to new replies.