Support

Home Forums Recurring Events Manager Add-on 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


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

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

February 7, 2014 at 6:58 am

Hi Brendon,

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

Alternatively you *could* edit the template itself – https://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?

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