Announcement

Collapse
No announcement yet.

Custom Act_Primary design question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Custom Act_Primary design question

    How can I insert the cart amount and cart details into a custom designed primary template? I tried copying and pasting from my current but obviously I am missing code elswhere.

    Thanks!

    Christy

    #2
    <table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
    <td bgcolor="NETQUOTEVAR:FGCOLORCSS">

    <div align="center"> <span class="actxxsmall"> <font color="NETQUOTEVAR:BGCOLORCSS">
    <script language="JavaScript">
    <!--
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    // -->
    </script>
    </font></span> </div>
    </td>
    </tr>
    </table>
    this is the code you need

    Comment


      #3
      A belated thanks!

      Comment

      Working...
      X