Need help configuring marketing manager from fire tank software.
I Need absolute path for my shared ssl
and
for my store. Everything I have tried has failed so I figure I am doing it wrong.
My shared ssl is:
https://srv.securedsslorders.com
my store is installed in the www directory
http://www.insanediscounts.com
This is the code that I need to modify with the proper paths:
{if $smarty.server.HTTPS eq 'on'}
<script language="JavaScript" src="/HTTPS absolute path/track.js"></script>
{else}
<script language="JavaScript" src="/HTTP absolute path/track.js"></script>
{/if}
Any help appreciated.