Jim Nelson wrote: > I've submitted a couple of patches to trunk to get it kind of working - TTW > configuration of the merchant ID and sandbox/production selection is working, > and you can select the cart currency. Also added round-tripping back to the > Plone site. > > If everyone could give it a go, and see if it works, we may be able to make a > "it works a bit more" point release. > > Still have to make the full cart infrastructure work, but there is no obvious > way to completely override the "enter your credit card" part of the wizard. > Overriding the Products.PloneGetPaid.preferences.DefaultFormSchemas works, > kind > of, but the shopping cart wizard expects a cc_expiration field, and errors > out > if the 'payments' section of the schema doesn't have it. It's also difficult > to > get access to the getpaid.paypal configuration from within that zope 3 schema. >
Well, I've made some progress, but I've hit a sticking point. Because of the way the schemas are rendered by the cart wizard, I cannot include a form as part of the schema - it strips the <form> tags from the widget I wrote, and instead joins the form being created to all the other forms on the page. As well as rendering the <input> tags where they are supposed to be. I don't know how to proceed from here - should I register a custom viewlet that creates the proper form and uses javascript to auto-submit? Or is there some other way to get this to work properly? Jim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
