![]() |
|
New Paypal Page - 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: New Paypal Page (/thread-3222.html) |
New Paypal Page - Laurent - 2008-07-03 Hi all, `$prices = getImageCustomData(); if ($prices == "")
Buy a picture }` My problem is that i want to replace the getFullImageURL fonction by a new php file (buy.php for example). In this file i would display the picture and some text. All this file shoud be theming by the CSS files. Hope you understand me. New Paypal Page - sbillard - 2008-07-03 Sounds like a plan. Did you expect us to write the code for you? `$prices = getImageCustomData(); if (!empty($prices)) echo 'Buy a picture'; }` will get you to your custom buy.php page where you can display the image, etc. New Paypal Page - Laurent - 2008-07-04 Hi, Regards New Paypal Page - Laurent - 2008-08-31 I"m late, come back from holiday... Laurent New Paypal Page - acrylian - 2008-08-31 Thanks a lot! New Paypal Page - Laurent - 2008-09-15 Ouch !!, I think that the problems come from Regards New Paypal Page - sbillard - 2008-09-15 There are no siginificant changes in the paypal plugin between 1.1.7 and 1.2. (Not sure what 1.18 is.) New Paypal Page - Laurent - 2008-09-15 Oh, It's maybe a typo mistake in the function, but i don't find where the function is at this time. Laurent New Paypal Page - Laurent - 2008-09-15 I found : In the 1.2 [2213] there are no more printBuySizedImage function in the template-function.php. Is there a reason that this function as gone or it is just a mistake ? Regards New Paypal Page - sbillard - 2008-09-15 What are you trying to pull on us? First there is no such thing as zenphoto 1.18. second, the zenPaypal plugin which was introduced in zenphoto 1.1.6 has never had a function named New Paypal Page - Laurent - 2008-09-16 Wow, relax. `
` But i most important is that the script works fine Regards New Paypal Page - acrylian - 2008-09-16 The code you posted is actually a function called ' getDefaultSizedImage()`. Not sure what that should do in the paypal plugin at all... Maybe something got mangled on update. New Paypal Page - Laurent - 2008-09-16 Do not worry about that. Best regards |