Announcement

Collapse
No announcement yet.

Cart Details Not Showing

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

    Cart Details Not Showing

    When an item is added to the cart it shows up in the basket but when you continue to catalogue it doesn't show in the cart details in catalogue pages.

    If you then view the cart it shows in the cart details. Any ideas?
    Fitness for life!www.fitness-focus.co.uk


    DIFN - Doing nothing is not an option

    The Supplement Warehouse - Bodybuilding & Fitness Supplements

    #2
    Hi Owen,

    That si because you do not have the bit of Javascript that creates the cart contents box on your Primary Template. You will have to add this bit of code to Act_Primary.html.... ( found in : C:\Program Files\Actinic vX\Sites\Site1 )

    -----

    <table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
    <td background="pxl_red.gif">
    <div align="center"> <span class="actxxsmall">
    <script language="JavaScript">
    <!--
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    // -->
    </script>
    </span> </div>
    </td>
    </tr>
    </table>

    ------

    In the area you would want it to appear. Open the file with an editor like Dream weaver or Notepad, insert teh code and you should be able to see it on the preview.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X