Support

Home Forums Event Espresso Premium Payment confirmation page

Payment confirmation page

Posted: April 11, 2013 at 8:05 am


Lisa Deschambault

April 11, 2013 at 8:05 am

Hello, I am including a screen shot of my payment confirmation page below (what people see after they register):

http://i45.tinypic.com/359j141.png

I would like to know how to remove the bottom section that reads: “please choose a payment option” (in other words, which PHP file I need to edit).

Note, I have disabled all our payment options since we do our invoicing manually.

I look forward to hearing back from you ๐Ÿ™‚

Lisa


Lisa Deschambault

April 11, 2013 at 8:17 am

Hello, please find below a screen shot of my payment confirmation page (what people see after they register):

http://i45.tinypic.com/359j141.jpg

I would like to remove the section at the bottom that reads: “please choose a payment option”. In other words, can you tell me which PHP I need to edit.

Note, I have disabled all payment options in EE since all our invoices are done manually.

I look forward to hearing back from you ๐Ÿ™‚

Lisa


Josh

  • Support Staff

April 11, 2013 at 9:57 am

Hi Lisa,

Where possible, we try to avoid editing PHP files because this can cause all kinds of issues in the future when there are updates.

Instead you can hide the text with CSS by adding the following code to your custom stylesheet:

#payment-options-dv h2{
display:none;
}

If your theme does not have a custom stylesheet option, and you do not have a child theme set up for it, you can use a plugin like Jetpack or the my custom CSS plugin to add any needed custom styles.

The support post ‘Payment confirmation page’ 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