WordPress plugin for mail subscriptions

I’m working on a news site built with WordPress, and I now want to add a page for subscriptions. This will be paid subscriptions for the printed paper that people can get delivered to their home.

My question is: is there a WordPress plugin already created for this (free or paid)? I wouldn’t really want to re-invent the wheel. Maybe I could somehow use one of the many WordPress shopping cart solutions?

Read More

If not (which I suspect to be the case) how would I go about doing it on my own? I have no problem coding this up as a standalone application. I’m just not sure of how exactly to integrate it into the WordPress admin area.

Related posts

Leave a Reply

3 comments

  1. I have done exactly that process with another site, that was originally a static website, which we then migrated to WordPress.

    Take a look at 1shoppingcart.com

    It may be a good (if not alternative) solution for you. Some features: Auto-responders, can handle the different payment options and durations and as its not maintaining access to any WP pages, you simply use links from the posts to integrate with it.

    Hope that helps