Announcement

Collapse
No announcement yet.

Items: 0 Value: 0

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

    Items: 0 Value: 0

    Hi,

    I have translated almost everything from english into french on my website : http://commerce.ictl.com/.

    Yet I don't know where to find the source code for these words :
    "Items:" and "Value:"

    Can you help me?

    Thanks,
    Mathieu Perino
    ICTL - Liaisons Optiques
    Website: www.ictl.com

    #2
    Click Design - Text.

    Scroll down to the bottom of the Web Site | Shopping Cart/Reciept

    and just up from the bottom it should be there.

    Comment


      #3
      yes but...

      Thanks for your answer : this method (Design Text - Shopping Cart/Reciept - "cart value" and "items ordered") works on most pages but doesn't affect the Brochure pages!...

      Is there something I should try?

      Thanks,
      Mathieu Perino
      ICTL - Liaisons Optiques
      Website: www.ictl.com

      Comment


        #4
        note sute but try this

        Hi,

        Look for these two lines in both Act_Primary and Act_BrochurePrimary.html, they might not be exactly the same, make backups first.

        document.write("Items: " + getCartItem(3)+" ");

        and

        document.write("Value: " + getCartItem(1));

        not sure of the translation you want to use but something like

        document.write("Articles: " + getCartItem(3)+" ");

        and

        document.write("Valeur: " + getCartItem(1));

        hope that helps

        J
        --------------------
        www.ProSite.co.uk

        Comment


          #5
          You were right,
          thanks!!
          Mathieu Perino
          ICTL - Liaisons Optiques
          Website: www.ictl.com

          Comment


            #6
            Hi,

            I would like to change again those "Items" and "Value" (cause I'm developping a site in spanish), but I can't find the code any longer :

            Code:
            document.write("Items: " + getCartItem(3)+" ");
            
            and 
            
            document.write("Value: " + getCartItem(1));

            All I can find is :

            Code:
            document.write("NETQUOTEVAR:CARTCOOKIEITEMS " + getCartItem(3)+" ");
            				document.write("NETQUOTEVAR:CARTCOOKIEVALUE " + getCartItem(1));

            Shall I change it to :

            Code:
            document.write("NETQUOTEVAR:CARTCOOKIEArticulos " + getCartItem(3)+" ");
            				document.write("NETQUOTEVAR:CARTCOOKIEPrecio " + getCartItem(1));

            Any help welcome!
            Thanks
            Mathieu Perino
            ICTL - Liaisons Optiques
            Website: www.ictl.com

            Comment


              #7
              Hi,

              Not sure if this is right but go to Design > Text and search for Items: and Value:

              or Go To ID 2212 and 2213 respectivly that might do it.

              Best

              Jez
              --------------------
              www.ProSite.co.uk

              Comment


                #8
                perfect! (almost)

                Thanks for your help : it worked with ID 2212 and 2213.

                Yet it didn't work for the brochure page... Do you know what IDs I should refer to?

                Thanks,
                Mathieu Perino
                ICTL - Liaisons Optiques
                Website: www.ictl.com

                Comment


                  #9
                  Hi there

                  For the brochure page, you need to edit your "Act_BrochurePrimary.html" or whatever the template is for "Design | Option | Brochure", where you have "Overall Layout", click on "Edit" next to it.

                  Go down the template and you will see the following code:

                  HTML Code:
                   <script language="JavaScript">
                  				<!--
                  				document.write("Items:&nbsp;" + getCartItem(3)+"&nbsp;");
                  				document.write("Value:&nbsp;" + getCartItem(1));
                  				// -->
                  				
                                    </script>
                  You can change the Items and Value here, and the changes will be seen on the brochure pages.

                  Kind Regards
                  Nadeem Rasool
                  SellerDeck Development

                  Comment


                    #10
                    it works, thanks Nadeem!
                    Mathieu Perino
                    ICTL - Liaisons Optiques
                    Website: www.ictl.com

                    Comment

                    Working...
                    X