Re: [mezzanine-users] React Mezzanine project starter kit

2016-06-19 Thread Ryne Everett
Something I've been meaning to try out for a while is contributor Alex Hill's djpj project: https://github.com/AlexHill/djpj. I'm assuming he uses it with mezzanine projects and if page load performance is your primary concern it may be an alternative solution. On Sun, Jun 19, 2016 at 5:21 PM,

[mezzanine-users] React Mezzanine project starter kit

2016-06-19 Thread Niels Jakob Buch
Hi there, I am working on a front-end that has become annoying because of too many page loads and has decided to move into using ReactJS. Anyone has experiences to share with Mezzanine (not only Django) on this topic? -- You received this message because you are subscribed to the Google

[mezzanine-users] Re: Check-out process does not work right

2016-06-19 Thread Thanh Minh
Thank you very much. It works! On Friday, June 17, 2016 at 10:17:07 AM UTC-6, Tran wrote: > > Dear you guys, > > So currently I set up cartridge and try to make an E-Commerce website. I > already set up testing payment on Stripe However, when I test placing an > order, the check-out page does

Re: [mezzanine-users] Update fields in cartItem and OrderItem during checkout

2016-06-19 Thread Tran
Are you talking about the SHOP_OPTION_TYPE_CHOICES in settings? If yes, I think that works only if we have the options for user to choose (S, M, L), but we want the user to enter their neck measurement (which is either CharField or DecimalField) On Sunday, June 19, 2016 at 1:20:41 PM UTC-6,

[mezzanine-users] Update fields in cartItem and OrderItem during checkout

2016-06-19 Thread Tran
Hi all, I injected the neck_size field to both CartItem and OrderItem like this ( "cartridge.shop.models.OrderItem.neck_size", "DecimalField", (u"Neck Size",), {"null": True, "blank": True, "max_digits": 4, "decimal_places": 2}, ), (

Re: [mezzanine-users] Check-out process does not work right

2016-06-19 Thread Tran
Thank you everyone! Adding the email config like in the link above made it work! On Friday, June 17, 2016 at 5:48:06 PM UTC-6, Geraldo Gabriel wrote: > > Right, that's the correct way to test. > > Me newbie helping another newbie. > > Hope Tran manages to find his way around. > > Em 17/06/2016