The membership package price works with the price selected for payments. The format is the standard currency format required by merchants.
This ensures payments can work.
If you wish to change currency and sync with currency symbol from Price Settings, please see below code you would need to add
Go to
wpresidence\templates\dashboard-templates\user_memebership_profile.php
add
$wpestate_currency = esc_html( wpresidence_get_option('wp_estate_currency_symbol', '') );
at line 104
$pack_selection = new WP_Query($args);$wpestate_currency = esc_html( wpresidence_get_option('wp_estate_currency_symbol', '') ); while($pack_selection->have_posts() ){