Announcement

Collapse
No announcement yet.

Can I identify a product duplicate in a layout?

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

    Can I identify a product duplicate in a layout?

    Hi,

    Is is possible to add a bit of code to a layout to say:

    if this is a product duplicate
    add this code
    end if


    I want to use a slightly different layout for my duplicates.
    Lance

    www.brightkidz.co.uk

    "High visibility clothing and accessories for children and adults"

    #2
    Use this:

    <actinic:block if="%3cactinic%3avariable%20name%3d%22DuplicateIndex%22%20%2f%3e%20%3e%200" >

    Code here...

    </actinic:block>

    Comment

    Working...
    X