Title: Price input problem
Last modified: July 19, 2019

---

# Price input problem

 *  Resolved [ronald1411](https://wordpress.org/support/users/ronald1411/)
 * (@ronald1411)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/price-input-problem/)
 * Whenever I type price it adds additional digits e.g. if I add 10000 it turns 
   into 100,010,000. This happens only if you add more than 4 digits and only on
   the mobile version of the website.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fprice-input-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/price-input-problem/#post-11754272)
 * Hi,
    the thousands separator (in your case “,”) you can change from wp-admin /
   Classifieds / Options / Core panel in the field “Thousands Separator”.
 *  Thread Starter [ronald1411](https://wordpress.org/support/users/ronald1411/)
 * (@ronald1411)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/price-input-problem/#post-11758333)
 * I removed the thousand seperator, but the problem still persists.
 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/price-input-problem/#post-11761986)
 * You would need to set the thousands separator to a blank space (” “) it cannot
   be empty, if you do not want to have a separator between thousands at all you
   can add the code below in your theme functions.php file
 *     ```
       add_action( "wp_footer", function() {
       ?>
       <script type="text/javascript">
       if( typeof adverts_currency == "object" ) {
         adverts_currency.aSep = "";
       }
       </script>
       <?php
       }, 1000 );
       ```
   

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

The topic ‘Price input problem’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/price-input-problem/#post-11761986)
 * Status: resolved