Author Topic: Improper renewal of Membership  (Read 237 times)

Offline shashikant

  • I’m new here
  • *
  • Posts: 25
  • Karma: 0
  • CiviCRM version: civicrm 4.1.3
  • CMS version: Drupal 6.26
  • MySQL version: Mysql 5.1.56
  • PHP version: PHP Version 5.3.6
Improper renewal of Membership
« on: August 10, 2012, 02:46:40 am »
Hi
I have created a membership type for member dues which is public, duration 1 month and period is "fixed".
For Renewal of membership i have created different Contribution page 
i.e. for 1 Month renewal ,  for 2 Month renewal ,  for 3 Month renewal ,  for 6 Month renewal to renew membership.

But When I submit it is moving Membership by only one month.
i.e. if I am selecting Membership renewal for 3 months Its not getting renewed for 3 month it is getting renewed for only one month.

I dont know where I am doing wrong.

Please help me about this.
Thanks in advance.

Offline Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4021
  • Karma: 122
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Improper renewal of Membership
« Reply #1 on: August 10, 2012, 03:22:15 am »
Quote
I have created a membership type for member dues which is public, duration 1 month and period is "fixed".
Since you have created above membership type with above setting, every time you renew it will renew / extend the membership by 1 month only.

HTh
Kurund
Found this reply helpful? Support CiviCRM

Offline petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 3725
  • Karma: 124
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Improper renewal of Membership
« Reply #2 on: August 10, 2012, 03:56:26 pm »
want to explain what you did that made you think it would be renewing for x3 months? is this a price set? i agree with kurund on expected behaviour - would be a nice addition to be able to do what you are describing - do you have some developer resources?
pete davis : www.fuzion.co.nz : connect + campaign + communicate

Offline shashikant

  • I’m new here
  • *
  • Posts: 25
  • Karma: 0
  • CiviCRM version: civicrm 4.1.3
  • CMS version: Drupal 6.26
  • MySQL version: Mysql 5.1.56
  • PHP version: PHP Version 5.3.6
Re: Improper renewal of Membership
« Reply #3 on: August 16, 2012, 03:23:35 am »
Thanks for reply.

I think if I create diff membership type for diff contribution page it will solve my problem.