because of the fact you're using agoracart the following is how you should set up your store urls and your domain at all times:
homepage and other pages and subdirectories outside of the store:
http://www.saratogascents.com/
store pages and store product pages and etc. you should set up your store url in the manager to the address below.
http://www.saratogascents.com/cgi-bin/Agora2/agora.cgi
to access your store manager after the store url is changed:
http://www.saratogascents.com/cgi-bin/Agora2/protected/manager.cgi
after you reset your store url you will enventually get kicked out of the manager and see the login screen again. change the address in your browser's address bar to the new manager.cgi path then you should not experiance any more problems after logging in.
your ssl url is fine:
https://host393.ipowerweb.com/~saratoga/cgi-bin/Agora2/agora.cgi
i just ran a test purchase and got the customer's email. usps priority was there so i selected it. i got a cost for shipping.
the only image i can see is the paypal logo. because this image is not in ssl i get a mixed content error message. this will not prevent the order from completing but may cause some clients to be alarmed to some degree. in the secure_store_header.inc and the secure_store_footer.inc it's best to link all imges through ssl. for example the paypal logo would have a lonk like this:
<img src="https://images.paypal.com/images/lgo/logo3.gif">
or if you want to host it locally you can put the image in the public_html/images sub directory then link to it like this:
<img src="https://host393.ipowerweb.com/~saratoga/images/logo3.gif">
this will keep all content in the ssl envirnment encrypted and prevent the mixed content warning message.
dan