Paypal integration

Hi everybody,

1) I want to apologize for my english, i hope you'll understand me end i'll i undesstand you answer too !
2) I play now with zenphoto since 2 weeks, it's a great PHP/software Thank a lot to all the team.
3) I like to have a paypal for my picture but with individual size and price for each pictures. So i search and i found that :
http://www.zenphoto.org/support/topic.php?id=1669&replies=30#post-18902.

I put the code give by sbillard in my image.php file
`$prices = getCustomData();

if (!empty($prices)) {

$pricelist = zenPaypalPricelistFromString($prices);

zenPaypal($pricelist);

}`
In the custom data i put this :
<10x15 cm>:<classique>=<2> <size>:<media>=<price> ...
like it's said here :
http://www.zenphoto.org/documentation/zenphoto/_plugins---zenPaypal.php.html

But nothing appear on screen !

4) I know i am not goog with php but i read this explication again and again it doesn't work for me.

5) I use the last zp(1.1.6) with default theme

Thank a lot for help

Laurent

Comments

Sign In or Register to comment.