Subscription Cancellation Notification
Using Jamroom
Yes but what payment gateways have you enabled in FoxyCart? essentially Foxycart is just the shopping cart, the CC info will be stored with the payment gateway.
{capture name="row_template" assign="shows"}
{literal}
{if isset($_items)}
{jrCore_module_url module="jrAudio" assign="murl"}
<ul>{foreach from=$_items item="item"}
<li><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.audio_album_url}">{$item.audio_album}</a></li>
{/foreach}
</ul>
{/if}
{/literal}
{/capture}
{jrCore_list module="jrAudio" group_by="audio_album" template=$shows}
{if isset($_items)}
{jrCore_module_url module="jrAudio" assign="murl"}
<ul>{foreach from=$_items item="item"}
<li><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.audio_album_url}">{$item.audio_album}</a></li>
{/foreach}
</ul>
{/if}