Posted: 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? |
|
Is it EE3 or EE4? What is the link to the event page? |
|
Hi, Thanks in advance! |
|
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. |
|
Can you give me some suggestions? Should I get in touch with a developer? Wish I could make a child plugin! |
|
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? |
|
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/ |
|
If I used version 3, would this be an easier task? |
Hi, I see that you added the total to the ticket name area. What if the pricing column was hidden, would that help? — |
|
|
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…) |
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; } — |
|
|
Thanks Lorenzo, that is helpful! Anyway, implemented your suggestion, I would love to find a css solution to all of it! |
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, |
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. — |
|
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.