1 / 8
Feb 2009

I have an interesting format issue when I use the "View Cart" code on one of my pages. My website is centered within the browser. However, when I paste in the "View Cart" code, the site moves over to the extreme left. This only happens in Firefox, not IE. Below is the URL where the page is to the left.



http://www.small-biz-marketing-tips.com/coaching-calls.html



Has anyone else run across this issue? I admit, it's a pretty minor issue overall, but I'd like to fix it if possible. When I remove the "View Cart" code, the page centers properly like it should.



Thanks for your help.

  • created

    Jan '09
  • last reply

    Feb '10
  • 7

    replies

  • 1.1k

    views

  • 5

    users

  • 7

    links

I found the answer.



I simply added the following to the view cart code:



function EJEJC_config() {

EJEJC_INITCSS=false;

}



This seems to have solved the issue.

Glad to hear you got it sorted out. Let us know if we can help with anything else. :^)

1 year later

I also have had the same issues with the View Cart button. I'm not very good with html. Where is it that I insert that code within the normal View Cart code? Thanks.

You would add the lines to your View Cart code in every page just before the // --> line. It would look like this:



<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=XXXXX&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejview_cart.gif" border="0" alt="View Cart"/></a>

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

<!--

function EJEJC_lc(th) { return false; }

function EJEJC_config() {

EJEJC_INITCSS=false;

}

// -->

</script>

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