Support

Home Forums Pre-Sales Registration (7)

Registration (7)

Posted: April 14, 2015 at 9:19 am


DavidVia

April 14, 2015 at 9:19 am

Hello-
Does the decaf version allow for all attendees to register their personal info and address or just the primary attendee? Also where is the event details link located in the php code? And any idea why I would be getting this message now on some events? “Important Notice:The following events do not require payment at this time and will not be billed during this transaction. Billing will only occur after the attendee has been approved by the event organizer. You will be notified when your registration has been processed. If this is a free event, then no billing will occur.”

We are considering a purchase but would like to use the decaf version first. Thank you

  • This topic was modified 8 years, 11 months ago by  DavidVia.
  • This topic was modified 4 years, 1 month ago by  Garth.


Lorenzo Orlando Caum

  • Support Staff

April 14, 2015 at 9:44 am

Hi there David,

Here is feedback on your questions:

Does the decaf version allow for all attendees to register their personal info and address or just the primary attendee?

You can collect the personal information along with the address information for the primary registrant (lower right area):

http://cl.ly/image/101o2e3r3N0j

Setting question groups for additional attendees are available in the regular version of Event Espresso 4.

Also where is the event details link located in the php code?

What changes are you trying to make? If you would like to hide it, then try this line of CSS:

.espresso_events .display-tckt-slctr-tkt-details {
	display:none;
}

And any idea why I would be getting this message now on some events? “Important Notice:The following events do not require payment at this time and will not be billed during this transaction. Billing will only occur after the attendee has been approved by the event organizer. You will be notified when your registration has been processed. If this is a free event, then no billing will occur.”

The messaging above is for a pre-approval event. Is a link to the event available?


Lorenzo


DavidVia

April 14, 2015 at 10:10 am

Hi Lorenzo,

Thank you for such a quick response. Okay so no additional attendee info in the decaf.

Tried the css in a custom css plugin I installed, the link to details still appears.

Is there a setting to turn this off? “The messaging above is for a pre-approval event.”

Are you looking for a link to our event? If so redacted – Event Espresso support team – LOC

Thank you


DavidVia

April 14, 2015 at 10:18 am

Another question Lorenzo-

Can we buy the personal lic. or do we need the $279.00 version as we are a business? And will the personal lic. allow for additional attendee info to be gathered? Tks


Lorenzo Orlando Caum

  • Support Staff

April 14, 2015 at 10:28 am

Thanks David. This messaging is from the not approved setting.

Go to WP-admin –> Event Espresso –> Events. Then click on the Default Settings tab:

http://cl.ly/image/1d2v2N3r0R1h

Set it to pending payment as shown above and then save changes.

Then go to your event in the event editor and then save so that default registration status is applied.

On your question for the licenses, a personal support license for Event Espresso 4 does include support for custom questions and question groups for both the primary registrant and additional registrants.

https://eventespresso.com/wiki/add-questions-event-espresso-question-groups/


Lorenzo


DavidVia

April 14, 2015 at 10:41 am

I can’t seem to get rid of the “details” link

Available Tickets Price Qty*
Initial RRP 04-24-15 9:00am-5:30pm 7770 Johnson Ave. South Bloomington MN 55435
show details +


Lorenzo Orlando Caum

  • Support Staff

April 14, 2015 at 11:01 am

Hello again David,

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a plugin like Reaktiv CSS builder or My Custom CSS.

Try this CSS:

.espresso_events .display-tckt-slctr-tkt-details {
	display:none;
}

Then refresh the page to see the changes.


Lorenzo

The support post ‘Registration (7)’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso