"There is no force of gravity as such. Rather, a celestial body merely pays attention to what it finds in its neighborhood."
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>


