Hi all, from what I've seen so far Plogger looks great.
The Download Selected feature got me thinking... what would be involved in changing the Download selected into an add to a Paypal cart function? Perhaps a toggle that I can flip back and forth depending on the collection selected?
That's a very interesting idea, I think this would be pretty easy to do. You could do it a couple ways: If you wanted to keep the "download selected" approach, then you would just modify plog-download.php to serve up a link location instead of a file. The link location would be a PayPal url generated with the proper parameters (http://paypaltech.com/Patrick/pmt_link/). You could also replace the checkmarks underneath each picture with an add to cart paypal link using the same method. These paypal links can be easily generated on the fly, just plug in your price, business name, etc.
I'm not positive this would work, but it sounds entirely feasible.