Support

Home Forums Event Espresso Premium In shopping cart, for multi-day event end date is not shown

In shopping cart, for multi-day event end date is not shown

Posted: November 18, 2014 at 6:28 am

Viewing 2 reply threads


Anonymous

November 18, 2014 at 6:28 am

We’ve got a two-day event. When a visitor buys a ticket, in the shopping cart only the first date is shown instead of “start_date to end_date”. I’ve been looking at lines 80 and 81 in shopping_cart.php:


<?php echo event_date_display( $r->start_date, get_option( 'date_format' ) ); ?>
<?php /*_e( ' to ', 'event_espresso' ); ?> <?php echo event_date_display( $r->end_date, get_option( 'date_format' ) )*/ ?>

Changing start_date in the first line to end_date does change the date shown, so I am sure that I am in the right file (I’ve got local changes in that file, in /wp-content/uploads/espresso/templates).

Any ideas?


Lorenzo Orlando Caum

  • Support Staff

November 18, 2014 at 6:46 am

Hi,

Its currently commented out in the shopping_cart.php template. When you remove those comments (/* */), does it then appear?


Lorenzo


Anonymous

November 18, 2014 at 6:58 am

It does. I overlooked them completely.

Thank you for your quick response!

Viewing 2 reply threads

The support post ‘In shopping cart, for multi-day event end date is not shown’ 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