Support

Home Forums Event Espresso Premium Removing * taxable items

Removing * taxable items

Posted: December 21, 2014 at 9:25 pm


Lee Ming Tan

December 21, 2014 at 9:25 pm

Wordpress 4.0.1

Event Espresso – 4.4.5.p

Would like to ask if there is anyway to remove taxable items or hide it from showing at all since we are not using any taxes?

It shows up on the registrant details page as * taxable items – REDACTED

  • This topic was modified 9 years, 4 months ago by  Dean. Reason: removed link due to possible private info


Dean

December 22, 2014 at 12:27 am

The following CSS should resolve it for you:

.taxes {
display: none;
}

That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.


Lee Ming Tan

December 22, 2014 at 1:11 am

Hi,

I have added the code but the *taxable items is still showing.

http://prntscr.com/5jlzil

http://prntscr.com/5jlzm1


Dean

December 22, 2014 at 1:46 am

Sorry, my bad, I forgot that normal CSS is not loaded on the invoice.

As such there are two options:

1) Modify the CSS file directly (not recommended as updates will over write this)
2) Wait for 4.5.0 as this will allow for easier invoice modifications (via the Messaging system).


Lee Ming Tan

December 22, 2014 at 1:57 am

Dean,

Perhaps you could let me know how to modify the CSS directly for the time being? As this is important for our business.


Dean

December 22, 2014 at 2:52 am

Of course.

First go to Payment Methods > Invoice. There check which file is being used in the Select Stylesheet dropdown. By default this is simple.css, so that is what I will refer to but if yours is different you will need to change my references to simple.css to the appropriate file.

Via FTP or your hosts file manager, go to

/wp-content/plugins/event-espresso-core-reg_447/modules/gateways/Invoice/lib/templates/css/simple.css

and edit that file.

At the bottom of the file add

.taxes p { display: none; }

Note that is different to the original code as the original removed the entire tax section which may not be desirable, this will only remove the * taxable items bit.

Please note, updates to the plugin will remove that change.

The support post ‘Removing * taxable items’ 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