merchant
Stores can easily include merchant address and email information in their layout. The merchant information is defined in the admin Main Settings form. This information also appears on the Order Receips.
CODE
<cfinclude template="#include#/merchant.cfm">
CSS
/* --- Merchant --- */
#merchant
HTML
<div id="merchant">
<span>Merchant Name, Address, etc.</span>
<a href="mailto:encoded@email.com">encoded@email.com</a>
</div>


