Have two issues:

FIRST: (relatively small)

I've been trying to get my logo to show up in the emails but it's a no go - this is the information in the config_sites file:

define('EMAIL_HEADER_IMAGE','includes/templates/'. $template_dir. '/images/TTS-EMAIL.jpg');

This is the information in the HTML file:

<div class="header"><img src="http://tonersuperstore.com/$EMAIL_HEADER_IMAGE" alt="logo" /> </div>

I've even tried hardcoding the define image - but still, i get a little box with just the alt tag. Help?

SECOND: (huge!!)

Everything (with the exception of the above mentioned email template issue) is running smoothly, with my first store. My second store however will not allow me to login with a new account. I can seemingly create a new account, but it just continues to bounce me out to the sign up/login page when I try to access said account(s). Any ideas on this one?

Also, when I tried to test a credit payment with my first store it wouldn't process the test CC information (41111.... etc).

Thanks in advance!!!