ZenphotoCMS Forum
Paypal integration - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Paypal integration (/thread-3140.html)



Paypal integration - Laurent - 2008-06-22

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 :

= := ...
like it's said here :
http://www.zenphoto.org/documentation/zenphoto/_plugins---zenPaypal.php.html


But nothing appear on screen !

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

  2. I use the last zp(1.1.6) with default theme

Thank a lot for help

Laurent




Paypal integration - Laurent - 2008-06-22

Ok,

I have just found.

The code isn't getCustomData() but getImageCustomData().

Now it's work.
I'll go on the exploration of ZP.
I think i'll another question after.

Laurent




Paypal integration - sbillard - 2008-06-22

Sorry about that. I don't always look up the function names when I respond to a post. So, I guess it is always a good idea to check that the function names are correct.




Paypal integration - Laurent - 2008-06-22

No matter sbillard, thank for the great job

Laurent




Paypal integration - vtroia - 2008-08-11

i think the paypal documentation is offline...
http://www.zenphoto.org/documentation-official/zenphoto/_plugins---zenPaypal.php.html/




Paypal integration - sbillard - 2008-08-11

Here is the alternative link: http://www.zenphoto.org/documentation-svn/plugins/_plugins---zenPaypal.php.html

We have been reorganizing our docs.




Paypal integration - acrylian - 2008-08-12

And the official 1.1.7 doc is here: http://www.zenphoto.org/documentation/zenphoto/_plugins---zenPaypal.php.html