Does anyone know how to change the default value of the link text on single product pages from More... ?
Thanks
Thanks
<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>
Comment