Re: [mezzanine-users] Cartridge checkout modifications #2

2016-04-13 Thread Joseph Mohan
For anyone interested This was really simple in the end. By using cartridge-multipayments to make payment, the default cartridge paypal payment isn't called, therefore there is no need at all for any dat

[mezzanine-users] Re: Cartridge with Stripe and Zebra is swallowing errors?

2016-04-13 Thread Geoffrey Eisenbarth
I just got the same errors with Mezzanine 4.1.0, stripe 1.32.0, Cartridge 0.11.0, and cartridge-stripe 0.1.3. Looks like cartridge-stripe hasn't been updated in forever, but I'll try to find the issue and make a pull request. At this point it might have been worth it to just go with Braintree, w

Re: [mezzanine-users] Re: Cartridge with Stripe and Zebra is swallowing errors?

2016-04-13 Thread Ryne Everett
I had the exact same thoughts until I found out that there is built-in stripe support. It hasn't made a docs release yet, but here's my pr documenting it: https://github.com/stephenmcd/cartridge/pull/284. On Wed, Apr 13, 2016 at 2:29 PM, Geoffrey Eisenbarth < geoffrey.eisenba...@gmail.com> wrote:

Re: [mezzanine-users] Re: Cartridge with Stripe and Zebra is swallowing errors?

2016-04-13 Thread Geoffrey Eisenbarth
Yeah, I caught a few glimpses into that while trying to fix my problem. I might still dig into it to fix for others (but I'm weary if cartridge-stripe will be willing to pull), but this looks promising. Just got it working, hoping to see it'll allow subscriptions and such through Zebra (or may

[mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-13 Thread Sebastian Wain
Hi, We plan to migrate our current Mezzanine based site (http://www.nektra.com) to a typical modern (multiple) one-page design but I can't find an easy way to edit individual website sections on a single page except developing our own extensions. I have checked mezzanine-blocks and mezzanine-on

Re: [mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-13 Thread Ken Bolton
Hi Sebastian, Pages can have parent/child relationships to one another. In your template, you can loop through the children of the current page, and those children's children, to create SPA sites. Does that start to get you there? -ken On Wed, Apr 13, 2016 at 1:38 PM, Sebastian Wain wrote: > H

Re: [mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-13 Thread Sebastian Wain
Yes, this is an alternative and I will say the "worse case scenario" in the sense that people who edit the pages will find it less intuitive than seeing the whole page content and editing sections individually. Thanks, Sebastian On Wednesday, April 13, 2016 at 2:48:57 PM UTC-3, Kenneth Bolton w

Re: [mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-13 Thread Danny
On 14/04/2016 3:08 AM, Sebastian Wain wrote: Hi, We plan to migrate our current Mezzanine based site (http://www.nektra.com) to a typical modern (multiple) one-page design but I can't find an easy way to edit individual website sections on a single page except developing our own extensions. I

Re: [mezzanine-users] What is the best way to edit sections/part of a page?

2016-04-13 Thread Sebastian Wain
Thank you very much for the prompt response. We will take a look at your fork. On Wednesday, April 13, 2016 at 6:36:32 PM UTC-3, Danny S wrote: > > On 14/04/2016 3:08 AM, Sebastian Wain wrote: > > Hi, > > > > We plan to migrate our current Mezzanine based site > > (http://www.nektra.com) to a