next to my shopping cart i have the text: to qualify for free delivery spend another...
then the code:
which i thought would retrieve the current cart total and take it from £100 and output the differrence, it doesn't...
does anyone know how to do this?
then the code:
Code:
<script language="javascript" type="text/javascript"> <!-- document.write(100 - getCartItem(1)); // --> </script>
does anyone know how to do this?
Comment