[mezzanine-users] Cartridge, how can the user view their purchasing history?

2017-09-24 Thread jenia mtl
Hello. How do I create the purchasing history page? I suppose I'll need to create something along these lines: http://mezzanine.jupo.org/docs/content-architecture.html#creating-custom-content-types? But how can I make it display something different for each user? How do I customize it

[mezzanine-users] Where is the login page?

2017-09-24 Thread jenia mtl
Hello. I can't find the login page in Cartridge. For example, when the user wants to rate a product, they need to login. There should be some login functionality I suppose. Is it this: admin/login/?next=/admin/? If so, how do I set the button there at the bottom to be "Site" by default

[mezzanine-users] How to setup a contact service?

2017-09-24 Thread jenia mtl
Hello. How do I setup a contact service? Right now I get this error: POST /contact/ HTTP/1.1" 500 118061 Do I need to implement the view myself that will be sending the email? Or is there a Django app for this? Thanks Jenia -- You received this message because you are subscribed

[mezzanine-users] Re: How to create comments section?

2017-09-24 Thread jenia mtl
(Per product) On Sunday, September 24, 2017 at 6:27:34 PM UTC-4, jenia mtl wrote: > > Hello. > > > What is the simplest way to create a comments section in Cartridge? > > > Thanks > -- You received this message because you are subscribed to the Google Grou

[mezzanine-users] How to create comments section?

2017-09-24 Thread jenia mtl
Hello. What is the simplest way to create a comments section in Cartridge? Thanks -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [mezzanine-users] How to extend cartridge?

2017-09-24 Thread jenia mtl
tice > this is useful only to add new fields to a model, not to remove or alter > existing fields. For that you might need to maintain your own fork. > > Finally, remember Cartridge comes with a bunch of settings you can > customize to modify it's behavior, you can review them all here:

[mezzanine-users] I get "Bootstrap's JavaScript requires jQuery(…)"

2017-09-24 Thread jenia mtl
Hello. I get this error on my website http://jeniawebsitetesting.com/: jquery-1.8.3.min.js:2 Uncaught TypeError: p.setAttribute is not a function(…) Jquery is there: http://jeniawebsitetesting.com/static/mezzanine/js/jquery-1.8.3.min.js And I simply got it from:

[mezzanine-users] Re: Routing problems in deployed app

2017-09-24 Thread jenia mtl
I somehow made it work. Don't ask me how :) On Sunday, September 24, 2017 at 12:01:48 PM UTC-4, jenia mtl wrote: > > Hello everyone. > > I'm having trouble deploying the app to my server: > > >http://jeniawebsitetesting.com/shop/ > > > As you can see, I'm missing

[mezzanine-users] Re: Routing problems in deployed app

2017-09-24 Thread jenia mtl
understand this behaviour. How do I use it correctly? I mean, it's impossible that index.html should be appended to each url and a redirect issued. Something must be wrong. On Sunday, September 24, 2017 at 12:01:48 PM UTC-4, jenia mtl wrote: > > Hello everyone. > > I'm having troub

[mezzanine-users] Routing problems in deployed app

2017-09-24 Thread jenia mtl
Hello everyone. I'm having trouble deploying the app to my server: http://jeniawebsitetesting.com/shop/ As you can see, I'm missing all the static files. I get in the error.log: 2017/09/24 11:53:40 [error] 21769#21769: *11

[mezzanine-users] How to extend cartridge?

2017-09-23 Thread jenia mtl
Hello. I want to change cartridge a little. Change the templates, change the views and do on. I did it by changing the code of the app itself. But I do not think it's the best idea for obvious reason (when the app will be upgrades, I'll be hard to merge my changes for example). How do I

[mezzanine-users] How to view the cart in Cartridge?

2017-09-23 Thread jenia mtl
Hello. I can't figure out where is the cart? There is no page for it it seems. If it's so, do I need to implement it myself? Thanks -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails

[mezzanine-users] Cartridge, add product

2017-09-23 Thread jenia mtl
Hello everyone. When I add product-images to a product, and then go to that product's page, the images list is rendered incorrectly. Specifically, the images are not in one neat thumbnail line under the product image. Instead the thumbnails are of different sizes (the size of the actual image)