Open Forum

 View Only
  • 1.  Hiding Session Fees on Confirmation Page

    Posted 02-12-2021 15:56
    When someone registers for an event and get to the Confirmation Page, I want them to see the agenda items that they signed up for but they don't need to see that each agenda item has a $0 fee associated with it. Is there a way to remove that and still show the Admission Item price? See the screen shot below:


    #Flex-Creating/ManagingEvents

    ------------------------------
    Linda White
    Marketing Communications Specialist
    FCCS
    ------------------------------


  • 2.  RE: Hiding Session Fees on Confirmation Page

    Community MVP
    Posted 02-14-2021 11:05
    Edited by Steven Schlossman 02-14-2021 11:26

    That is a tough one.

    First I thought if each sponsor type was its own reg type, then you can include everything in text widgets. But the sessions are optional, so that won't work.

    CSS might work to replace $0,00, but CSS is not available. Yet.

    Even if $0.00 was replaced by included, that might look better.

    Instead of sessions, do you think admission questions may work?
    To me it looks like you are looking for an accurate head count and not collecting money.

    And turn off Display Optional Sessions in the registration summary widget.



    ------------------------------
    Steven Schlossman
    Jack of all trades. Master of none.
    BMW Car Club of America
    ------------------------------



  • 3.  RE: Hiding Session Fees on Confirmation Page

    Community MVP
    Posted 02-15-2021 21:17
    Edited by Katie McIntyre 02-15-2021 21:19
    I think Steven had the right idea. On the confirmation page, set the Registration Summary to display only the Admission Items, as shown:


    Then, beneath the Registration Summary, add the Registrant's Agenda widget to display the individual sessions, sans cost:


    This is a nicer widget for displaying sessions anyhow, because it's got quite a few display options that might come in handy.

    Alternately, you can remove Admission Item as well and use the Fees widget to display that information.

    ------------------------------
    Katie McIntyre
    Senior Manager, Technical Design and Development
    Opus Agency
    ------------------------------



  • 4.  RE: Hiding Session Fees on Confirmation Page

    Posted 02-17-2021 10:01
    Thank you both. I used Katie's suggestion. It seemed to get me closer to where we wanted to be.

    ------------------------------
    Linda White
    Marketing Communications Specialist
    FCCS
    ------------------------------



  • 5.  RE: Hiding Session Fees on Confirmation Page

    Posted 02-18-2021 11:38
    Hi Katie - I used your suggestion but if you add an additional person to the registration, only your agenda shows. Looking at the registration process, there's supposed to be a drown-down so you can select which agenda you see, but when I test, that option isn't available. See the screen shot below:



    ------------------------------
    Linda White
    Marketing Communications Specialist
    FCCS
    ------------------------------



  • 6.  RE: Hiding Session Fees on Confirmation Page

    Community MVP
    Posted 02-18-2021 13:10
    Oh, that's a bummer! My guess is that functionality hasn't been added to Flex yet, but I'd recommend checking with support.

    Does the Fees widget display all fees correctly? If so, you could use CSS to hide the price column entirely. If not, you could still use CSS to hide everything except the Admission Item fee, it just gets a lot more complicated and messy. Let me know if you'd like me to provide the code for that.

    ------------------------------
    Katie McIntyre
    Senior Manager, Technical Design and Development
    Opus Agency
    ------------------------------



  • 7.  RE: Hiding Session Fees on Confirmation Page

    Community MVP
    Posted 05-10-2021 19:56
    Edited by Steven Schlossman 05-12-2021 18:43
    -deleted-