Title: pthomas3's Replies | WordPress.org

---

# pthomas3

  [  ](https://wordpress.org/support/users/pthomas3/)

 *   [Profile](https://wordpress.org/support/users/pthomas3/)
 *   [Topics Started](https://wordpress.org/support/users/pthomas3/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pthomas3/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pthomas3/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pthomas3/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pthomas3/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pthomas3/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Analytics – Date range big arrows](https://wordpress.org/support/topic/analytics-date-range-big-arrows/)
 *  [pthomas3](https://wordpress.org/support/users/pthomas3/)
 * (@pthomas3)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/analytics-date-range-big-arrows/#post-16203312)
 * Same here, Seems to be a combination of WordPress core 6.1 and Woocommerce.
    
   The datepicker styling is broken.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shatner - Name your Own Price Integration for WooCommerce] Second price is always wrong](https://wordpress.org/support/topic/second-price-is-always-wrong/)
 *  [pthomas3](https://wordpress.org/support/users/pthomas3/)
 * (@pthomas3)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/second-price-is-always-wrong/#post-5155258)
 * 🙂 Woops… should be changed in:
    $_POST[‘price’] = **wc_format_decima**l($_POST[‘
   price’]);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shatner - Name your Own Price Integration for WooCommerce] Second price is always wrong](https://wordpress.org/support/topic/second-price-is-always-wrong/)
 *  [pthomas3](https://wordpress.org/support/users/pthomas3/)
 * (@pthomas3)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/second-price-is-always-wrong/#post-5155253)
 * Dear Tom,
 * Change line 201 in name_price_wc_plugin.php:
 * $_POST[‘price’] = woocommerce_format_total($_POST[‘price’]); should be:
 * $_POST[‘price’] = woocommerce_format_total($_POST[‘price’]);
 * Hope this helps,
    Kind regards, Patrick

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