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?
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