I have created a custom field call {product_buy_url} on the page where I use this I have a little piece of code as follows:
{if product_buy_url}
<a href="http://{product_buy_url}">Buy Here</a>
{/if}It is sat inside my entries with the correct weblog, and it sort of works. The result is that the URL gets printed on the page rather than being a link behind “Buy Here”.
Any ideas why this might be?