Thanks Lucie! My goal is to customize the table elements with static data (required by client)
I've read that document and successfully created customizations of cart templates, but the table is created by these two functions in cart.py and I don't know exactly how to customize this file (and only the lineItemURL def and CartFormatter class) On 21 nov, 15:39, "Lucie Lejard" <[EMAIL PROTECTED]> wrote: > what is your goal? what do you want to change in the format of the > <table> created? > > otherwise, in the documentation > here:http://plone.org/products/getpaid/documentation/how-to/best-practices... > > you'll find some help on how to override. > > Lucie > -- > S i x F e e t U p , I n c . | "Nowhere to go but open source" > Silicon Valley: +1 (650) 401-8579 x605 > Midwest: +1 (317) 861-5948 x605 > Toll-Free: 1-866-SIX-FEEThttp://www.sixfeetup.com | Zope/Plone Custom > Development > > On Fri, Nov 21, 2008 at 8:17 AM, Marc Pampols <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I'm working on a project with getPaid and I have a GetPaidOverrides > > for my product customizations, now I should modify the format of the > > <table> created in getpaid-cart template, I've found that this is all > > defined in browser/cart.py, > > > def lineItemURL( item, formatter ): > > and > > class CartFormatter( table.StandaloneSortFormatter ): > > > I suppose that I have to define it in my overrides.zcml and then, > > create my own cart.py, but I don't know exactly how to do it. > > > Can anybody show me the right way? > > Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
