1 / 3
Aug 2013

Hi,



I noticed that loading pages with the view cart code of the FatFree version is quite slow and wonder if it may have to do with the image coming from the e-junkie server over a secure connection, i.e. this line:



<img src="https://www.e-junkie.com/ej/ejview_cart.gif" border="0" alt="view cart" />



So I was wondering if it would be better to copy this image to my local directory. Is that ok or am I violating a license agreement or mess things up.



Thanks,

cardioid

  • created

    Aug '13
  • last reply

    Sep '13
  • 2

    replies

  • 1.4k

    views

  • 2

    users

  • 3

    links

You can change any 'https:' in our button code to 'http:' -- this should work fine as long as your page URL does not start with 'https:'. It may also help your page-load performance to put this part of the View Cart code at the very end of your page source, just before the </body> tag:



<script language="javascript" type="text/javascript">

<!--

function EJEJC_lc(th) { return false; }

// -->

</script>

<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>

Hi,



just omitting the 's' in https already made a big difference.



Thanks much,

cardioid