1 / 3
Apr 2014

I did a search and see others who have had problems with Firefox, but I didn't see anything to help fix the problem. Sorry if I missed it ...



Just launched my site last week and all seemed to be going well. Today somebody emailed to tell me the buttons don't do anything when they're using Firefox. I tested it myself and it didn't work for me in Firefox, either. Works fine in Safari, though.



Here's a link to the page :



https://maketodaytheday.squarespace.com/less-is-more-lightroom-presets/



Any ideas for what I can do to fix this? :(



Thanks in advance!

  • created

    Apr '14
  • last reply

    Apr '14
  • 2

    replies

  • 1.2k

    views

  • 2

    users

  • 1

    link

The trouble appears to be that you're browsing your site with an https:// (secure-encrypted) URL, whereas our standard View Cart button code loads our cart javascript into your page with a regular http:// URL, so Firefox is blocking that for being an "insecure" (non-encrypted) script in a secure page.



You can remedy this by using regular http:// to browse your site; there's really no reason your sales page would need to be secure-encrypted, as no personal/financial data is being transmitted there, and we automatically handle the transition to a secure checkout page where such data would be transmitted. However, if you need or simply prefer to keep your sales page under an https:// URL, you can make your E-junkie cart buttons compatible by changing all instances of http:// to https:// in the button code.