Hi Wesley, In general, developers should avoid making changes directly to the stack, whether it is Cartridge, Mezzanine, Django, or Python. Instead, changes are made in files that are isolated from the primary stack. This allows the developer to arbitrarily upgrade parts of the stack without losing changes tey have made.
Your question is ultimately not at all about Cartridge or Mezzanine, but Django templates. If you have not already done so, I urge you to complete the official Django tutorial. The Django documentation is excellent and should be your primary source for information on Mezzanine and Cartridge. best, ken On Tue, Sep 23, 2014 at 6:58 AM, Wesley <[email protected]> wrote: > Hi guys, > I have one question that how to easily customize Cartridge product > category format, with least change to Cartridge code. > > Currently I see that the product category is arranged horizontal on top of > each product page, and when click on the category, it enters to the page > with all the sub-categories listed again on top of page, so, how to change > the style? > > For example, if I wanna put the categories on the left of page, and when > click on, it just pops up on the right side of cursor displaying all > sub-categories, and only fresh the main frame when click the leaf category. > > I know I could do this by customizing some related templates by adding > css/js, but I don't want to change Cartridge more, is there any easy way to > do this? > > Thanks. > Wesley > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
