Announcement

Collapse
No announcement yet.

Changing "New Products Layout"

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

    Changing "New Products Layout"

    Nice to see the inclusion of auto-generated "New Products" - good job there.

    With the site im playing with I have layed it out so each product has its own page via the "Extended Info" section on the product. Is it possible to change the link href that usually links to a script to be the static html page for the product.

    I tried copy and pasting the code over but I got an error about using somthing out of context and the page would not upload.

    #2
    Try using the following code within the New Products layout...

    Code:
          <a href="<actinic:variable name="ExtendedInfoPageName" />">
             <actinic:variable name="ExtendedInfoLinkText" />
          </a>

    Comment

    Working...
    X