Hi. How do I display a message to those people who have ONLY 'bought' a free membership product - if they have purchased a recurring product as well as the FREE membership I dont want to display the message. Does that make sense! HTML: <div id="memberMessage" style="width:100%;"> {foreach from=$member_products item=p} {if $p.product_id eq "46" } Free membership product purchased {else} {/if} {/foreach}</div> Regards Chris
I this on a php page, wordpress or other integration? Or on the amember members page? Version 3.x or 4.x? David
It does work, BUT if they have the free product as well as a subscription product I DONT want to display the message and I am having trouble getting my head round the syntax Chris