Announcement

Collapse
No announcement yet.

Extra info required promt in address page

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

    Extra info required promt in address page

    Hello

    I am trying to edit the way the "required information" box is displayed during the checkout, the one that if you do not complete the address details, it says for eg

    "Name/Cardholder:" is required.
    "City/Town:" is required.
    "Address Line 1:" is required.

    Where abouts is this. I thought it was in Act_order01 since this is where the rest of the page is, but cannot find it. Assume then that it is being read from elsewhere and populated as required.

    Appreicate anyone telling me where I can find it.

    THanks
    Steven

    #2
    It's at Design->Text and then click on the Invoice Address tab. Also see the other tabs for more customizations.
    Bob Ladden

    Comment


      #3
      Hi Bob

      Cheers for that.

      I am actually trying to change the box, not the text. I have set border and background colors for all my tables, this one escapes me tho.

      Steven

      Comment


        #4
        Open 'Actinic.pm' in 'Notepad' and search for '<table'.

        You will highlight this line:

        $sError = "<TABLE CELLPADDING=\"10\" WIDTH=\"550\" BORDER=\"1\" BGCOLOR=\"$$::g_pSetupBlob{FORM_BACKGROUND_COLOR}\">" .

        You can customise this as required.

        Comment

        Working...
        X