Announcement

Collapse
No announcement yet.

Full Cart Summary workaround

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #91
    I'm only just getting into Dreamweaver (a major learning curve!) but yes I agree using templates is the way to go. I need to spend some time messing about with it and getting to know how things are setup and work.

    So far I managed to wreck the site a couple of times with Dreamweaver, so a little wary until I suss it out. For the mean time I'm just editing the external files (8 pages) via the html code, which doesn't take too long. Bigger updates would definitely benefit from the templates though! I may have a play tonight
    __________________
    Cheers ,
    Goders

    Software-1st
    http://www.software-1st.co.uk

    Comment


      #92
      Help Reqd

      i have followed the instructions carefully.

      when do i paste the code

      script type="text/javascript">
      document
      .write(getFullCart());
      </script>

      in what template and where abouts do i put it in the tamplate to display it in the cataloge pages

      rgds

      darren

      Comment


        #93
        Hi Darren,

        In your primary template(s) look for the following code:

        Code:
        <script language="JavaScript">
        <!--document.write("<br>"+ "&nbsp;&nbsp;Items:&nbsp;</span>"+ getCartItem(3) +"<br>");
        document.write("&nbsp;&nbsp;Total:&nbsp;&nbsp;"+ getCartItem(1) +"<br>");// -->
        </script>
        You should have something very similar if not the same. Now replace that code with the code you have mentioned above. Make sure you backup your files first!
        __________________
        Cheers ,
        Goders

        Software-1st
        http://www.software-1st.co.uk

        Comment


          #94
          Thankyou, Goders

          Rgds

          Darren

          Comment


            #95
            Hi chaps

            I'm closing this thread now as it is getting rather unwieldy.

            Please ask any further questions as new threads, with a link to this thread.

            Comment

            Working...
            X