Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Monthly/Annual Subscription fee instead of per Ad

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    classy's Avatar
    Join Date
    Apr 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Monthly/Annual Subscription fee instead of per Ad

    Ive been looking forward for the release of 3.0. Looking at the new version, it seems that monthly/annual subscription is still not added as a feature. It would be nice if this is offered as well.
    Last edited by pepsi; August 29th, 2010 at 07:35 PM.

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Monthly/Annual Subscription fee instead of per Ad

    Agreed. There just wasn't enough time to add it in 3.0. It's on the roadmap but no time table.

  3. #3
    Junior Member midwestmedia's Avatar
    Join Date
    Sep 2009
    Location
    United States
    Posts
    45
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Monthly/Annual Subscription fee instead of per Ad

    I'd love this too. For one of my projects, I envision a structure where there are two groups of users: consumers (in a particular niche) and vendors. I'd like to charge the vendors a fee to (access) read and respond to listings (via the internal email system) and allow the consumers to post their requests for service for free.

    So that flat fee for a user account would be perfect for this project!

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Monthly/Annual Subscription fee instead of per Ad

    Feature request being submitted for consideration. I will update this thread with any comments/feedback as it becomes available. Thanks

  5. #5
    Newbie
    Not a Verified Customer
    barretthemmings's Avatar
    Join Date
    May 2010
    Posts
    1
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Monthly/Annual Subscription fee instead of per Ad

    Is there any update on a timetable as to when this feature will be released? I have a client that has just purchased this theme, and that is one of the key features they want for their site. We are looking at a launch date of July 13. Will we have to jump ship on ClassiPress and try to find something else, or do you think by then something will be developed? Any update on this would be much appreciated.

  6. The Following User Says Thank You to barretthemmings For This Useful Post:

    kfreck (July 14th, 2010)

  7. #6
    Newbie kfreck's Avatar
    Join Date
    Jul 2010
    Location
    United States
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Is there an update on this feature?

  8. #7
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,982
    Thanks
    170
    Thanked 3,408 Times in 3,279 Posts
    For announcement and updates regarding the next version of classipress including features and fixes, you may also check the official developer's blog here http://appthemes.com/blog/ .
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  9. #8
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    I believe there are plans for this in a future release, but will follow up on this with the development team.

    EDIT: To update on this topic, I have confirmed with the team that this will not be a feature we will be seeing in the upcoming 3.1 release, although it is still on our system to be implement in a future release. I will be sure to follow up on the ticket and see where this is earmarked for as it is updated.
    Last edited by pepsi; August 30th, 2010 at 11:00 PM.

  10. #9
    Newbie zo0oz's Avatar
    Join Date
    Jul 2010
    Location
    United States
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    By "subscription" the Ad's Listing Fee, automatically is billing the customer Monthly, Annually, Quarterly or how many day you want.

    I have this on another non-WP site, and it's a wonderful way to keep your paying ad's continue uninterrupted. The client get's the notice from Paypal, that they made another payment, you get direct deposit, and an email from Paypal notifying you to keep the Ad listed.

    Here is the code for a $19.95 per month subscription. Basically after 30 days, Paypal will recharge the customer and process $19.95 depositing to your account, with all the same details given initially.

    Would be great if CP would update the users account to reflect the new date, that it's current, from Paypal.

    Thanks Pepsi, for the quick reply back.
    I had a look at paypal.php and will give this a try later...

    Note: Not Tested Yet, but think this will work. The codes are direct from Paypal. You can create your own custom subscriptions there, and try replacing the code.

    This is what i'll try out after my other site is done.

    I like using notepad ++, open paypal.php
    Just after Line 32 <input type="hidden" name="no_note" value="1" />

    <input type="hidden" name="a3" value="19.95" />
    <input type="hidden" name="p3" value="1" />
    <input type="hidden" name="t3" value="M" />
    <input type="hidden" name="src" value="1" />
    <input type="hidden" name="sra" value="1" />


    Bill

  11. #10
    Newbie zo0oz's Avatar
    Join Date
    Jul 2010
    Location
    United States
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I just gave this a try, after removing this input, because the "a3" value would be used...
    should be replaced/modified <input type="hidden" name="amount" value="<?php echo get_post_meta($post_id, 'cp_sys_total_ad_cost', true); ?>" />

    But realized that the Ad-Packs Forms will need to be modified to use the Monthly Subscriptions codes.
    I'm not familiar enough with CP's code to do this, and it's beyond my scope for now.

    Well, it's something to start with. Paypal has the codes there for monthly, reacurring subscriptions (not memberships) just automated payments.
    Best Regards
    Bill

    Quote Originally Posted by zo0oz View Post
    By "subscription" the Ad's Listing Fee, automatically is billing the customer Monthly, Annually, Quarterly or how many day you want.

    I have this on another non-WP site, and it's a wonderful way to keep your paying ad's continue uninterrupted. The client get's the notice from Paypal, that they made another payment, you get direct deposit, and an email from Paypal notifying you to keep the Ad listed.

    Here is the code for a $19.95 per month subscription. Basically after 30 days, Paypal will recharge the customer and process $19.95 depositing to your account, with all the same details given initially.

    Would be great if CP would update the users account to reflect the new date, that it's current, from Paypal.

    Thanks Pepsi, for the quick reply back.
    I had a look at paypal.php and will give this a try later...

    Note: Not Tested Yet, but think this will work. The codes are direct from Paypal. You can create your own custom subscriptions there, and try replacing the code.

    This is what i'll try out after my other site is done.

    I like using notepad ++, open paypal.php
    Just after Line 32 <input type="hidden" name="no_note" value="1" />

    <input type="hidden" name="a3" value="19.95" />
    <input type="hidden" name="p3" value="1" />
    <input type="hidden" name="t3" value="M" />
    <input type="hidden" name="src" value="1" />
    <input type="hidden" name="sra" value="1" />


    Bill

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Monthly/Annual Subscription fee instead of per Ad
    By classy in forum Help Using ClassiPress
    Replies: 1
    Last Post: December 31st, 1969, 07:00 PM