Announcement

Collapse
No announcement yet.

Check out

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

    Check out

    How can I remove the add address to address book on my checkout page.

    I would also like to remove the inbvoice address from the receipt page.

    Is this possible?

    #2
    Hi there,

    How can I remove the add address to address book on my checkout page.
    In Actinic if you go into Design|Text click on the 'Goto' button then insert the following values;

    Phase = 1
    ID = 276

    Removing the text from the prompt will eliminate the text on-line.

    To take out the invoice address from the receipt page, simply comment out (<!-- NETQUOTEVAR:INVOICETO -->) the variables;

    NETQUOTEVAR:INVOICETO
    NETQUOTEVAR:INVOICENAME NETQUOTEVAR:INVOICEJOBTITLE NETQUOTEVAR:INVOICECOMPANY NETQUOTEVAR:INVOICEADDRESS1 NETQUOTEVAR:INVOICEADDRESS2 NETQUOTEVAR:INVOICEADDRESS3 NETQUOTEVAR:INVOICEADDRESS4 NETQUOTEVAR:INVOICEPOSTCODE NETQUOTEVAR:INVOICECOUNTRY NETQUOTEVAR:INVOICEPHONE NETQUOTEVAR:INVOICEFAX NETQUOTEVAR:INVOICEEMAIL NETQUOTEVAR:INVOICEUSERDEFINED



    Hope this helps
    Thank You
    Menar Khan

    Comment


      #3
      This only removes the text. The selector is still available!

      Is it also possible to change the text 'Address' on the first check out page to head office?

      Comment


        #4
        Hi there,

        Could you please post your company url or perhaps attach a screen shot of the area you want to change.
        Thank You
        Menar Khan

        Comment


          #5
          My URL is

          www.diamondsafetyawards.com

          Login as

          test
          test

          The page in question is the first check out page you will come to.

          Comment


            #6
            Hi there,

            I am unable to check the page you are referring to as I cannot log in using the details that you have provided.

            Have you updated you store?? with the 'test' customer account created.
            Thank You
            Menar Khan

            Comment


              #7
              Oops, sorry about that.
              It should be working now...

              Comment


                #8
                Hi,

                Is it also possible to change the text 'Address' on the first check out page to head office?
                Yes, if you go to Design | Text click on the goto button and insert
                Phase = -1
                ID = 147

                and then change the 'Invoice Address' prompt to read what you want.
                Thank You
                Menar Khan

                Comment


                  #9
                  Brilliant.

                  Thankyou

                  Comment

                  Working...
                  X