I am experiencing some confusing behaviour with the "Items Ordered" and "Cart Value" fields in V6.0.2.
The values for these fields are displayed correctly on the order checkout pages but doggedly remain 0 on the product pages. I have had a look at the generated HTML pages for any obvious differences but they appear to be functionally identical for the display of these values:
The pages contain the following within the <HEAD>:
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
and the following within the <BODY>:
<td align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">Items Ordered:
<script language="JavaScript">document.write(getCartItem(3));</script>, Cart Value: <script language="JavaScript">document.write(getCartItem(1));</script>
</font> </td>
The only difference that I can see is that the product pages all contain additional lines between
<Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_FrameLoad.html"/>
And
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_FrameLoad.html"/>
These lines appear to be determining the JavaScript version and doing something tricky for frames. I don't see what that can have to do with cookies.
If you want to see what I am on about, the site is at
http://www.morestage.com
Any suggestions?
Cheers
The values for these fields are displayed correctly on the order checkout pages but doggedly remain 0 on the product pages. I have had a look at the generated HTML pages for any obvious differences but they appear to be functionally identical for the display of these values:
The pages contain the following within the <HEAD>:
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
and the following within the <BODY>:
<td align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">Items Ordered:
<script language="JavaScript">document.write(getCartItem(3));</script>, Cart Value: <script language="JavaScript">document.write(getCartItem(1));</script>
</font> </td>
The only difference that I can see is that the product pages all contain additional lines between
<Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_FrameLoad.html"/>
And
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_FrameLoad.html"/>
These lines appear to be determining the JavaScript version and doing something tricky for frames. I don't see what that can have to do with cookies.
If you want to see what I am on about, the site is at
http://www.morestage.com
Any suggestions?
Cheers
Comment