Re: [web2py] Re: Paypal slice question

2011-03-15 Thread Andrew Evans
Makes sense I wanted them in a table also. But the site settings table is already in existance, with that code you provided how does that work? Or am I totally missing something? *cheers On Tue, Mar 15, 2011 at 1:50 PM, howesc wrote: > yes, you should be putting your paypal values in there. i

Re: [web2py] Re: Paypal slice question

2011-03-15 Thread pbreit
I'm struggling to complete a re-write of the code to be more generic. Still working. And I'm going to try to put it in Massimo's tutorial format.

Re: [web2py] Re: Paypal slice question

2011-03-15 Thread howesc
yes, you should be putting your paypal values in there. i abstracted them to a site-settings table so an admin could update them (and we could switch them easily between test and production values). make sense? cfh

Re: [web2py] Re: Paypal slice question

2011-03-14 Thread Andrew Evans
Cool ok so when I pass the sitesettings attributes to my view what am I passing? {{ attributes = {"cert_id":sitesettings.paypal_cert_id, "cmd":"_cart", "business":sitesettings.cart_business, "add":"1", "custom":a

Re: [web2py] Re: Paypal slice question

2011-03-14 Thread Andrew Evans
Cool can you post a link to this post :-) would be greatly appreciated *cheers Andrew On Mon, Mar 14, 2011 at 6:30 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > :-) > > On Mar 14, 2:36 am, pbreit wrote: > > Sorry for the brevity. I think can put together a whole app and post it

Re: [web2py] Re: Paypal slice question

2011-03-14 Thread pbreit
Sorry for the brevity. I think can put together a whole app and post it. Maybe Monday.

Re: [web2py] Re: Paypal slice question

2011-03-13 Thread Andrew Evans
Do I need to add the button code in my view? what is this file 'PAYMENTREQUEST_0_NOTIFYURL': 'http://mysite.com/ipn'} how do I add this to my site... sorry I have been wrecking my head over this the past week and am going crazy your code looks way simpler though imo just some questions I have :

Re: [web2py] Re: Paypal slice question

2011-03-13 Thread Andrew Evans
I assume at import urlib and below is the module does it matter what I name the controller or module? *cheers