Title: Dot and Comma
Last modified: July 27, 2017

---

# Dot and Comma

 *  Resolved [domiden](https://wordpress.org/support/users/domiden/)
 * (@domiden)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/dot-and-comma/)
 * Hi
    How to remove dot and comma cause price in Euro. Thanks
 * [https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/](https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/dot-and-comma/#post-9359335)
 * **To remove decimals**,
 * Kindly check [https://wordpress.org/support/topic/remove-decimals-1/#post-7546324](https://wordpress.org/support/topic/remove-decimals-1/#post-7546324)
 * **To remove thousands separator**,
 * Try adding the following code in the same functions.php mentioned in the above
   link.
 *     ```
       function acadp_custom_format_amount( $formatted ) {
       	return str_replace( ',', '', $formatted );
       }
       add_filter( 'acadp_format_amount', 'acadp_custom_format_amount' );
       ```
   
 *  Thread Starter [domiden](https://wordpress.org/support/users/domiden/)
 * (@domiden)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/dot-and-comma/#post-9359624)
 * Great !!!! Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dot and Comma’ is closed to new replies.

 * ![](https://ps.w.org/advanced-classifieds-and-directory-pro/assets/icon-128x128.
   png?rev=1506527)
 * [Advanced Classifieds & Directory Pro](https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-classifieds-and-directory-pro/reviews/)

## Tags

 * [comma](https://wordpress.org/support/topic-tag/comma/)
 * [dot](https://wordpress.org/support/topic-tag/dot/)

 * 2 replies
 * 2 participants
 * Last reply from: [domiden](https://wordpress.org/support/users/domiden/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/dot-and-comma/#post-9359624)
 * Status: resolved