CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Different renewal cost from new membership
Pages: [1]

Author Topic: Different renewal cost from new membership  (Read 872 times)

generalredneck

  • I’m new here
  • *
  • Posts: 21
  • Karma: 0
  • CiviCRM version: 4.4.5
  • CMS version: Drupal 7.28
  • MySQL version: 5.5.29-0ubuntu0.12.04.1
  • PHP version: 5.3.10-1ubuntu3.6 with Suhosin-Patch
Different renewal cost from new membership
June 26, 2013, 05:28:02 am
I've got a client that is looking to add a membership where the creation cost is $100 and the renewal cost will be only $50. I'm not sure how to make this happen. I did however find this on the forums http://forum.civicrm.org/index.php/topic,27238.msg116070.html#msg116070, but it wasn't answered. :(

Jens-Erik

  • I post occasionally
  • **
  • Posts: 60
  • Karma: 0
  • CiviCRM version: 4.4
  • CMS version: Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.4
Re: Different renewal cost from new membership
June 27, 2013, 04:39:13 am
Having looked at the membership fees of my potential future employer, who adds a processing fee for signing up, I might run into the same problem.

In addition, they charge VAT depending on the country and if they give their EU VAT number.

So it would be nice if we could implement these features.

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Different renewal cost from new membership
June 27, 2013, 11:56:14 am
A non-code work around is to have 2 membership pages - one that people navigate to for JOIN that has the higher price via a Price Set

Then a second membership page is built for renewals, and the renewal reminders etc all take people to that form - and it just has the standard membership fee

if you want to make it clear there is a 'processing fee' then add that as a separate item in the Price Set of the first Membership page
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Jens-Erik

  • I post occasionally
  • **
  • Posts: 60
  • Karma: 0
  • CiviCRM version: 4.4
  • CMS version: Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.4
Re: Different renewal cost from new membership
June 29, 2013, 12:47:26 pm
Okay, thanks!

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Different renewal cost from new membership
June 29, 2013, 03:06:41 pm
You should see if the cividiscount item helps. I think it would allow you to discount particular line items for existing members (they would need to be logged in or using a checksum).
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

generalredneck

  • I’m new here
  • *
  • Posts: 21
  • Karma: 0
  • CiviCRM version: 4.4.5
  • CMS version: Drupal 7.28
  • MySQL version: 5.5.29-0ubuntu0.12.04.1
  • PHP version: 5.3.10-1ubuntu3.6 with Suhosin-Patch
Re: Different renewal cost from new membership
July 08, 2013, 07:13:22 am
Quote from: petednz on June 27, 2013, 11:56:14 am
A non-code work around is to have 2 membership pages - one that people navigate to for JOIN that has the higher price via a Price Set

Then a second membership page is built for renewals, and the renewal reminders etc all take people to that form - and it just has the standard membership fee

if you want to make it clear there is a 'processing fee' then add that as a separate item in the Price Set of the first Membership page

The problem I have with this solution is that the User Dashboard point to the contribution page you make the purchase from. I could hard code the link in the renewal notices, but that wouldn't suffice in this part of the situation. Otherwise, I suggest we could make an addition to the membership settings of the contribution page in question that adds a field that allows you to select a "renewal" contribution page that would be stored as the contribution_page_id on the contribution... that or add an additional column on the contribution_page that stores this information and change this code to get from the new field as a primary selection and fall through to what is there now: https://github.com/civicrm/civicrm-core/blob/master/CRM/Member/Page/UserDashboard.php#L68-L77

Do you have any ideas for a "code" solution or resources to point me to?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Different renewal cost from new membership

This forum was archived on 2017-11-26.