Support

Home Forums Event Espresso Premium Offline payment system confirmation button

Offline payment system confirmation button

Posted: January 27, 2015 at 3:05 pm

Viewing 4 reply threads


Alessandro Iannelli

January 27, 2015 at 3:05 pm

Hey guys,

Another problem here. On the checkout page, user can choose between different payment options. When choosing Electronic Fund Transfer, he gets the bank detail:
http://grab.by/EauG

Now, where should he click then? Is there a way to get him to the final page with payment pending?

Also, how can I keep the Bank Transfer logo centered rather on the left?

Thanks again for your help!
Ale


Lorenzo Orlando Caum

  • Support Staff

January 27, 2015 at 6:33 pm

Hi, the session will end for that registrant once they click on their offline payment option and view the instructions for that payment option. It will not take them to a different page.

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.


Lorenzo


Alessandro Iannelli

January 28, 2015 at 9:13 am

Yes I´m already using firebug and custom css, thanks.

I´m afraid I don´t get your point with the offline payment. If nothing happens when someone clicks there (besides the fact that they can see the bank account details), how is one supposed to know that the reservation was taken into account?


Tony

  • Support Staff

January 28, 2015 at 9:34 am

Now, where should he click then? Is there a way to get him to the final page with payment pending?

On selecting Bank Transfer, the user should see this – http://take.ms/BRAJR

They need to click to Complete your Registration link.

However currently you are applying this custom style:

.event-messages, .copy_dropdown_wrapper {
 display: none;
}

Within the my_styles.css file, line 14.

That style is hiding that message box, so your users can not see it.

Using something like:

#payment-options-dv .event-messages {
display: block;
}

You can override that style specifically for the payment options section.


Alessandro Iannelli

January 28, 2015 at 11:05 am

Thanks Tony, it works!

Viewing 4 reply threads

The support post ‘Offline payment system confirmation button’ 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