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 CiviEvent (Moderator: Yashodha Chaku) »
  • Cividiscount not working? [Was] Tying event pricing to membership?
Pages: [1]

Author Topic: Cividiscount not working? [Was] Tying event pricing to membership?  (Read 587 times)

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Cividiscount not working? [Was] Tying event pricing to membership?
January 06, 2015, 09:50:55 pm
[Update: (Should possibly be a new thread)] - please see more recent comments - my 100% discount code is not working "as advertised"
[/update]

[original post]
I'm creating my very first Event and alas, it has complex pricing.
My specific question is how do I offer a discounted price for current members of the organisation?

e.g. Standard registration
Non members $200, Members $160 Children $80
Earlybird registration
Non-members $165, Members $125, Children $70

[update - I managed to install civiDiscount manually]
« Last Edit: February 06, 2015, 07:49:41 pm by permaculturegeek »

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: Tying event pricing to membership?
January 06, 2015, 10:35:00 pm
Have you read about the CiviDiscount extension? https://civicrm.org/extensions/cividiscount-extension  (I haven't used it myself.)

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Re: Tying event pricing to membership?
January 06, 2015, 10:46:26 pm
I am aware of cividiscount (and had been planning to use it for a graduate discount on membership) but I couldn't get it installed on our old server (it insisted a directory set to 777 wasn't writable!). Just tried on the new server and can't open the list of available extensions.

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Re: Tying event pricing to membership?
January 07, 2015, 04:29:27 am
Ideally this could be based on Drupal role - there's another role who need to register for the event but who will be free.

karenann

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 2
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
  • MySQL version: 5.5.48-cll
  • PHP version: 5.4.41
Re: [Resolved] Tying event pricing to membership?
January 16, 2015, 01:39:49 pm
I've done this - what i did was to create 3 events:
members
non-members
students
I have a hidden menu with 3 events listed.
I have an article with 3 buttons to reference the 3 event forms.
I've got ACL to accept anonymous, but have in the article to PLEASE LOGIN save them typing time, yadda yadda
The admin staff has to proof the registrations to ensure a non-member doesn't register as a member, thankfully not that many registrants so it is not too onerous.

Reason I had to take this approach is i am on Joomla, and cividiscount is for Drupal only SNIFF.

DerekL

  • I post frequently
  • ***
  • Posts: 132
  • Karma: 1
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34
  • MySQL version: 5.1.54
  • PHP version: 5.2.17
Re: [Resolved] Tying event pricing to membership?
January 19, 2015, 12:09:44 pm
I was using this extension for one of my sites : https://civicrm.org/extensions/group-based-pricing

It was a dream come true, but it seems to have broken in one of the updates as I no longer see the additional options in the forms.

This is a site-breaker for me, and I'm sure for others, as this functionality is pretty useful, necessary even for some workflows.

If anyone has any ideas, I'd be super grateful.

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Re: [Resolved] Tying event pricing to membership?
January 22, 2015, 09:47:30 pm
I eventually managed to install civiDiscount via FTP, and created a price set with earlybird pricing + automatic discounting for logged-in members.

Two problems remain - one because we only have offline payment - if members need to renew their subscription, they can't register (or get discount) until we've marked the renewal contribution as complete.

The other is that I created a 100% discount for volunteers and organisers, with the intention that they would be given a code to activate the discount - but I can't find any documentation on how to make a discount code field display in the form.

KilakwaBT

  • I post occasionally
  • **
  • Posts: 101
  • Karma: 11
  • CiviCRM version: 4.5.5
  • CMS version: WordPress 4.1
  • MySQL version: 5.1.68
  • PHP version: 5.3
Re: [Resolved] Tying event pricing to membership?
January 23, 2015, 08:10:09 am
When you create the code, apply it to the specific event (you need to expand the discounts for events section in setup) and it should show on the top of the form. You can also set it to apply to specific line items if you are using a price set through the 'Price Field Options' drop down.

BT

permaculturegeek

  • I post occasionally
  • **
  • Posts: 44
  • Karma: 2
    • Permaculture in New Zealand
  • CiviCRM version: 4.4.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.1.x
  • PHP version: 5.3.x
Re: [Resolved] Tying event pricing to membership?
February 06, 2015, 07:46:48 pm
It does seem to be appearing reliably now, but even though I have selected the price sets in use for the discount, applying it is neither adding a line item nor changing the total fee due.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Cividiscount not working? [Was] Tying event pricing to membership?

This forum was archived on 2017-11-26.