Support

Home Forums Event Espresso Premium Bundle Price Not Showing

Bundle Price Not Showing

Posted: April 14, 2016 at 4:11 am


Marcus

April 14, 2016 at 4:11 am

This event: https://www.insynctickets.com/events/soundwave-croatia-2016/ has bundles: http://grab.mogmachine.com/293O0R1n1Z0L but the price always shows the per ticket price: http://grab.mogmachine.com/313O1p0j320T

I have since changed the word ‘bundle’ to ‘ticket’ in my template to avoid confusion for users while we sort this.

This is the code in the template responsible for the output


<?php if ( apply_filters( 'FHEE__ticket_selector_chart_template__display_ticket_price_details', TRUE )) { ?>
<td class="tckt-slctr-tbl-td-price jst-rght"><?php echo EEH_Template::format_currency( $ticket_price ); ?> <span class="smaller-text no-bold"><?php
if ( $ticket_bundle ) {
//echo apply_filters( 'FHEE__ticket_selector_chart_template__per_ticket_bundle_text', __( ' / bundle', 'event_espresso' ));
echo apply_filters( 'FHEE__ticket_selector_chart_template__per_ticket_text', __( ' / ticket', 'event_espresso' ));
} else {
echo apply_filters( 'FHEE__ticket_selector_chart_template__per_ticket_text', __( ' / ticket', 'event_espresso' ));
}?></span>  
</td>
<?php } ?>

Any ideas, ..as you sent out a nice mailout to tell us about bundles …but they don’t work as advertised 🙁


Lorenzo Orlando Caum

  • Support Staff

April 14, 2016 at 5:04 am

Hi Marcus,

The cost will be determined by the price * the quantity so for this bundle (http://cl.ly/1c1q0m3m1K3w) — the cost would be 91.75 * 3 = 275.25.


Lorenzo


Marcus

April 14, 2016 at 6:42 am

Thanks Lorenzo, ..I can do the mathes, …but EE can’t, …it shows the price as 91.75, ..NOT 275.25 as it should.

That is the problem.


Lorenzo Orlando Caum

  • Support Staff

April 14, 2016 at 7:51 am

Hi, the maximum and minimum area controls the quantities that are shown.

According to your screenshot, the price of one ticket option is 91.75.

A bundle is determined by the price of the ticket * the quantity.

Since you have a bundle setup, then the only option is 3 so it would be 3 * 91.75.

I think you are asking if it would show the total price there and it would not since the bundle is ticket price * quantity.


Lorenzo


Marcus

April 15, 2016 at 2:20 am

Lorenzo, …EE sent out a mailout with this in it: http://grab.mogmachine.com/1F2C2N1A1P0t it clearly shows the TOTAL bundle price for a bundle …not the per ticket price.

So why does my EE NOT show the total price but the single ticket price on a bundle?

Sorry, but I can’t make it any clearer.


Tony

  • Support Staff

April 15, 2016 at 4:50 am

Hi,

Are you using a custom ticket selector template? Or using any hooks within Event Espresso to add/change functionality?

Or have you modified any of the files within Event Espresso? (Even if unlikely to effect the ticket selector)

I’m asking because if I setup ticket bundles on any of my test sites they work as expected, for example – http://take.ms/ghAul

Ticket selector – http://take.ms/d8fFH


Marcus

April 15, 2016 at 8:44 am

Yup, ..this was the issue ….I had inspected the lines around where the content was outputted in my version ….but upgrading EE and then rechecking showed that there were loads of lines added to the beginning of the file.

My changes were only formatting (changing text and what shows in the more details drop down) but could not be done with actions ….so I am essentially rendering my site un-upgradeable unless I go through the changelogs of all files each time I do.

Anyway ..thank you ..and marking as resolved.


Josh

  • Support Staff

April 15, 2016 at 1:28 pm

Hi Marcus,

You might consider doing a pull request to add the actions you need to make the changes to the ticket selector template.

https://github.com/eventespresso/event-espresso-core/

The support post ‘Bundle Price Not Showing’ 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