Announcement

Collapse
No announcement yet.

Cart Details Box

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

    Cart Details Box

    Hi there

    I'm trying to find the template fo rthe Cart Details Box, that gives a running total of the total order cost I want to add some text to it you see.

    Can anyone point me in the right direction?

    Thanks

    #2
    If you are talking the items; 0 value; 0 bit on the right of most theme pages, that keeps track of your basket contents, that is javascript inside the Act_Primary.html template.
    Code:
     <script language="JavaScript">
    				document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    				document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    		</script>
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      That's the box William

      I just needed to know which Template it lived in.

      Thank you - now I've been able to type in the Free P&P message I wanted to add.

      Hayley

      Comment


        #4
        The main default templates are Act_Primary.html and Act_BrochurePrimary.html .. you may need to add into the Act_BrochurePrimary to keep the design the same across the site


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Oakie dokie

          Thanks for that

          Hayley

          Comment

          Working...
          X