Title: raphale's Replies | WordPress.org

---

# raphale

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

 *   [Profile](https://wordpress.org/support/users/raphale/)
 *   [Topics Started](https://wordpress.org/support/users/raphale/topics/)
 *   [Replies Created](https://wordpress.org/support/users/raphale/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/raphale/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/raphale/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/raphale/engagements/)
 *   [Favorites](https://wordpress.org/support/users/raphale/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: [[Wallet for WooCommerce] Issue with tax calculation](https://wordpress.org/support/topic/issue-with-tax-calculation/)
 *  [raphale](https://wordpress.org/support/users/raphale/)
 * (@raphale)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/issue-with-tax-calculation/#post-12314868)
 * I fix my problem with that :
 * function upv_woo_wallet_credit_purchase_amount($order_sub_total, $order_id) {
   
   $order = wc_get_order( $order_id ); return $order->get_total(); }
 * add_filter(‘woo_wallet_credit_purchase_amount’, ‘upv_woo_wallet_credit_purchase_amount’,
   10, 2);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wallet for WooCommerce] Issue with tax calculation](https://wordpress.org/support/topic/issue-with-tax-calculation/)
 *  [raphale](https://wordpress.org/support/users/raphale/)
 * (@raphale)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/issue-with-tax-calculation/#post-12314650)
 * I have a similar issue, but on a wallet credit order. The wallet is credited 
   with the total amount without VAT, and I don’t see where to change that.
    -  This reply was modified 6 years, 5 months ago by [raphale](https://wordpress.org/support/users/raphale/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Missing string in pot file](https://wordpress.org/support/topic/missing-string-in-pot-file-3/)
 *  Thread Starter [raphale](https://wordpress.org/support/users/raphale/)
 * (@raphale)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/missing-string-in-pot-file-3/#post-12191049)
 * Excuse me, I correct it with :
 * #: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1103
    msgid“
   CRN: %s” msgstr “”

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