Support

Home Forums Event Espresso Premium Asterisks after total Price

Asterisks after total Price

Posted: March 18, 2015 at 3:03 am

Viewing 2 reply threads


mautin

March 18, 2015 at 3:03 am

Hi Guys, after the total price on the Payment Options page I have an asterisks that I do not see the purpose in and would like to be hidden/removed.

https://www.dropbox.com/s/y2egfpmfzi6nlie/Screen%20Shot%202015-03-18%20at%2009.56.43.png?dl=0


mautin

March 18, 2015 at 3:25 am

In addition if possible I would also like to hide the tax total, but since it does not have its own #ID I can’t do it via CSS.


Dean

March 18, 2015 at 4:33 am

Hi,

The asterisk denotes an item that has tax applied to it. Currently there isn’t a way to remove this barring editing a core file. I’ll make a request to add a filter and/or class, to allow easier removal.

Regarding the tax total, this CSS can hide it:

.total_tr {
    display: none;
}
.total_tr ~ .total_tr {
    display: table-row;
}
Viewing 2 reply threads

The support post ‘Asterisks after total Price’ 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