Page 1 of 1

1 Thing Preventing Secure Page?

PostPosted: Sat Jan 14, 2012 1:23 am
by ajhauser
Hello.
Still working on my first site...

I have a standard page that needs to use HTTPS:// and for some reason the following iframe script is being placed below my body tag:

Code: Select all
<script type="text/javascript" src="http://brotherscountrysupply.com/store/shopsite-images/en-US/javascript/iframe_popout.js"></script>


How can I get this src to equal "https://bro..."

Thanks!

Re: 1 Thing Preventing Secure Page?

PostPosted: Tue Jan 24, 2012 12:26 pm
by ShopSite Lauren
I believe that the javascript that you mention is being added by ShopSite automatically after the <body> tag, so ShopSite would need the <body> tag to be in a template in order to add that code. If that is the case, then in your custom template, you can replace the <body> tag with an include file, [-- INCLUDE Body --]. Don't include "PROCESS" which is normally in an include tag. Then create an include file, call it Body, and simply add <body> in that include file. Go to Pages > Preview, and view the page source. Find where the <body> tag is, and check that the script has been removed. I think that script is only needed if you are using the advanced OrderAnywhere buttons with iframes.

Re: 1 Thing Preventing Secure Page?

PostPosted: Tue Jan 24, 2012 8:58 pm
by ajhauser
I think you're right - thanks very much, she's humming along nicely now!