Hi there,
Just another very very quick one here. This plugin was written to help out in this thread here so that you can have a way on your single entry pages of checking if a user has already purchased an item using the Simple Commerce Module. May have uses so thought I would post it up here in the plugins forum for all to see.
Usage :
{exp:weblog:entries weblog="default_site" limit="1"}
{exp:scm_access entry_id="{entry_id}"}
{if no_access}
<p>No results here = no_access</p>
{if:else}
<p>This shows if you do own the entry</p>
{/if}
{/exp:scm_access}
{/exp:weblog:entries}
Best wishes,
Mark
