Support

Home Forums Event Espresso Premium how to show TOTAL price of package of tickets?

how to show TOTAL price of package of tickets?

Posted: August 5, 2014 at 6:48 am


Christina Morris

August 5, 2014 at 6:48 am

I have group tickets – minimum tickets created – I need to show the total price on the ticket selector rather than the individual/each ticket prices, but maintain the ticket count so that we capture the guest information. Is this possible?
Thanks in advance!
Christina
WP 3.9.1, new installation, http://50.87.39.161/~bgcdalla/


Sidney Harrell

August 5, 2014 at 11:39 am

Is it EE3 or EE4? What is the link to the event page?


Christina Morris

August 5, 2014 at 1:59 pm

Hi,
Thanks for the response, EE4 and http://50.87.39.161/~bgcdalla/events/great-futures-luncheon/

Thanks in advance!
Christina


Dean

August 6, 2014 at 3:38 am

Hi,

It isn’t possible by default to do that.

It might be possible to make it show like you want, but you would have to make some possibly complex changes to the ticket selector to achieve it.


Christina Morris

August 6, 2014 at 6:06 am

Can you give me some suggestions? Should I get in touch with a developer?

Wish I could make a child plugin!


Christina Morris

August 6, 2014 at 6:45 am

Is there a way to alter the ticket selector at all? Maybe take the individual ticket price off? And I could add the total price in the title? Or add the description?
The work around ideas may come to me slowly, so I apologize in advance for multiple replies on the thread.


Dean

August 6, 2014 at 6:54 am

Hi,

If you are not comfortable with coding in PHP then yes I would recommend getting a developer to assist you.

We have tried to make it so that developers can add small plugins or functions that extend and change aspects of EE4, much more so than EE3, so they may be able to resolve it without modifying the core plugin (that’s the ideal route if possible).

I should have linked this earlier, but we have a list of recommended developers here: https://eventespresso.com/developers/event-espresso-pros/


Christina Morris

August 8, 2014 at 10:35 am

If I used version 3, would this be an easier task?
Thanks!


Lorenzo Orlando Caum

  • Support Staff

August 8, 2014 at 12:52 pm

Hi, I see that you added the total to the ticket name area. What if the pricing column was hidden, would that help?


Lorenzo


Christina Morris

August 8, 2014 at 1:00 pm

I tried to hid the price column with css, but it moves the qty in it’s place.(header – not sure how to target that…)
And I wanted to align the table types, Advocates, Mentors, Role Models, etc but the form takes out the span tag. #$&%!!! If that option was available, I would think it would look good/be more user friendly if you could adjust the ticket selector so that the price(each)and quantity is in the details rather than the selection. Is any of this possible? Seems it may be output rather than core but I am unsure of that.
Thanks for the reply!


Lorenzo Orlando Caum

  • Support Staff

August 8, 2014 at 1:22 pm

Try this in your child theme’s stylesheet or a plugin like My Custom CSS or Reaktiv CSS Builder:

#tkt-slctr-tbl-1002 th:nth-of-type(2) {
display:none;
}

#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(1) .tckt-slctr-tbl-td-price, 
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(2) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(3) .tckt-slctr-tbl-td-price, 
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(4) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(5) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(6) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(7) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(8) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(9) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(10) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(11) .tckt-slctr-tbl-td-price,
#tkt-slctr-tbl-1002 .tckt-slctr-tbl-tr:nth-of-type(12) .tckt-slctr-tbl-td-price {
display:none;
}


Lorenzo


Christina Morris

August 8, 2014 at 1:47 pm

Thanks Lorenzo, that is helpful!
But it still needs work so it will be more user friendly. I don’t know that persons who would buy a table understand they aren’t buying 10 tables.

Anyway, implemented your suggestion, I would love to find a css solution to all of it!


Lorenzo Orlando Caum

  • Support Staff

August 8, 2014 at 5:08 pm

Here are a few other suggestions.

The strong tag (bold) can be used.

You may also try using a dash or mdash to separate the ticket information as well.


Lorenzo


Christina Morris

August 9, 2014 at 9:17 am

Lorenzo,
The strong tag doesn’t work. Any tags – span, strong, are taken out when it is saved. I am thinking it has a strip_tag() function in there somewhere.
Bummer.
Again, thanks for your help and suggestions. I don’t think they will be enough for the client, but still helpful!
Christina


Lorenzo Orlando Caum

  • Support Staff

August 9, 2014 at 5:44 pm

You are right. Those are dropped but bold is applied automatically. It looks like your theme may be disabling it. Dashes should still work in the ticket name.


Lorenzo

The support post ‘how to show TOTAL price of package of tickets?’ 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