Announcement

Collapse
No announcement yet.

Problems with Address Line 4

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

    Problems with Address Line 4

    I'm having problems with my address line 4 both on my checkout 01 (invoice address) and 02 (delivery address) pages

    First thing, it's the only field that refuses to capitalise. It's got exactly the same formatting as the other fields but neither the invoice OR delivery field will capitalise.

    Secondly, neither of these fields "remember me"
    the rest of the address is filled out when I return to the store but that field is blank.

    It's not the only non-required field so it's not that.
    It just refuses to format or hold details in the cookie

    It's not just my site because I've been test ordering on another site which is doing exactly the same...not capitalising or remembering me

    Anyone else come across this?

    Cheers
    Tracey

    #2
    Tracey,

    Not sure about it not holding the info but on Budget Bumps it looks to me like Address Line 4 is missing 'onBlur="format(this,'capitals')"' from the input code.
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      hmm....thing is...it's there

      (see attached)

      I thought maybe it was a problem with my typing or something but George's site does the same!
      v strange
      Attached Files
      Tracey

      Comment


        #4
        also...I've done a compare with factory for Invoice Address Line 4 and the only difference is my capitalisation code

        I don't understand why it's not working.
        The whole checkout 01 was reverted to factory last night and the the code re-entered so it's the only change in the whole layout but that hasn't "fixed" it either
        Tracey

        Comment


          #5
          Strange one certainly the onBlur is not getting uploaded for some reason, maybe a bug with address line 4 since it is ok on the rest of the lines. Can't think of anything else!
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #6
            thanks, David
            I'll raise another support ticket and see if I can get it confirmed as a bug
            That way at least I can forget about it and move on!
            Cheers for your help
            Tracey

            Comment


              #7
              I remember having troubles with this address field.

              I cant find the original template but i have some commenting out and it seems to work ok now...

              Code:
              <tr>
                 <td>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22DeliverPrompt007Required%22%20%2f%3e"><span class="actrequired"></actinic:block>
                       <Actinic:Variable Name="DeliverPrompt007"/>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22DeliverPrompt007Required%22%20%2f%3e">*</span></actinic:block>
                 </td>
                <!-- <Actinic:LOCATION TYPE='DELIVERADDRESS4'> -->
                    <td>
                       <input type="text" name="DELIVERADDRESS4" size="40" maxlength="200" value="<Actinic:Variable Name="DeliverAddress4"/>" onblur="format(this,'capitals')" />
                    </td>
                <!-- </Actinic:LOCATION> -->
              </tr>

              Comment


                #8
                That not take line four off the site altogether?
                Football Heaven

                For all kinds of football souvenirs and memorabilia.

                Comment


                  #9
                  Originally posted by george
                  That not take line four off the site altogether?
                  less extreme just to leave it un-formatted, G!
                  Tracey

                  Comment


                    #10
                    commenting out a part of a table is a very bad technique.

                    full stop.

                    you should only do it if you're not bothered really about browser standards.

                    try changing your onblur to onkeyup?

                    Comment


                      #11
                      No, still there.

                      Well on my site at least...

                      paradox .co.uk

                      Comment


                        #12
                        Originally posted by gabrielcrowe
                        try changing your onblur to onkeyup?
                        is that literally just a substitution for the onblur bit thingie?

                        (ooh..techy haha)
                        Tracey

                        Comment


                          #13
                          Any news on the Line 4 Capitalisation because this is the same with my site.

                          The other line have worked when I carried out the instuctions in the AUG but not line 4.

                          Joy

                          Comment


                            #14
                            I should add...in the design tab page preview...the capitalisation works when you type in the boxes.
                            It's just online it doesn't work!
                            Tracey

                            Comment


                              #15
                              The commenting doesn't seem to remove any of the table formatting though... I guess removing the Actinic flags isn't great, but then all still seems to work.

                              Comment

                              Working...
                              X