Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Display Member price instead of Standard (non-member) price | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Display Member price instead of Standard (non-member) price

Display Member price instead of Standard (non-member) price

Posted: August 22, 2013 at 12:20 pm

Viewing 1 reply thread


mrdan

August 22, 2013 at 12:20 pm

When I create an event with a Standard (non-member) price and a corresponding member price, I want the initial display of events to show the member price and not the standard price. Is this possible? Thanks for your help.

Dan


Dean

  • Support Staff

August 23, 2013 at 1:50 am

Hi Dan,

You would need to edit the event_list_display.php file at around line 82 and remove the following

<span class="section-title">
<?php  echo __('Price: ', 'event_espresso'); ?></span> <?php echo  $org_options['currency_symbol'].$event->event_cost; ?>

in its place add the following

<?php do_action( 'espresso_price_select', $event_id, array('show_label'=>TRUE, 'label'=>$price_label) );?>

You would need to add the following CSS

.event_price_label {
font-size:100% !important;
width:40px !important;
padding:0 !important
}

There is an issue with this though as it will show the dropdowns if you have more than one ticket option….

There might be another way to do it but im not seeing it currently.

Viewing 1 reply thread

The support post ‘Display Member price instead of Standard (non-member) price’ 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 - Staging Server