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
-~----------~----~----~----~------~----~------~--~---

Reply via email to