Announcement

Collapse
No announcement yet.

Display attributes only to group members?

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

    Display attributes only to group members?

    We have a price group set up for wholesale customers, and an attribute template for unwrapped products. But we only want to display those attribute options to members of the wholesale price group.

    We probably could create an availability group and make duplicate products to display only to them, but would rather not take that approach due to the number of products we offer.

    Is there a way to do this more easily?
    The Helix Group
    Web Design, E-Commerce, and SEO
    www.HelixGroup.net

    #2
    Re: Display attributes only to group members?

    You could use a conditional around the attribute item on the product page
    Code:
    <mvt:if expr="g.customer:pgrpcount GT 0">
    the attribute item
    </mvt:if>
    But I suspect you are going to end up with the missing attributes page since none would be selected.
    Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
    Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
    Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
    Facebook http://www.facebook.com/EmporiumPlus
    Twitter http://twitter.com/emporiumplus

    Comment


      #3
      Re: Display attributes only to group members?

      Originally posted by wcw
      But I suspect you are going to end up with the missing attributes page since none would be selected.
      Oh yeah, that problem hadn't even occurred to me yet. But I may still give a try.

      Thanks much!
      The Helix Group
      Web Design, E-Commerce, and SEO
      www.HelixGroup.net

      Comment

      Working...
      X