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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Why are membership not supported with prices sets?
Pages: 1 2 [3] 4 5 6

Author Topic: Why are membership not supported with prices sets?  (Read 34175 times)

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Why are membership not supported with prices sets?
February 23, 2011, 04:12:21 pm
I have submitted a patch to allow variable amounts to be entered for back-office credit card memberships

http://issues.civicrm.org/jira/browse/CRM-7613

This largely takes care of the initial needs for it to work in a back-office situation - it would be better to be able to select a priceset but at least it makes all the workflows we deal with work.
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

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Why are membership not supported with prices sets?
February 24, 2011, 02:20:47 pm
Hi,

I have logged a JIRA for this so we can spec it out & plan to get it into core

http://issues.civicrm.org/jira/browse/CRM-7623

Although the provided module works there is a lot to maintain so it would be great if we can try to get this funded into Core.

I have updated one relevant patch (the one that gets rid of the error message when you try to edit a page with a priceset - not in the module) and attached it to the issue. Would be great if anyone is able to update any of the other patches & attach
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

mdavid

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 0
  • CiviCRM version: 4.2
  • CMS version: Drupal 7.15
  • MySQL version: 5.1.63
  • PHP version: 5.2.17
Re: Why are membership not supported with prices sets?
February 26, 2011, 11:48:33 am
Hi Eileen,

Thanks for moving this forward. I look forward to its implementation! I'd be glad to help with writing use cases and/or testing if needed.

Will you announce it here when it gets listed as a Make-It-Happen project?

Thanks,
 Michael

flug

  • I post frequently
  • ***
  • Posts: 126
  • Karma: 12
Re: Why are membership not supported with prices sets?
March 23, 2011, 12:13:29 am
Quote from: speleo on January 10, 2011, 12:18:22 pm
Flug,

I got this working with Joomla. More than happy to document the process but I think that we should be building this out in the wiki rather than here. Do you want to flesh out a page first (as the main developer) and I'll document the changes need to get a working Joomla 1.5 setup.

Many thanks, Henry

Henry,

Sorry for the long delay in responding--I've been sort of out of it.

Where do you think is the right/best place to put the documentation in the wiki?

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Why are membership not supported with prices sets?
March 23, 2011, 12:59:41 am
Ummm. It's been a while. I can't remember if I made notes myself somewhere or if I've got to go back and look through this again. I remember having some fun doing it.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Why are membership not supported with prices sets?
March 23, 2011, 01:20:16 am
There were quite a few notes in the module I think.

However, would be good to get it into core as otherwise it could require love on a per upgrade basis.

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

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Why are membership not supported with prices sets?
March 23, 2011, 01:24:55 am
I'll see what I can do but it'll take a little time. Got Government year end here in the UK right now...

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Why are membership not supported with prices sets?
March 23, 2011, 01:27:45 am
Well, it needs either time or money so if there is any interest in seeding it financially we can launch an MIH & try to get it community funded

http://issues.civicrm.org/jira/browse/CRM-7623

I think the next round of MIH will be launched soon
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

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Why are membership not supported with prices sets?
March 23, 2011, 01:30:14 am
I think it needs both. Happy to put the time in. I'm no coder and don't make a living out of this but am happy to contribute.

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Why are membership not supported with prices sets?
March 23, 2011, 06:30:17 am
have created a wiki page here http://wiki.civicrm.org/confluence/display/CRMDOC40/Membership+Price+Sets

Went back thru what I did and am pretty sure that all that was required for Joomla was changing the module file into a Joomla hook file which only involved a few lines of code change.

I remember coming unstuck as well by trying to test this without uploading the templates and the rest of the PHP files which are done later in the instructions. So I've changed the install order a little to install all the files before trying it out.

I'm sure it would be possible to edit the page to add the Drupal install method as a simple Joomla/Drupal branch.

Would be interested to see if someone could review it to ensure that it is good to go.

mclyde

  • I post frequently
  • ***
  • Posts: 171
  • Karma: 3
    • International Society for Bayesian Analysis
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 6.x
  • MySQL version: 5.136
  • PHP version: 5.2.16
Re: Why are membership not supported with prices sets?
May 04, 2011, 10:05:18 pm
Thanks to all who contributed here!  This looks very close to what my organization needs for allowing primary membership signup, multiple  optional section membership signups plus donations on one page!

I got this working on my development site (yeah!)  but have a couple of additional questions

optional section memberships would  be purchased as part of the price sets.  So if someone selects one, how can I  create a membership record for that membership type?   or at least create a smart group of current members?

for donations, I need to be able to track who much of the total contribution went to each group, so it would be usuful to have a different contribution type for each price field for creating reports.

How many hours would it take to add this functionality?


Merlise Clyde

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Why are membership not supported with prices sets?
May 05, 2011, 01:53:06 am
Hi mclyde, I too would like to see this come to fruition but am not a coder by profession so can't really answer. However am watching the thread with much interest.

mclyde

  • I post frequently
  • ***
  • Posts: 171
  • Karma: 3
    • International Society for Bayesian Analysis
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 6.x
  • MySQL version: 5.136
  • PHP version: 5.2.16
Re: Why are membership not supported with prices sets?
May 05, 2011, 06:24:31 am
My programming skills are really  limited to  C/fortran and google-ing, but if there is someone  who can add this functionality my organization can  help support the development to extend the usefulness of this important module!     

 

Merlise Clyde

mclyde

  • I post frequently
  • ***
  • Posts: 171
  • Karma: 3
    • International Society for Bayesian Analysis
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 6.x
  • MySQL version: 5.136
  • PHP version: 5.2.16
Re: Why are membership not supported with prices sets?
May 05, 2011, 06:51:38 am
If I am going to make a wish list, it would be great to have membership signup on event pages too so that just one credit card transaction is processed! 
Merlise Clyde

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Why are membership not supported with prices sets?
May 05, 2011, 07:08:52 am

Might want to consider hiring a developer from http://civicrm.org/professional that you can work with

and then ensure the developer does it as a good configurable module with the changes you need and/or chats with other developers on IRC and submit patches to get this into trunk

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: 1 2 [3] 4 5 6
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Why are membership not supported with prices sets?

This forum was archived on 2017-11-26.