Support

Home Forums Event Espresso Premium Itemization of Ticket and Discount at Check Out Not Adding Up

Itemization of Ticket and Discount at Check Out Not Adding Up

Posted: October 14, 2017 at 4:37 pm

Viewing 5 reply threads


raffy

October 14, 2017 at 4:37 pm

This is the event available at the ticket selector
Ticket Selector
It shows ticket cost less early bird discount and the total.

This is the event at checkout.
Registration Checkout
Event cost is shown already with the discount.
Then the discount is shown. It caused some confusion to my client. As of now I just hide the discount at registration checkout.

How did EE4 intend to render the total and discount at checkout?


raffy

October 14, 2017 at 4:39 pm

Wordpress 4.8.2
EE4 4.9.47


Josh

  • Support Staff

October 16, 2017 at 12:56 pm

That’s actually the intended display because the discount is shown as a sub line item.

You can remove the sub line items from the display via PHP code by adding the following to your custom functions plugin:

add_filter(
    'FHEE__EE_SPCO_Line_Item_Display_Strategy__display_line_item__display_sub_line_items',
    '__return_false'
);


raffy

October 16, 2017 at 4:45 pm

Hi, Josh!

Is there a way to show the discount as it did in the ticket selector?

If none, I am okay just the same. I have hidden the subitem via the usual CSS.

Thanks.


Josh

  • Support Staff

October 17, 2017 at 12:14 pm

It sounds like you want to show the price without the discount just like it shows in the ticket selector. There isn’t currently a way to add that, but I can register your suggestion and we will keep it in mind for future features and updates!


raffy

October 17, 2017 at 5:23 pm

Hi, Josh!

Thanks. I shall look forward to that functionality.

Viewing 5 reply threads

The support post ‘Itemization of Ticket and Discount at Check Out Not Adding Up’ 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