document.write("
// Example of how to load the value of the generated product data on PROD after the product field template
// has been executed and the data saved back into the custom field. The custom field must frist be assigned to the page.
// In this case search_feed is the code given to the product data field and is used to retrieve its generated data.
<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:productdata:search_feed">
<div class="custom-field" id="productdata-search_feed">&mvt:customfield_names:productdata:search_feed;: <span class="bold">&mvt:product:customfield_values:productdata:search_feed;</span></div>
</mvt:if>
custom_field_value - Snippet hosted by \"Cacher\"
");