On the submit page I get an error that says HTML_CURRENCY_CODE(whatever the price is, ie $1.00) next to the 'featured link' option. Can someone help?
You need to post the code or at the part that prints the price for a featured link or it will be difficult to help you. Just guessing since you didn't include any code but maybe where the price is displayed on the page you have HTML_CURRENCY_CODE1 instead of <?=HTML_CURRENCY_CODE1; ?>
{if $price.featured} <tr><td><input type="radio" name="LINK_TYPE" value="featured" {if $LINK_TYPE eq 'featured'}checked="true"{/if}>{l}Featured links{/l}</td><td>{$smarty.const.HTML_CURRENCY_CODE}{$price.featured}</td></tr> {/if} i think this is the code I have the same problem The template is the problem because the default template works well