Title: ildaniel8's Replies | WordPress.org

---

# ildaniel8

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Order Numbers for WooCommerce] need help letting my payment plugin find custom order_id](https://wordpress.org/support/topic/need-help-letting-my-payment-plugin-find-custom-order_id/)
 *  [ildaniel8](https://wordpress.org/support/users/ildaniel8/)
 * (@ildaniel8)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/need-help-letting-my-payment-plugin-find-custom-order_id/#post-12627016)
 * Hello I’m facing the same issue, i think this is quite important.
    For example,
   my clients get an email from paypal/bank whenever a payment is received, the 
   order id on the email says the original wordress order id not the new one, so
   its quite difficult for them to check which is which.
 * I have bought the pluging because i had to make some customizations without thinkin
   that these issues would occour.
    I have opened a [ticket](https://tychesoftwares.freshdesk.com/support/tickets/15172)
   in the helpdesk.
 * I was thinking, maybe at least we could send this new order id as a comment to
   the payment service so at least it would appear in the email.
    For example i 
   found how to add a custom comment to paypal, we could return instead the new 
   order number instead of the order id; i have not tested this code yet though.
 *     ```
       add_filter( 'ae_pppf_custom_parameter', 'own_ae_pppf_custom_parameter', 10, 2);
       function own_ae_pppf_custom_parameter($customer_note , $order) {
       //return $order->get_order_number();
           return get_post_meta($order->get_order_number(), '_alg_wc_custom_order_number', true);
       }
       ```
   
 * We can hopefully workout this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Client Dash] Fatal error when trying to activate client dash](https://wordpress.org/support/topic/fatal-error-when-trying-to-activate-client-dash/)
 *  [ildaniel8](https://wordpress.org/support/users/ildaniel8/)
 * (@ildaniel8)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-when-trying-to-activate-client-dash/#post-5497785)
 * Make sure your PHP is >= 5.3
    Thats what is causing the problem. I have PHP 5.2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Client Dash] Fatal error when trying to activate client dash](https://wordpress.org/support/topic/fatal-error-when-trying-to-activate-client-dash/)
 *  [ildaniel8](https://wordpress.org/support/users/ildaniel8/)
 * (@ildaniel8)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-when-trying-to-activate-client-dash/#post-5497783)
 * Get the same error as OP.
    Just downloaded version 1.6.7
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[No Category Base (WPML)] Compatibility with WPML](https://wordpress.org/support/topic/compatibility-with-wpml-21/)
 *  [ildaniel8](https://wordpress.org/support/users/ildaniel8/)
 * (@ildaniel8)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/compatibility-with-wpml-21/#post-4865393)
 * This plugin is broken.
    [Take a look here](http://wpml.org/forums/topic/problem-with-permalinks-3/#post-382841)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Remove Taxonomy Base Slug] Not compatible with WPML?](https://wordpress.org/support/topic/not-compatible-with-wpml-1/)
 *  [ildaniel8](https://wordpress.org/support/users/ildaniel8/)
 * (@ildaniel8)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/not-compatible-with-wpml-1/#post-4427915)
 * +1 Emanuel Poletto, works perfectly as you said.
    I don’t like modifying other
   people’s code, so i wonder if this is gonna be included in the next update? Until
   then I have to increase version number so i won’t be updating it accidentally.
   I would like to be notified when this update gets published.

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