Announcement

Collapse
No announcement yet.

How to change PAGE TYPE Headers Text

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

    How to change PAGE TYPE Headers Text

    Hello, my website is located in Mexico, I was wondering if anybody knows how to change the headers of the BOUNCE PAGE, TERMS AND CONDITIONS PAGE, CHECKOT 0 PAGE, etc.

    As my website is in spansh, I would like to change this PAGE TYPES Names

    Thanks

    Patricio

    #2
    Click 'design' 'text' and search for the expression you wish to edit.
    See
    http://www.truecorset.com/es/
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment


      #3
      You're wrong... the sName can be edited in database "PageType"... but take care about database...
      "LABOR IMPROBUS OMNIA VINCIT"

      Comment


        #4
        You're wrong
        I made no mention of playing with the database! And I HAVE changed all the site names to Spanish as in the quoted example, and it all works, so possibly I am right!

        I am sorry, but I do not understand the issue you are raising?
        Jonathan Chappell
        Website Designer
        SellerDeck Website Designer
        Actinic to SellerDeck upgrades
        Graphicz Limited - www.graphicz.co.uk

        Comment


          #5
          I think the confusion and perceived brusqueness is purely down to misunderstanding I believe.
          Originally posted by pbenavente View Post
          how to change the headers of the BOUNCE PAGE, TERMS AND CONDITIONS PAGE, CHECKOT 0 PAGE, etc.
          This could be HTML page title tag values, "on page" HTML titles for each checkout page, it could be the values of the page type dropdowns within the Actinic design tab (my choice) or maybe something else....
          The main difference is whether this text is merchant facing or customer facing.

          Originally posted by BGUERBET View Post
          the sName can be edited in database "PageType"... but take care about database...
          True. This effects the drop downs in the design tab (and other merchant facing places)
          And yes - be careful editing the database!!

          Originally posted by graphicz View Post
          And I HAVE changed all the site names to Spanish as in the quoted example, and it all works, so possibly I am right!
          and you are correct as well, if the text being described is the customer facing text.

          Clarity in the original post was required to avoid any confusion.
          Fergus Weir - teclan ltd
          Ecommerce Digital Marketing

          SellerDeck Responsive Web Design

          SellerDeck Hosting
          SellerDeck Digital Marketing

          Comment


            #6
            You're wrong... the sName can be edited in database "PageType"... but take care about database...
            Danger! Guerbet is very wrong! If you change PageType values in the Database as Guerbet suggests you will break layout code that uses BlockIf's to test the PageType. I see PageType used in about 9 built-in Conditions and in BlockIf's in a large number V11 Layouts.

            E.g. here's the IsStoreFontPage Condition:
            Code:
            <actinic:variable name="PageType" /> == "Section" AND <actinic:variable name="SectionLevel" /> == 0
            So change Section for say, Klasor in the database, and code that's intended to show on the Store Font Page will be gone.

            Note that PageType is cached by Actinic, so if you change it in the database things will seem OK until you restart.

            Jonathan's way is safe.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment

            Working...
            X