Support

Home Forums Event Espresso Premium Discount tickets on the backend

Discount tickets on the backend

Posted: February 19, 2020 at 8:03 pm

Viewing 3 reply threads


praedicat

February 19, 2020 at 8:03 pm

For our event, we want some guest receive a free ticket but don’t want to display a free ticket. So we have been approving the tickets when they come in for approval. For accounting purposes, is it possible to apply discounts to tickets on the back end? If not, is there a way to mark the ticket non-billable instead of other payment method?

Also, is there a way to hide the coupon code bar during checkout process?


Tony

  • Support Staff

February 20, 2020 at 6:05 am

Hi there,

For accounting purposes, is it possible to apply discounts to tickets on the back end?

Do you mean promotion codes from the promotions add-on?

If so you can go to Event Espresso -> Transactions.

Find the transaction in question and click on the icon, that will take you to the frontend of the site for that registration and you can apply a promotion code from there.

We have a ticket to add functionality to the Promotions add-on to allow admins to apply them from within the admin but that is not yet available.

Event Espresso currently does not have the option to mark individual tickets

Also, is there a way to hide the coupon code bar during checkout process?

Sure, but then when would you like to show it?


praedicat

February 20, 2020 at 6:31 pm

We would like to hide the coupon bar throughout the whole process. We added the plug-in for discounts but realized that we would rather have it added within with the admin. Is there a way to hide it completely and not show it in the future?


Tony

  • Support Staff

February 21, 2020 at 4:24 am

You can add something like this to your site:

remove_filter('FHEE__EE_SPCO_Reg_Step_Payment_Options___display_payment_options__before_payment_options', array('EED_Promotions', 'add_promotions_form_inputs') );

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

(Note that will also remove the option for admins)

Viewing 3 reply threads

The support post ‘Discount tickets on the backend’ 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