Yes, basically I want to give special recognition to donors by placing them into a post category when they pay any amount. That way, I can setup an RSS feed at my company's conference that says "Thanks (name) for your donation of (amount)!" in a live feed.
I was able to solve the issue by downloading the beta and basically making the "Product field" calculate. So I have a custom field called "Your Donation Amount" (field ID 4). Then, I added the following to the formula of the Product field:
{Your Donation Amount:4} * 1
This is absolutely perfect. Allows me to let the user set their own donation price PLUS pass that number into the post so it can be broadcast from there. I'm so glad I didn't have to revert back to my javascript book on this one :)
Posted 12 years ago on Friday April 27, 2012 |
Permalink