Support

Home Forums Event Espresso Premium Show only actual country states and disable copy attendee information

Show only actual country states and disable copy attendee information

Posted: May 25, 2015 at 1:02 am

Viewing 8 reply threads


Georg Liigand

May 25, 2015 at 1:02 am

Hi,

We are using the regular Core version of EE4 and would like to know if there’s a possibility to show only the States relevant to the customer’s selected country. It’s a bit weird that all states of all countries are shown in the dropdown.

Additionally, we’d have to remove the possibility to copy information of attendees since they must always have their personal details entered and not copied from anywhere.

Thanks.


Dean

May 25, 2015 at 4:31 am

Hi Georg,

“if there’s a possibility to show only the States relevant to the customer’s selected country”

Not currently, but we have an open developer ticket to look into adding this in the future.

Regarding the copy all feature, there’s no option to disable this but you can hide it with CSS, e.g.:

#spco-copy-attendee-dv { display:none; }

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.


Georg Liigand

May 25, 2015 at 4:57 am

Oh okay, thanks for the reply. This is sad that it’s currently programmed like this, usually in all online store applications the states are shown according to the selected country.

Thanks, I’ll try the CSS variant. I’d need a little bit more advice from you. First of all, is there any chance to remove everything after the Register Now button here: http://erm2015.eu/events/erm2015 ? We are only doing one event through Event Espresso so the extra information is unnecessary there and makes the design a bit sloppy.

Secondly, how complicated would it be to add another payment method which has a module available for Woocommerce but not for Event Espresso? Or is it possible to redirect the payment to Woocommerce in WordPress perhaps?


Dean

May 25, 2015 at 5:16 am

Hi,

“This is sad that it’s currently programmed like this, usually in all online store applications the states are shown according to the selected country.”

We know, we just didn’t expect so many users to have multiple country events. As said, it’s something we are looking into and can hopefully fix in the future.

Regarding the template.

You can remove the venue details by going to Events > Templates tab > setting “Display Venue Details” to no.

The event dates can be removed with

.event-datetimes {
  display: none;
}

Below that, the meta data and comments, are from the theme, but this will remove the meta just for EE events:

.espresso_events .entry-meta {
  display: none;
}

The comments are outside the event code, so while CSS can remove it, it will remove it site wide…

#comments {
  display: none;
}

Secondly, how complicated would it be to add another payment method which has a module available for Woocommerce but not for Event Espresso? Or is it possible to redirect the payment to Woocommerce in WordPress perhaps?

So you want to use a Woocommerce payment gateway for EE events? That’s not possible out of the box, I’m not entirely sure if it could even be custom coded without heavily modifying the core code.

So in short: very complicated!

While you can redirect events to a different registration page, it isn’t possible to do it with just a payment gateway. Sorry about that.


Georg Liigand

May 26, 2015 at 3:12 pm

Hi,

Thanks a lot for helping so much! Very good service from your side. I got the necessary items disabled now. One little issue… the data fields for Attendees are currently very long, pretty much the width of the site. Is it hard to format the form so that it is for example aligned to two columns instead of having to scroll down with all the fields?


Lorenzo Orlando Caum

  • Support Staff

May 26, 2015 at 3:19 pm

Hi Georg, could you provide a link to any event on your site so we can take a look?

Rearranging registration checkout isn’t available out of the box without some custom coding but we can share some CSS to reduce the width of the fields.


Lorenzo


Georg Liigand

May 26, 2015 at 3:22 pm

Thanks for the quick reply! The event link is here:

redacted – Event Espresso support team – LOC

Would appreciate some code for that 🙂


Lorenzo Orlando Caum

  • Support Staff

May 26, 2015 at 4:23 pm

Hi, here is one way to handle this:

.page-id-9798 .section.content-section #container {
    max-width: 700px;
}

It reduces the width of the container (holds the information for the registration form) to the value that is set for max-width.


Lorenzo


Josh

  • Support Staff

September 28, 2016 at 3:13 pm

We are using the regular Core version of EE4 and would like to know if there’s a possibility to show only the States relevant to the customer’s selected country.

Update: This was added in 4.9.13.p.

Viewing 8 reply threads

The support post ‘Show only actual country states and disable copy attendee information’ 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