Re: [mezzanine-users] Adding Cart to my page

2016-02-24 Thread Ryne Everett
Templating is a weak point of reusable django apps IMO, because overriding a template to a view you didn't write can be fragile. In general, I believe overriding is the only option and mezzanine/cartridge are pretty stable so it isn't a big problem. However mezzanine provides an `overextends` temp

Re: [mezzanine-users] Adding Cart to my page

2016-02-24 Thread akos1234
I upgraded Cartridge using pip which did all the other installs. And I created the cartridge project from scratch. working now. Can see the cart and the wish list link on my right. I am going to be very careful how I copy this across now. So, is it a good idea to copy the templates across and

Re: [mezzanine-users] Adding Cart to my page

2016-02-24 Thread akos1234
Thank you @ Ryne Everett I also think I must have copied the theme and templates across from Mezzanine instead of Cartridge. Cos' I believe I had it there before. Regards On Wednesday, 24 February 2016 01:40:55 UTC, Ryne Everett wrote: > > It sounds like you need to override some of cartridge

Re: [mezzanine-users] Adding Cart to my page

2016-02-23 Thread Ryne Everett
It sounds like you need to override some of cartridge's templates to do what you want. On Tue, Feb 23, 2016 at 5:38 PM, akos1234 wrote: > Hi, > > I have created a page and would like to add the cart bit to the left panel > but trying things just not working. Or I must have moved it cos' it > sho

[mezzanine-users] Adding Cart to my page

2016-02-23 Thread akos1234
Hi, I have created a page and would like to add the cart bit to the left panel but trying things just not working. Or I must have moved it cos' it should show by default to the right. Right? Please, point me out. Tried : CART_ENABLED = True in the local_settings.py and in settings.py "c