Support

Home Forums Event Espresso Premium EE4 Registration Checkout Page has Price Twice

EE4 Registration Checkout Page has Price Twice

Posted: December 29, 2016 at 10:05 am

Viewing 1 reply thread


Dave Renshaw

December 29, 2016 at 10:05 am

On the registration Checkout screen I see the ticket details and price two times. There’s no problem with the quantity and total calculated.

It seems odd that I see the ticket detail and price, then right below it there’s the ticket detail and price a second time. The top version has the quantity and total, the bottom is the description and price – no quantity or total

Any options I can turn off to make the second line disapear?


Josh

  • Support Staff

December 29, 2016 at 10:20 am

Hi Dave,

I think you’re referring to the subtotal line items, and if that’s the case, those can be toggled off by adding a filter function to a custom plugin.

The code you add is as follows:

add_filter(
    'FHEE__EE_SPCO_Line_Item_Display_Strategy__display_line_item__display_sub_line_items',
    '__return_false'
);
Viewing 1 reply thread

The support post ‘EE4 Registration Checkout Page has Price Twice’ 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