Announcement

Collapse
No announcement yet.

Inserting text below the 'Payment Method' Drop-Down Box

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

    Inserting text below the 'Payment Method' Drop-Down Box

    Hi all,

    I would like to insert some text below the drop-down box which allows the customer to select what method of payment they would prefer.

    I tried updating 'order02.html' (both the one in the main folder, and the one in the 'html' folder) but nothing seemed to change.

    Would anybody be able to offer me some guidance on this please? Thanks in advance

    #2
    Try within the same 02.html template the following:

    locate

    <td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:PAYMENTMETHODOPTIONS</td>

    and then add in your code

    <td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:PAYMENTMETHODOPTIONS </br>YOUR STATEMENT OR CODE HERE</td>

    Think that will work for what you are after (i thinks)...

    Comment


      #3
      Hiya, thank you for your reply

      I coudn't find the above string in either of my two 'order02.html' files, and so I tried to find just the string 'NETQUOTEVAR:CHECKOUTBG' but couldn't, then I tried to find the string 'NETQUOTEVAR:PAYMENTMETHODOPTIONS' and found one instance of it in the 'order02.html' file (the one in the 'html' folder). The text around it looked a bit like this:-

      <td bgcolor="#ffffff">NETQUOTEVAR:PAYMENTMETHODOPTIONS</td>

      I then changed the above to what is written below:-

      <td bgcolor="#ffffff">NETQUOTEVAR:PAYMENTMETHODOPTIONS</br>MY TEXT IN HERE</td>

      But it still didn't work unfortunately. In any case, please could you tell me whether I should be editing the files in the 'Site1/' folder, or the ones in the 'Site1/html/' folder? Thank you

      Comment


        #4
        Think you are altering the wrong files.

        Go into Actinic, Advanced | Template Manager | orders tab and then click the 02 phase template button.

        These templates (source) are located within the program files | actinic v7 | sites | sitename (normally site1)...

        The PreviewHTML and that are generated pages, so if you change them pages, then next time you update the software recreates them from the source templates, thus overwriting all you have done.

        All the best.

        Comment


          #5
          Ah, that's worked a treat, thank you very much!

          I had forgotten about the template manager - I was trying to find the files manually

          Thanks again.

          Comment


            #6
            No worries

            Comment

            Working...
            X