Announcement

Collapse
No announcement yet.

Condition duplicate products only

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

    Condition duplicate products only

    Hi,

    Can I create a 'Condition' on a product layout, the condition would be to only apply on duplicate products only?
    Regards,

    Les


    Abc Baby Gifts
    Snuggle Feet
    Baby Casting From My Perfect Impression

    #2
    You can use the ProductType variable. Look it up in Help / Variable Reference Guide.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thank Norman,

      I see if ProductType is 1 then it's a duplicate.

      So how do I do the condition?

      Something like this...

      (<actinic:variable name="ProductType" />1=true)

      Doesn't work.
      Regards,

      Les


      Abc Baby Gifts
      Snuggle Feet
      Baby Casting From My Perfect Impression

      Comment


        #4
        Paste
        Code:
        <actinic:variable name="ProductType" /> == 1
        into the Condition editor.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thanks Norman!
          Regards,

          Les


          Abc Baby Gifts
          Snuggle Feet
          Baby Casting From My Perfect Impression

          Comment

          Working...
          X