Hi, I'm using the following code to
(i) View Cart
(ii) Add Terms and Conditions custom text
(iii) Display Issues in wordpress fix
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=243314&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_POSTCALL=true;
EJEJC_INITCSS = false;
}
function EJEJC_shown() {
jQuery("#tdPmnt").attr("innerHTML",
"By ordering you agree to our<a href='http://urlhere.com/terms-conditions/' target.html'blank'>Terms and Conditions</a>");
}
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>
...the only thing not working is the display of the terms and conditions text and checkbox. Can anyone tell me please what I'm doing wrong?
Thanks