Announcement

Collapse
No announcement yet.

Adding text to checkout pages

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

    Adding text to checkout pages

    Hi
    Can someone kindly tell me what templates I need to change to add some text on the checkout pages only. Basically I want to put something about how secure my site is blah blah on all the secure pages which are all the pages entitled checkout but not shopping cart.
    Thanks in advance.

    Kevin Akers
    Test In private

    www.testinprivate.co.uk

    #2
    You can add globally to Act_PrimaryCheckout.html or individually to Act_Order"n".html templates


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      V8

      And in V8 please - cant seem to find these files?
      Sam
      http://www.originaltouch.co.uk
      http://www.spcb.co.uk

      If you spend your whole life waiting for the storm, you’ll never enjoy the sunshine.

      Failure is the tuition you pay for success.

      Comment


        #4
        You won't find them in v8. In v8 look in the Design tab for Checkout Page 0, 1, 2, and Shopping Cart.

        Comment


          #5
          Thanks.

          The thing is, I am looking to change one of the user definable fields into a check box.
          All threads I have seen so far make reference to making changes to the above files in V7.
          Where would I do the same in V8? Or how?
          Sam
          http://www.originaltouch.co.uk
          http://www.spcb.co.uk

          If you spend your whole life waiting for the storm, you’ll never enjoy the sunshine.

          Failure is the tuition you pay for success.

          Comment


            #6
            In Design view select Checkout Page 2. Then click on the User Defineable Field 1. You should then be seeing the layout code for General User Defineable 1 in the Layout Code pane. You can then apply the same principles as this post ( http://community.actinic.com/showpos...08&postcount=2 ) to the code:
            Code:
            <input type="text" name="GENERALHOWFOUND" size="40" maxlength="255" value="<Actinic:Variable Name="GeneralHowFound"/>" />
            to make it something like:
            Code:
            <input type="CHECKBOX" name="GENERALHOWFOUND" value="CHECKED" />
            Untested but I'm sure you can see the principle.

            Comment


              #7
              That post you refer to (http://community.actinic.com/showpos...08&postcount=2 )
              is similar to other posts (and the Knowledge Base) making reference to 'Act_Order01.html' which is not available in V8.

              I have applied your solution to the Invoice User Definable field and it works fine for V8. Thanks for your help.
              Sam
              http://www.originaltouch.co.uk
              http://www.spcb.co.uk

              If you spend your whole life waiting for the storm, you’ll never enjoy the sunshine.

              Failure is the tuition you pay for success.

              Comment

              Working...
              X