Forum

Thread tagged as: Question, Runway, Members

Member data conditional on product template

Is there an equivalent of this function

perch_member_get('custom_field');

for member templates? something like

<perch:if:member reseller="true">

Or is my only choice to pass a variable? how would that work in that case?

PS/ without using member tags

Lexi McGee

Lexi McGee 3 points

  • 4 years ago

Pass in variable then us perch:if to test.

Add reseller tag to member to test then pass in variable and perch:if to validate