Support

Home Forums Event Espresso Premium EE4 Checkout screen questions

EE4 Checkout screen questions

Posted: June 4, 2017 at 9:44 pm

Viewing 5 reply threads


Elizabeth

June 4, 2017 at 9:44 pm

When using auth.net, it has an image with the 4 credit cards and says Pay by Credit Card…my customer says it is way too small..and I agree. How can we make it a larger image?

Also, when you get to Final Registration page, when you have multiple tickets, there is a line that says Click here to edit all Attendee information. She is wondering why that is there when you already have that info in there. She said there is no reason for it to be there and when you click on it, the wording is confusing.


Tony

  • Support Staff

June 5, 2017 at 7:02 am

Hi Dorian,

When using auth.net, it has an image with the 4 credit cards and says Pay by Credit Card…my customer says it is way too small..and I agree. How can we make it a larger image?

The image by default is 140px wide by 47px high, we limite the img size down to 100px wide.

You can override that by adding:

#ee-available-payment-method-inputs img {
    max-width: 140px!important;
}

To your sites CSS.

That will show all of the payment methods available with a 140px wide image.

If you want a bigger image than that you’ll need to create your own larger image, set it within:

Event Espresso -> Payment methods -> Auth.net (SIM/AIM) -> Button URL

Then adjust the above CSS to allow for a large image.

Also, when you get to Final Registration page, when you have multiple tickets, there is a line that says Click here to edit all Attendee information. She is wondering why that is there when you already have that info in there. She said there is no reason for it to be there and when you click on it, the wording is confusing.

There are reasons for including that link, lets say you notice a mistake on the thank you page with the names enter during registration, without the link how do you update those details?

Can you provide further details on what is confusing about the wording? I’ll happily pass that along to our developers.


Tony

  • Support Staff

June 5, 2017 at 7:06 am

I forgot to add some CSS for you to hide the link mentioned above, if you want to remove that link you can use this CSS:

#espresso-thank-you-page-overview-dv .ee-registration-details-dv > p {
    display: none;
}


Elizabeth

June 5, 2017 at 8:19 am

Thank you so much!!


Elizabeth

June 5, 2017 at 8:28 am

So that just removes the “Click here to edit all attendee info” link on the Con graduations page? Just making sure because I cannot test it without entering a credit card.


Tony

  • Support Staff

June 5, 2017 at 9:27 am

I’ve altered my example above to be very specific, right now it will only target the “Click here to edit all attendee info” yes.

One way to test and confirm is to temporarily enable the Invoice PM so you can select it to finalise, then disable it again.

Viewing 5 reply threads

The support post ‘EE4 Checkout screen questions’ 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