cancel
Showing results for 
Search instead for 
Did you mean: 

How to render HTML in labels of Custom Fields and Quote Tables?

slyakh
Participant
0 Kudos

To render HTML in cart line item descriptions - simply customize the responsive template "Cart_Sections/ItemsTable" by changing
<span data-bind="text: itemDescription.description">
to
<span data-bind="html: itemDescription.description">

However, this simple trick does not work in templates "Cart_Templates/CartTableTemplate" and "Cart_Templates/CartCustomFieldTemplates" to make the Quote Table and Custom Field labels render HTML.

Anyone know how to do this?

Accepted Solutions (0)

Answers (0)