Not sure if it's possible or not, but I'd like to be able to use HTML (or, ideally any filter) for transaction descriptions. On my site users purchase items for userpoints, so it would be nice to be able to set the description to "Purchased [Link to item]" rather than just plain text.

Comments

berdir’s picture

Category: feature » support
Status: Active » Fixed

No, it's not.

What you should do instead is set the entity_type and entity_id params (also possible with Rules) then the description will be linked automatically.

What you could do as well is use a machine name as the operation string (e.g. yourmodule_purchased_product), then you can define a description callback for that operation and also provide whatever description you want, including HTML. See http://drupal.org/node/993376 for more information.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sano’s picture

Issue summary: View changes