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
currency sign | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium currency sign

currency sign

Posted: February 25, 2014 at 5:43 am

Viewing 3 reply threads


sergio Pannella

February 25, 2014 at 5:43 am

how can I disable a currency sign from registration page?


Dean

  • Support Staff

February 25, 2014 at 6:34 am

Hi,

In EE3, it is not easy, it will require changing a core file (includes/functions/pricing.php) to remove reference to the currency symbol and it will affect more than just the registration page.


sergio Pannella

February 25, 2014 at 7:12 am

Thank you, I have previously edited the / organization_config.php and also works.


Josh

February 25, 2014 at 11:56 am

Alternatively you could add a filter to replace the currency symbol on the front end of the website. For example if the currency that’s set is the Euro this function could be added to a site specific functionality plugin:

function my_change_ee_eur( $content ) {

	$content = str_replace( 'EUR', '', $content);

	return $content;

}

add_filter( 'the_content', 'my_change_ee_eur', 11 );
Viewing 3 reply threads

The support post ‘currency sign’ 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