I am using the getpaid buildout recipe and just reran it with no changes. The zc.table version installed with the recipe is 5.1 and the getpaid recipe version is 1.4.
On Feb 25, 3:20 pm, Darryl Dixon <[email protected]> wrote: > This is a bug in (IIRC zc.table) with older version. I think newer getpaid > pulls in the newer zc.table that fixes this. > > If not, I know I dug up a fix one way or the other because I noticed the > same thing a while ago and sorted it out - I'm just not certain exactly how > now ;) > > D > > On Thu, Feb 26, 2009 at 8:20 AM, s_kelley <[email protected]> wrote: > > > I am testing ploneGetPaid and noticed my cart line item is displayed > > like this: > > > <a href="reference_catalog/lookupObject? > > uuid=b6726afc5252211fd9b60867f5345e47">My Custom Item Title</a> > > > I am wondering if this is a bug or something I might have introduced > > following the instructions to make a custom content buyable -- > > >http://code.google.com/p/getpaid/source/browse/Products.PloneGetPaid/... > > > I noticed in cart.py the the following line. This does not seem like > > the right place to edit however. > > > def lineItemURL( item, formatter ): > > return '<a href="reference_catalog/lookupObject?uuid=%s">%s</a>' > > % (item.item_id, safe_unicode(item.name)) > > > I am using version 0.7.0 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
