Is there an easy way to render the product detail ...
# suitecommerce
k
Is there an easy way to render the product detail information content in raw HTML? I.E. - I want to be able to embed an iFrame code from a given
textarea
custom field. It seems to pull the content for the iFrame but not actually render the html content, assuming this is filtered content for security purposes? I have tried changing to 2 vs 3 curly braces to change the render method, but no dice. Template code from `/Modules/ProductDetails@sco-2018.1.0/Templates/product_details_information.tpl`:
<div id="product-details-information-tab-content-container-{{@index}}" class="product-details-information-tab-content-container" data-type="information-content-text">{{{content}}}</div>