1ShoppingCart Cancel Button Not Available?

Discussion in 'Payments processing' started by florida561, Apr 18, 2010.

  1. florida561

    florida561 Guest

    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?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
  3. karlpalachuk

    karlpalachuk New Member

    Joined:
    Jul 22, 2008
    Messages:
    14
    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....

Share This Page