This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Need help with custom order numbers #45
Comments
Can you check whether or not this helps? #40 (comment) |
I've researched this a bit and maybe these notes help to proceed further. Generate invoice
Invoice callbacks
Proposal
|
dennisreimann
added a commit
to dennisreimann/woocommerce-plugin
that referenced
this issue
Dec 11, 2020
Builds on [this proposal](btcpayserver#45 (comment)) and removes the ambiguity of order ID and number: - Replaces references to the order number with the actual order ID - Removes the `woocommerce_order_id_from_number `, because it is obsolete then - Adds order number as well as other custom data for reference to the `posData` field of the invoice - Changes logging output to mention order ID as well as number
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
First of all, I've installed a docker installation, it's working perfectly with woocommerce. Until I activate the custom order numbers plugin. I've created a support ticket on their side to- https://wordpress.org/support/topic/need-help-letting-my-payment-plugin-find-custom-order_id/#post-12644818
I'm using a custom order numbers plugin, and I'm trying to get the IPN messages to work with my custom order numbers. I've tried messing with the filter(Below) alot, but I can't seem to be able to get it to work. It's only giving me "500" errors.
Now the thing is, when I have the custom order numbers plugin activated. It finds the custom numbers and puts it in the invoice generated on the invoice menu.
(plugin enabled)
Now my qeustion is, how do I find the customerID before I activated the plugin? Because when I disable this plugin I get this information in the invoice menu and everything works fine.
(plugin disabled)
If I could get assistance with this, I could really appreciate it.
The text was updated successfully, but these errors were encountered: