Re: [mezzanine-users] Cartridge: Skip payment step when cart total is 0

2016-07-25 Thread Danny
It should potentially also apply if a voucher/discount code brings the total down to 0 - that's a scenario that should be tested. On 26 July 2016 at 09:55, Stephen McDonald wrote: > I added an issue here: https://github.com/stephenmcd/cartridge/issues/303 > > On Tue, Jul 26,

Re: [mezzanine-users] Cartridge: Skip payment step when cart total is 0

2016-07-25 Thread Stephen McDonald
I added an issue here: https://github.com/stephenmcd/cartridge/issues/303 On Tue, Jul 26, 2016 at 6:31 AM, Stephen McDonald wrote: > Sounds like something we should implement in cartridge. > > On 26 Jul 2016 6:28 AM, "Rémi" wrote: > >> Hello, >> >> I have

Re: [mezzanine-users] Cartridge: Skip payment step when cart total is 0

2016-07-25 Thread Stephen McDonald
Sounds like something we should implement in cartridge. On 26 Jul 2016 6:28 AM, "Rémi" wrote: > Hello, > > I have a site with downloadable products. Some of them are free and are > part of the regular chekout flow (I do some processing once the order is > complete, to

Re: [mezzanine-users] What does this mean in urls.py " and specify its URL (in the Meta Data section) " ?

2016-07-25 Thread nikhil parmar
Yeah correct I found it. Thanks a lot ;) On Monday, July 25, 2016 at 5:52:55 PM UTC+5:30, Ryne Everett wrote: > > I think the part you're asking about is: > > specify its URL (in the Meta Data section) as "/" >> > > This does not refer to the `Meta` class, it refers to the `slug` field > which

[mezzanine-users] How to dynamically add Domain without going into the admin/sites panel

2016-07-25 Thread nikhil parmar
Hey Guys, I was wondering I have an application other than mezzanine which is basically a django app with a frontend where I ask an user to select a domain of his choice. May be *nik...@xyz.com *to be registered under sites if I have to it manually can I make it dynamic entry for the same ?

Re: [mezzanine-users] Re: HOST_THEMES not working with imported themes

2016-07-25 Thread nikhil parmar
HEy Ed, The host name in the corner is same as that of in the web browser On Monday, July 25, 2016 at 6:42:26 PM UTC+5:30, Eduardo Rivas wrote: > > Hmm, it looks like it should be working with your current settings. > > When you log into the the admin, what domain is shown in the top-right >

[mezzanine-users] Cartridge: Skip payment step when cart total is 0

2016-07-25 Thread Rémi
Hello, I have a site with downloadable products. Some of them are free and are part of the regular chekout flow (I do some processing once the order is complete, to record downloads and such). I'm looking for an easy way to skip the payment step if the cart is equal to zero (only contains free

[mezzanine-users] Edit/Insert Link feature broken

2016-07-25 Thread Chirag Dua
I am using Mezzanine 4.1 with Django 1.9. Edit/Insert link is broken for rich text field content creation. Searching online says, it has been fixed in master. Is it possible to selectively apply this fix on my mezzanine codebase on web faction? Can someone please tell me the exact files to be

[mezzanine-users] Re: Feature Request - Scheduled publishing for exsiting content #411

2016-07-25 Thread Shaurya Chaudhuri
## blog.models.py Added BlogPostUpdate model and have added BlogPost save method. ## core.models.py Added abstract update model and next_scheduled_update field in Displayable. ## core.managers.py Added updated method to PublishedManager, also the pages/blog posts returned would be checked

Re: [mezzanine-users] Re: HOST_THEMES not working with imported themes

2016-07-25 Thread Eduardo Rivas
Hmm, it looks like it should be working with your current settings. When you log into the the admin, what domain is shown in the top-right dropdown? The theme should match the domain displayed there. -- You received this message because you are subscribed to the Google Groups "Mezzanine

Re: [mezzanine-users] What does this mean in urls.py " and specify its URL (in the Meta Data section) " ?

2016-07-25 Thread Ryne Everett
I think the part you're asking about is: specify its URL (in the Meta Data section) as "/" > This does not refer to the `Meta` class, it refers to the `slug` field which `Page` inherits from `mezzanine.core.models.Slugged`. That line could likely be clarified a bit. On Mon, Jul 25, 2016 at 3:25

[mezzanine-users] What does this mean in urls.py " and specify its URL (in the Meta Data section) " ?

2016-07-25 Thread nikhil parmar
Hey guys, What does the above line signify ? # This pattern gives us a normal >> ``Page`` object, so that your > > # homepage can be managed via the page tree in the admin. If you > # use this pattern, you'll need to create a page in the page tree, > # and specify its URL (in the Meta Data