![]() |
|
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,
I put the code give by sbillard in my image.php file if (!empty($prices)) { $pricelist = zenPaypalPricelistFromString($prices); zenPaypal($pricelist);
But nothing appear on screen !
Thank a lot for help Laurent Paypal integration - Laurent - 2008-06-22 Ok, I have just found. The code isn't Now it's work. 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... 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 |