This version correct a litte bug with quantity and rewrite HTML Code for the element table that permit to view the price list...
http://zenphoto.dev.stephane-huc.net/pages/ZenPaypal-Plugin-ENhttp://zenphoto.dev.stephane-huc.net/pages/ZenPaypal-Plugin-FR
Comments
Thank you,
Warren
http://code.google.com/p/theunarchiver/
The latest still does run on PowerMac with 10.4 (I have one!) and is able to extract.
That being said, using the actual filename would be best in a paypal sales receipt. I tried using getFileName in lines 403 and 404 of your zenpaypal plugin but it didn't work. Is there a way to achieve this?
if(function_exists('getAlbumTitle')) $item_name = gettext('Album: ').getAlbumTitle();
if(function_exists('getImageTitle')) $item_name .= gettext('; Image: ').getImageTitle();
If I exchange getImageTitle text for getFileName shouldn't the FileName show up on the Paypal checkout? When I do this it only displays the AlbumTitle.
Looked through documentation but can't figure it out..
Any help appreciated
`
global $_zp_gallery, $_zp_current_album, $_zp_current_image, $_zp_current_zenpage_news,
$_zp_current_zenpage_page, $_zp_gallery_page, $_zp_current_category, $_zp_authority;
`
Then change your getImageTitle line to this:
`
if(is_object($_zp_current_image)) $item_name .= gettext('; Photo: ').$_zp_current_image->getFileName();
`
From Paypal cart
Album: Architectural Homes Interiors; Title: Brannen Homes - Northern Colorado Luxury Homes; Filename: A8EW0942.jpg