Hi, 1st time poster 1st time user.
I have been creating a site for a client of mine, whom had already purchased actinic, after dabbling with the trial (on a PC for the first time to - Mac head), decided to buy the designer version, first time in actinic site seems to going well, http://www.architecturalhardwarefittings.co.uk, it's not live yet, but all seems fine apart from, I am getting a JS error on the shopping cart summary, subsequently it does not show any products when the cart is populated, if i take out the '<actinic:variable name="ShoppingCartSummary" /> no errors, put it back in I get object expected error, I have removed all the other code piece by piece, until the only thing I have left is the variable, still JS error.
here is the JS from actinic, untouched by me:
<actinic:variable name="CookieCartItemsLabel" />
<script language="javascript" type="text/javascript">
<!--
document.write(getCartItem(3));
// -->
</script>
<br />
<actinic:variable name="CookieCartValueLabel" />
<script language="javascript" type="text/javascript">
<!--
document.write(getCartItem(1));
// -->
</script>
Any help greatly appreciated, in advance thanks.
I have been creating a site for a client of mine, whom had already purchased actinic, after dabbling with the trial (on a PC for the first time to - Mac head), decided to buy the designer version, first time in actinic site seems to going well, http://www.architecturalhardwarefittings.co.uk, it's not live yet, but all seems fine apart from, I am getting a JS error on the shopping cart summary, subsequently it does not show any products when the cart is populated, if i take out the '<actinic:variable name="ShoppingCartSummary" /> no errors, put it back in I get object expected error, I have removed all the other code piece by piece, until the only thing I have left is the variable, still JS error.
here is the JS from actinic, untouched by me:
<actinic:variable name="CookieCartItemsLabel" />
<script language="javascript" type="text/javascript">
<!--
document.write(getCartItem(3));
// -->
</script>
<br />
<actinic:variable name="CookieCartValueLabel" />
<script language="javascript" type="text/javascript">
<!--
document.write(getCartItem(1));
// -->
</script>
Any help greatly appreciated, in advance thanks.
Comment