I have installed 'tep_snapshot-20030212' at: http://arktiskpudder.no

I'd really appreiciate some input on the 3 things (I hope) that remain to sort out before I go 'Live':

1.) When I return from sending a tip to a friend, 'column_right.php' displays below 'column_left.php'


2.) I have included Comodo's 'TrustLogo' on my 'default.php'. This is causing securitywarnings when I'm behind https, probaply due to the 'phone home' feature that needs to be implemented in the head-tag:
<script language="JavaScript" src='http://www.trustlogo.com/trustlogo/javascript/trustlogo.js'>
</script>

In 'default.php', just below where 'column_left.php' is required, this is added:
require(DIR_WS_INCLUDES . 'secure.php' (created a new file)

The code for displaying the logo is inside a new file, 'includes/secure.php':
<!-- information //-->
<tr><td>
<script type="text/javascript">TrustLogo(src='http://arktiskpudder.no/my_image_folder/secure_site.gif', 'SC', 'none');</script>
</td></tr>
<!-- information_eof //-->

I'm not at all sure how to combine the secure/nonsecure navigation with the way this logo works, I hope someone have a suggestion/solution for this issue. If everything else fails, I might choose to display it only in my 'privacy.php' from where these kind of issues are addressed in full.


3.) Why am I still behind https when a purcase has been done and I get the message 'Your Order Has Been Processed!' ? Even when I click 'Continue' and return to the store, I'm behind https. Next time I click I switch to http...
I can't see any reason for this, in fact I fail to see the leitmotif (if any) as to when the switch is made.



Please feel free to test my store, (please note all accounts/orders will be deleted (just) before I go 'Live').


Petter - Arktisk Pudder

NB! The language is norwegian but with a default build, so navigating should be pretty straightforward...
________________________________
my catalog/includes/configure.php:
define('HTTP_SERVER', 'http://arktiskpudder.no');
define('HTTPS_SERVER', 'https://arktiskpudder.no');
define('ENABLE_SSL', 'true');

my admin/includes/configure.php:
define('HTTP_SERVER', 'https://arktiskpudder.no');
define('HTTP_CATALOG_SERVER', 'https://arktiskpudder.no');
define('HTTPS_CATALOG_SERVER', 'https://arktiskpudder.no');
define('ENABLE_SSL_CATALOG', 'true');