Support

Home Forums Event Espresso Premium Remove Price Column

Remove Price Column

Posted: August 19, 2014 at 8:21 pm

Viewing 2 reply threads


Karen Carps

August 19, 2014 at 8:21 pm

I have a current version of WP and EE4. My client was originally going to accept credit cards and has now changed his mind, so I’ve made each event “free” allowing the user to register without paying. They then receive a message saying that someone will be contacting them to arrange payment.

The problem is that the price column now says $0… is there a way to remove that column completely? The client would just like users to see the event and indicate a quantity.

Thanks in advance for the help!

Karen


Dean

August 20, 2014 at 3:13 am

Hi,

You could use the following code:

.tkt-slctr-tbl thead tr th:nth-child(2),
.tkt-slctr-tbl tbody tr td:nth-child(2) {
	display:none;
}

Alternatively you could enter the price and use one of the Offline gateways such as the invoice gateway.


Karen Carps

August 20, 2014 at 11:52 am

That did the trick… thanks so much!! Gotta love dealing with indecisive clients. :o)

Viewing 2 reply threads

The support post ‘Remove Price Column’ 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