The HTML gets escaped. I tracked this back a while ago and it came down to one component making the assumption that another component would send only to-be-escaped text. I forget which pieces exactly but I thought it was in zc.table - can't be though as mine is working right now and his still isn't with the same version :-/ I don't have time myself or I'd re-hunt it down :)
D On Mon, Mar 2, 2009 at 7:45 AM, Kapil Thangavelu <[email protected]> wrote: > > > On Wed, Feb 25, 2009 at 2:20 PM, 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/trunk/Products/PloneGetPaid/docs/development/make-content-types-buyable.txt >> >> 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 > > > could you clarify the issue, is that the html is appearing escaped in the > table, or that the reference_catalog url is relative? > > thanks, > > kapil > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
