[ad_1]
Hello @johnfeaver
Assuming you have the season custom field (the season is the custom field’s name, not its label) and want to display it on the product songs pages.
Visit the “Music Store > Products Templates” menu option, tick the “Using custom templates” checkbox, and finally, enter the following piece of code into the “Template used by songs pages”:
<tpl ifset="season">
<div><b>Season: </b> {season}</div>
</tpl ifset="season">Best regards.
