Announcement

Collapse
No announcement yet.

Change to Country selected info in Bill Address

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

    Change to Country selected info in Bill Address

    Hi

    I am just introducing international shipping via my store (I have accepted it for 2 months now but had to manually edit each order at processing!!)

    When customers get to the Billing Address details, the country is prepopulated based on the previous page where they select billing and shipping locations.

    I am trying to do 2 things. 1. I want to increase the box that the country sits in, currently words are being wrapped onto several lines since it is to small. 2. I want to decrease the font size of the actual country since this is larger than the rest on the page.

    I have had a look in the templates but alas cannot find the one that does the change.

    Thanks in advance

    Steven

    #2
    Hi

    OK, sorted point 1 (the box size the country sits in).

    Go to Design | Text | ID and then enter 2067

    This then looks similar to:

    <TABLE WIDTH="100&#37;" BORDER="0" CELLSPACING="0" CELLPADDING="0">
    <TR>
    <TD ALIGN=LEFT>%s%s%s<INPUT TYPE="HIDDEN" NAME="%s" VALUE="%s"></TD>
    <TD ALIGN="RIGHT"><INPUT TYPE=SUBMIT NAME="ACTION" VALUE="%s"></TD>
    </TR>
    </TABLE>

    I have changed 100&#37; to 218 and this forces the 'Change' button onto the right, with the 218 being the box that contains the country name.

    So, all I want to do now is decrease the text size.

    Steven

    Comment


      #3
      Hi there

      To change the size you need to go to "Design | Text", and click on the "Go to" button.

      Here type in:

      Phase: -1
      ID: 1973

      Here you can change it to a font tag or change the class

      Phase: -1
      ID: 1970

      Has the code to close the span/font tag.

      Please note, any change you make here, also changes the answer prompt for "Ship to separate delivery address"

      Kind Regards
      Nadeem Rasool
      SellerDeck Development

      Comment

      Working...
      X