ildaniel8
Forum Replies Created
-
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 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
In reply to: [Client Dash] Fatal error when trying to activate client dashMake sure your PHP is >= 5.3
Thats what is causing the problem. I have PHP 5.2.Forum: Plugins
In reply to: [Client Dash] Fatal error when trying to activate client dashGet the same error as OP.
Just downloaded version 1.6.7Forum: Plugins
In reply to: [No Category Base (WPML)] Compatibility with WPMLThis plugin is broken.
Take a look hereForum: Plugins
In reply to: [Remove Taxonomy Base Slug] Not compatible with WPML?+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.