Announcement

Collapse
No announcement yet.

Changing Product Page Link Text

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

    Changing Product Page Link Text

    Does anyone know how to change the default value of the link text on single product pages from More... ?

    Thanks

    #2
    Do you mean the "More..." that opens an Extended Info page, Product Page, etc? If so it's in Product Details / Links / Link Text. There are two entries for different purposes.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      I mean the text link highlighted in the attached picture.
      Attached Files

      Comment


        #4
        I can't see where that default value comes from. It's probably hard-coded into the program.

        However you can change it by editing layout Standard Product Links and looking for:
        Code:
        <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22ProductListTextLink%22%20%2f%3e%20%3d%3d%201%29" >
        	 <a href="<actinic:variable name="ProductPageName" />">
                 <actinic:variable name="ProductListLinkText" />
              </a>
        </actinic:block>
        Replace <actinic:variable name="ProductListLinkText" /> with whatever you want to see. The box will still say "More..." but it's your replacement text that will show.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks Norman, that has worked perfectly.

          Just as an aside if anyone from Sellerdeck is reading this, where is the value for ProductLinkText?

          Comment

          Working...
          X