Pages (5):    1 2 3 4 5   
Administrator
Administrator
acrylian   11-11-2009, 20:48
#21

Quick and easy workaround without even touching the plugin:
Use the custom image field to enter for example "nopaypal" and then check on the theme page with a simple "if" statement if the paypal function should be shown.

Member
Member
hucste   12-11-2009, 10:19
#22

Version 1.1.4 !

http://zenphoto.dev.stephane-huc.net/news/ZenPaypal-Plugin-1.1.4-EN
http://zenphoto.dev.stephane-huc.net/news/ZenPaypal-Plugin-1.1.4-FR

@acrilian: if you explain me, simply that, please ;-)

Member
Member
micheall   12-11-2009, 10:26
#23

What he means is the gallery admin would set a custom field up for a "nopaypal" check, and then in their theme files, they'd add something like "if (customfield != nopaypal) then display paypal stuff. I haven't worked with the customfield stuff myself so not sure the exact usage of it

Administrator
Administrator
acrylian   12-11-2009, 10:33
#24

Thanks micheall, that's it. It's really just if(getImageCustomData() == "paypal") { printPaypal; }> (or the other way round).

I would suggest not to include this check within the plugin.

Member
Member
hucste   12-11-2009, 12:03
#25

ok, thanks to both. I'm going to write this on my pages ;-)

Member
Member
micheall   12-11-2009, 13:53
#26

@hucste

Your comments on the zenpaypal page under the tips should read:

You're missing the {} and a ;

Keep up the great work on the plugin though, it's nice to have it supported again!

Administrator
Administrator
acrylian   12-11-2009, 14:23
#27

One short note to recommended Zenphoto function name guide lines, since you also reworked some code anyway and before you get too fat. Functions that only fetch data should be named getsomething and functions that do echo something printsomething. That makes it easy to see what a function generally does.

I just spotted that this is missing on our developer guidelines so I will add it.

Member
Member
hucste   12-11-2009, 18:30
#28

@micheall: ty. the '{}' is not necessary when you have oe only instruction in bloc if ...but, i've missed ';' ;-)

@acrylian: ok, if i understand you, that's better than rename function 'zenPayPalDisplayPaypalLogo' to 'printPayPalLogoforZenPaypal', isnt-it ?!

Administrator
Administrator
acrylian   12-11-2009, 18:39
#29

Shorter would be just printZenPayPalLogo() for example, if you want to keep the "zenpaypal" in all functions...:-)

Member
Member
hucste   12-11-2009, 19:36
#30

ok, it's modified. v.1.1.5 !
(not necessary to update your version, just to be compliant with our guideline ;-) )

http://zenphoto.dev.stephane-huc.net/pages/ZenPaypal-Plugin-EN
http://zenphoto.dev.stephane-huc.net/pages/ZenPaypal-Plugin-FR

Member
Member
Laurent   12-11-2009, 22:44
#31

Whaou,

you are great, i ask for a option yesterday and today i saw a new version, thank you very much to you.

@hucste : i saw your french web page, it's better for me ;-)
I will try it this week-end, to much work now.

Laurent

Member
Member
Laurent   14-11-2009, 12:56
#32

I test your plugin. I have a blank page but i found how to do. There are a little typo error in your explanation on the french site. You have to delete the first "accolade" (sorry for the french name, i don't know it in english" just after the :

Member
Member
hucste   14-11-2009, 16:48
#33

@laurent: ty. I've modified my french page. the symbole '{' is in english : opening brace. ;-)

Member
Member
shiatostorm   17-11-2009, 15:14
#34

Great Plugin, well done.
Just one thing - I may have missed it but is there a way to have postage add just the once at all, rather than adding it on each time a new item is selected..?

Member
Member
micheall   17-11-2009, 15:31
#35

Ah! I never noticed that myself as I always tested with multiples of the same item.

@hucste
When ordering multiples of the same item the S&H is only calculated once, but when ordering multiples of different photos it charges once per "photo" but not the # of those photos, if that makes sense.

Member
Member
shiatostorm   17-11-2009, 21:50
#36

yep, thats what I've found. thing is if someone comes along to order picture A and then choose B, C and D they get charged postage 4 times... there might be a way around it in the paypal literature, I'll have a scan. There must be a way around it surely...

Member
Member
dp1304   28-11-2009, 18:45
#37

D'abord - merci bien Hucste, c'est fantastique! I have just loaded it up onto my DEV system and it just works, first time, no messing about, it just works. Thankyou very much for this. I do have two requests though to make it perfect for my purpose and that is the shipping charges. Request number one, is it possible to have a different shipping charge per item? Request number two, is it possible to be able to implement different shipping charges depending on where I am shipping to, specifically for my case I would like to offer different charges to Europe, USA and rest of the world.

Once again, many thanks for this.

Member
Member
mercury66   02-12-2009, 22:59
#38

Hello,

Great plugin - working to install on my site.

Was there any work around found for the shipping charge being added again for each new image added to the cart?
As pointed out above - would be more straight forward if only applied once to everything in cart.

Happy to contribute if there is a PayPal fund for this PayPal cart

Thx,
Ewan

Member
Member
micheall   03-12-2009, 11:34
#39

hucste hasn't come forward with anything fixing this yet, and I'm sure he'd be happy to accept donations from the zenPayPal page donate button at the bottom. Might assist with a bit of assistance too in case he's been devoting his time elsewhere.

Member
Member
hucste   03-12-2009, 12:17
#40

@micheall: thanks for your responses.

@all: yes, i've seen your requests, because i've received by rss. But, as said micheall, i developpe this plugin in my personal time and when i'm not tired.
And you can support me by paypal - see my page http://zenphoto.dev.stephane-huc.net/pages/ZenPaypal-Plugin-EN @ the chapiter "Donate" ;-) - thanks :p

Pages (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.