I'm running my system using 1shoppingcart for my monthly membership program. For some reason, the "CANCEL" button is not appearing in the members admin area to cancel the subscription. Is this available for 1SC and amember?
Hello, What I did was in the template member_main.html under the UseFull Links section was to add a mailto unsubscribe link such as <li><a href="mailto:user@domain.com?from={$user.email}&bcc=webmaster@domain.com&subject=Subscription Cancellation Request&body=Please cancel {$user.name_f} {$user.name_l} subscription to Domain.com.">Subscription Cancellation Request</a></li> Of course I added all the text to my en-custom.php language file and used the macros. You could enhance this even further by using the Smarty mailto function instead but you get the idea. John Wicks on behalf of....