Forum
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
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