Events Made Easy Forums How do I … Different prices for members/non-members

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43897
    Anonymous
    Inactive

    I want to have two price tiers, one for members and one for non-members.

    If this is not possible, is one option to have two events (with different prices), one open to the public and hidden from the members, and one open to members only and hidden from the public?

    Thanks again.

    #50119
    Franky
    Keymaster

    Well, you can set an event private, and then only members can see it. Of course, if a member logs out of wordpress, he will see the public one, so I don’t think it makes much sense to hide the public event to members. You can try to use conditional tags if you want (http://www.e-dynamics.be/wordpress/?cat=24 ), so you can hide everything for one event from the public, e.g. put this in the “Single event format” for an event:

    [events_if tag='#_IS_LOGGED_IN' value='0'] This is a public event: #_NAME, #_ADDBOOKINGFORM [/events_if]

    You could even create a public event with a link to the private event:

    #_NAME, #_ADDBOOKINGFORM, #_MAP, ...
    [events_if tag='#_IS_LOGGED_IN' value='1'] You seem to be a member, so you can go here for a discount: <a href="#_EVENTPAGEURL[22]">here</a> [/events_if]

    (with 22 the ID of the private event).

    Multiprice will come later on (it’s a feature request), but price based on membership is yet another thing 🙂

    #50120
    Anonymous
    Inactive

    Sounds great I’ll give it a go over the weekend.

    Hopefully I can get it to work with s2member 🙂

    Thanks a lot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top