Adding "Cancel" link to "Your Subscriptions"

Discussion in 'Customization & add-ons' started by johnww, Mar 25, 2009.

  1. johnww

    johnww aMember Pro Customer

    Joined:
    Oct 18, 2005
    Messages:
    50
    We have a number of recurring subscriptions. When a user views page:

    /member.php

    he sees a link to cancel a recurring subscription only at the bottom right in the "Your Payment History" area.

    I would like to add a cancel link in the "Your Subscriptions" area.

    What code can I insert in the page members.php to achieve this?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    If you look at the url in the link, you'll see that its probably just a link to either paypal or other payments system. You can copy this URL and paste it in the member.html file using an HTML link
    <a href"http://cancel.com/link">Cancel</a>

    But if i can make a suggestion- dont do it. you dont want to remind people that they can cancel....

    David

Share This Page