Thanks for the clarification, that is what I am looking for. However, I haven't been able to find the code.
The HTML Simple link gives this code:
<NOBR>
<FONT class="FormButton">Add to cart http://theherbsplace.com.whsites.net/shop/skin1/images/go.gif</FONT></NOBR>
Looking at the code I mentioned before:
{include file="currency.tpl" value=$product.list_price} I am not sure how to include it. I tried this:
<NOBR>Current Price is {include file="currency.tpl" value=$product.list_price}
<FONT class="FormButton">Add to cart http://theherbsplace.com.whsites.net/shop/skin1/images/go.gif</FONT></NOBR>
All I get is the words "Current Price is" then I get the actual include statement text. I looked at the smarty forum and the smarty crash course but don't understand why it isn't executing the include statement.
I looked at the Advanced HTML link and I really need to shorten it because it takes up so much space, especially at the top of the screen. That is why I just wanted a simple add to cart link with the price, if at all possible.
I really appreciate your taking the time to help.