Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAQ page with below question. #122

Open
Chetna1510 opened this issue Jan 17, 2024 · 0 comments
Open

Add FAQ page with below question. #122

Chetna1510 opened this issue Jan 17, 2024 · 0 comments

Comments

@Chetna1510
Copy link

Q: In the third-party plugin, how to use the custom order numbers instead of WooCommerce Order Number?

In the Custom Order Numbers Lite/PRO plugin, we maintain the original order ID created by WooCommerce in the database. This order ID is crucial for various core functions and is utilized by multiple plugins and themes.

To implement custom order numbers, kindly reach out to the support team of the third-party plugin that you are using. Request them to make the required adjustments in their codebase, specifically in the sections where the Order ID is retrieved. They should incorporate the below code for Custom Order Numbers instead of the existing code associated with the Order ID.
Here is the code they will need.
$custom_order_number = $order->get_order_number(); //where $order is an order object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants