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
Remove cost field from recurring events drop down List | Event Espresso - Staging Server

Support

Home Forums Recurring Events Manager Remove cost field from recurring events drop down List

Remove cost field from recurring events drop down List

Posted: February 6, 2014 at 6:15 pm

Viewing 3 reply threads


Brendon Abram

February 6, 2014 at 6:15 pm

Hi. I have used the code [EVENT_CUSTOM_VIEW template_name=”recurring-dropdown”]
to generate a recurring events drop down list. I would like to remove the cost column. How do I do that?

Thanks


Dean

  • Support Staff

February 7, 2014 at 1:25 am

Hi Brendon,

The only way currently is to edit the template and remove the following lines:

<th><?php _e('Cost', 'event_espresso') ?></th>
				<td id="price-<?php echo $first_event_instance['price']?>" class="price"><?php echo $org_options['currency_symbol'].stripslashes_deep($first_event_instance['price'])?></td>

I’ll raise a ticket to see if we can add some CSS classes in the future to allow easier hiding of these columns.


Brendon Abram

February 7, 2014 at 6:00 am

Thanks Dean. That works. One last question. I am also trying to change the message that comes up when the event is fully registered from “Sold Out” to “Full”

It is not working for some reason. My website actually stops functioning. Some kind of a query issue?


Dean

  • Support Staff

February 7, 2014 at 6:58 am

Hi Brendon,

You can change the Sold Out to Full by using the language packs – http://staging.eventespresso.com/wiki/how-to-change-wording-with-poedit/

Alternatively you *could* edit the template itself – http://staging.eventespresso.com/wiki/custom-template-add-on/#cel_custom

“It is not working for some reason. My website actually stops functioning. ”

What exactly is not working? Can you provide an example?

Viewing 3 reply threads

The support post ‘Remove cost field from recurring events drop down List’ 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