Custom Order Numbers for WooCommerce

Descriere

This plugin lets you set custom order numbers in WooCommerce.

Funcționalități principale

  • Numerele comenzilor WooCommerce pot fi secvențiale, aleatorii sau după ID comandă.
  • Contorul secvențial poate fi setat la resetare automată zilnic, lunar sau anual.
  • Numerele personalizate vor fi atribuite automat comenzilor noi.
  • De asemenea, există un instrument pentru a renumăra (adică pentru a da alte numere) comenzile existente.
  • Opțional, poți adăuga un prefix la numărul de comandă.
  • De asemenea, poți activa urmărirea comenzilor după numărul personalizat.
  • Opțional, poți activa căutarea comenzilor în administrare după numărul personalizat.

Check out the PRO version of Custom Order Numbers for WooCommerce plugin.

Features of Premium Version

  • Șablon număr de comandă.
  • Prefix dată numere de comandă.
  • Lungime număr de comandă.
  • Sufix număr de comandă personalizat.
  • Sufix dată numere de comandă.
  • Contor numere de comandă manual.

Compatibility With Invoice Plugins:

Custom Order Numbers plugin is compatible with all popular invoice plugins such that the invoices created by those plugins will have the custom order numbers and not the original order id. Some of those plugins are:

  • WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels
  • Print Invoice & Delivery Notes for WooCommerce
  • Invoices for WooCommerce
  • WooCommerce PDF Invoices & Packing Slips
  • Booster for Woocommerce
  • Challan – PDF Invoice & Packing Slip for WooCommerce

Some of our other Pro plugins

  1. Abandoned Cart Pro for WooCommerce

  2. Booking & Appointment Plugin for WooCommerce

  3. Order Delivery Date Pro for WooCommerce

  4. Product Delivery Date Pro for WooCommerce

  5. Deposits For WooCommerce

  6. Payment Gateway Based Fees and Discounts for WooCommerce – Pro

  7. Custom Order Status for WooCommerce – Pro

  8. Product Input Fields for WooCommerce – Pro

  9. Call for Price for WooCommerce – Pro

  10. Price based on User Role for WooCommerce – Pro

  11. Currency per Product for WooCommerce – Pro

Some of our other free plugins

  1. Abandoned Cart for WooCommerce

  2. Order Delivery Date for WooCommerce – Lite

  3. Product Delivery Date for WooCommerce – Lite

  4. Payment Gateway Based Fees and Discounts for WooCommerce

  5. Custom Order Status for WooCommerce

  6. Product Input Fields for WooCommerce

  7. Call for Price for WooCommerce

  8. Price based on User Role for WooCommerce

  9. Currency per Product for WooCommerce

Impresii

  • Suntem deschiși la sugestii și impresii.
  • Îți mulțumim că folosești sau încerci unul dintre modulele noastre!
  • Te rog vizitează pagina modulului.

Instalare

  1. Încarcă întregul dosar „custom-order-numbers-for-woocommerce” în directorul „/wp-content/plugins/”.
  2. Activează modulul în meniul „Module” din WordPress.
  3. Începe mergând la setările modulului în WooCommerce > Setări > Custom Order Numbers.

Întrebări frecvente

How can I use custom order numbers instead of default WooCommerce order numbers in third-party plugins like Invoice plugins, Integration plugins, etc.?

When you use the Custom Order Number Lite plugin, in the Database, the original Order ID created by WooCommerce remains unchanged because that Order ID is used for many core functions and by multiple plugins and themes.

To use custom order numbers in a third-party plugin, you will have to contact the Support Team of the third-party plugin & ask them to make the necessary changes. They can do this by fetching the Order ID and using the below code for Custom Order Number.

This code has to be used in place of where the Order ID is fetched as shown below:
$custom_order_number = $order->get_order_number(); //where $order is an order object

Is it possible to set random numbers for the custom order number?

Yes, it is possible to set the random numbers for the custom order number.

Custom Order Numbers can be set in three different ways – Sequential, Random or by Order ID.

Is it possible to reset the custom order number counter?

Yes, it is possible to reset the counter number. You can reset the counter number in four different ways- daily, monthly and yearly basis.

There is also an option to set a number for reset counter value. This would mean that on every reset, the sequence will start with that particular number.

Can I set the width for the custom order numbers, for example, I want my custom order number to be 8 characters long?

This is not possible in the Lite plugin. But using the Pro version, you can set the width of the custom order number on the settings page.

If somehow the sequential order number breaks down, what should be done to put all orders in a correct sequence?

Custom Order Numbers plugin has a tool called ‘Renumerate Orders’. Using this tool, you can easily renumerate all the existing orders in a correct sequence.

Is it possible to add prefix/suffix based on different user roles?

This is not possible in the Lite plugin. But using the Pro version, you can add a prefix/suffix based on different user roles. For eg: guest-order for Guest user role, etc.

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

In Custom Order Numbers Lite plugin, in the Database, we do not change the original order id created by WooCommerce because that order id is used for many core functions and also by multiple plugins and themes.
So what you will have to do is, you will have to contact to support team of the third-party plugin and ask them to make the necessary changes. They will have to make the changes where Order ID is been fetched and have to use the below code for Custom Order Number instead of the code used for Order ID.
Here is the code they will need.
$custom_order_number = $order->get_order_number(); //where $order is an order object

Recenzii

27 august 2022
In use since 2 years. The plugin uses meta data (keys like “alg_wc_custom_order_number”) in every order to enable custom order numbers. In this way it works with the rest of the software.
21 aprilie 2021
This plugin is great - it's simple does exactly what it's supposed to. We've been using it to better organize / track the large number of orders we deal with. We had a slight issue with the plugin which I reached out to support about - via a simple back-and-forth they helped troubleshoot the issue and ultimately delivered a solution that dealt with the issue perfectly. Thanks Tyche team!
12 aprilie 2021
When I found this plugin I was struck by the simplicity that is its strength, attention, simplicity in use and functions, it does not mean that it is worth little but that, whoever created it, has taken into account an element that is sometimes difficult to be achieved: immediate usability. In addition, in addition to the sequential numbering of orders, it also has the reset that can be set with different time intervals, I use the annual one for tax management in my country. I had a block on the sequence of the order numbers, but the support intervened and solved the problem immediately. Great job guys!
Citește toate cele 24 de recenzii

Contributori și dezvoltatori

„Custom Order Numbers for WooCommerce” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

„Custom Order Numbers for WooCommerce” a fost tradus în 22 de locale. Mulțumim traducătorilor pentru contribuția lor.

Tradu „Custom Order Numbers for WooCommerce” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

1.7.1 – 03/04/2024

  • Fix – Cross Site Request Forgery (CSRF) vulnerability.
  • Fix – New Custom Order Email has WooCommerce Order number if the order is created from backend.
  • Tweak – Update compatibility with WordPress 6.5
  • Tweak – Update compatibility with WooCommerce 8.7

1.7.0 – 30/01/2024

  • Fix – Fixed duplicate sequential order numbers.
  • Fix – Fixed Search by Order Number in Admin dashboard when HPOS is enabled.
  • Fix – Triggered the error on huge orders of websites.
  • Fix – Fixed Cross Site Request Forgery (CSRF) vulnerability.

1.6.0 – 22/08/2023

  • Fix – Fixed Compatibility with PHP 8.2.
  • Fix – Fixed fatal error when users have a large number orders & the plugin tries to update them.
  • Fix – The order number is not in sequence while we create new order manually, This is fixed now.

1.5.0 – 27/06/2023

  • Enhancement – You can now choose to apply the prefix to new orders, from a past date, from a certain order ID or to all orders.
  • Enhancement – Added deactivation survey v2.
  • Fix – While Renumerating the orders, got fatal error. This is fixed now.

1.4.1 – 20/04/2023

  • Fix – Cross-Site Request Forgery vulnerability in the plugin.

1.4.0 – 29/11/2022

  • Enhancement – Introduced compatibility with WooCommerce High Performance Order Storage.

1.3.5 – 17/05/2022

  • Fix – Subscription orders were not getting considered when using Renumerate Order Tool.
  • Info – Added description for Renumerate Order Tools button
  • Info – Added Q&A in FAQ page.

1.3.4 – 26/10/2021

  • Fix – Admin pages were loading slower due to the query in the plugin. This is fixed now.
  • Fix – Old orders were not searchable with the order number. This is fixed now.

1.3.3 – 08/07/2021

  • Fix – After updating the plugin to the v1.3.2, it crashed the database for some sites. This is fixed now.
  • Fix – Time consumed by the admin pages to load were more in the v1.3.2. This is fixed now.

1.3.2 – 05/07/2021

  • Fix – Fixed the errors coming with the PHP 8.
  • Fix – Search for old order numbers were not working. This is fixed now.
  • Fix – Critical error message were coming on saving the settings page. This is partially fixed. A permanent fix will be released in the next update.
  • Fix – After updating the admin notice order numbers for the Subscription order were getting changed. This is fixed now.

1.3.1 – 01/04/2021

  • Fix – Order numbers were missing and only prefix were coming in the new orders which were placed after the update of v1.3.0 where the Order numbers counter option was set to Order ID. This is fixed now.

1.3.0 – 25/03/2021

  • Enhancement – You can now search by custom order numbers on the WooCommerce Orders page. This required a change in the database, which has been implemented in this release.
  • Fix – While exporting the orders to CSV, it is not showing the orders along with the prefix. This is fixed now.
  • Fix – Order numbers were coming duplicate for Subscription renewals. This is fixed now.

1.2.12 – 25/01/2021

  • Fix :- New order number was not being made available instead will always return the Custom order number only. This has been fixed.

1.2.11 – 06/11/2020

  • Fix :- Order Numbers were getting changed when the orders were updated and it was breaking the sequence. This has been fixed.
  • Update compatibility with WooCommerce 4.6

1.2.10 – 19/03/2020

  • Update compatibility with WooCommerce 4.0.0.

1.2.9 – 22/08/2019

  • Fix – Incorrect next sequential order in the Plugin Settings page.
  • Fix – Missing Settings link on the Plugins page.

1.2.8 – 22/08/2019

  • Made the plugin code compliant with WPCS standards.
  • Added UTM tags for the Pro plugin links.

1.2.7 – 04/07/2019

  • The orders were not being tracked when ‘Enable order tracking by custom number’ is enabled.
  • When the order was placed manually, the ‘Sequential: Next order number’ was being reset.

1.2.6 – 28/03/2019

  • Added uninstall.php to ensure the plugin settings are removed from the DB when the plugin is deleted.
  • Fixed an issue where renewal orders generated by WooCommerce Subscriptions have the same custom order number as the parent order.

1.2.4 – 31/10/2018

  • A testat compatibilitatea cu WooCommerce 3.5.0.

1.2.3 – 05/08/2018

  • Funcționalitate – a adăugat opțiunea „Șablon număr de comandă”.

1.2.2 – 05/08/2018

  • Feature – Sequential: Reset counter – „Reset counter value” option added.
  • Feature – Hide „Renumerate Orders” admin menu for roles option added.
  • Feature – Hide „Custom Order Numbers” admin settings tab for roles option added.
  • Dev – Admin settings – Restyling.

1.2.1 – 30/07/2018

  • Fix – %d replaced with %s in sprintf(), so numbers exceeding max integer would be handled correctly (for „Pseudorandom – crc32 Hash (max 10 digits)” option).

1.2.0 – 24/06/2018

  • Feature – Order numbers counter – „Pseudorandom – crc32 Hash (max 10 digits)” option added.
  • Fix – Unnecessary counter increase on non-sequential number counters fixed.
  • Dezvoltare – Administrare – a adăugat opțiunea „Resetează setările secțiunii”.
  • Dezvoltare – Opțiunea „Utilizează tranzacția MySQL” eliminată (acum întotdeauna setată pe da).
  • Dezvoltare – Setări salvate ca proprietate a clasei principale.
  • Dezvoltare – descrierile setărilor de administrare au fost actualizate.
  • Dezvoltare – a actualizat URI modul la wpfactory.com.
  • Dev – Minor code refactoring.
  • Dezvoltare – a actualizat readme.txt.

1.1.2 – 09/03/2018

  • Feature – „Sequential: Reset Counter” option added.

1.1.1 – 13/01/2018

  • Funcționalitate – a adăugat opțiunea „Număr de comandă manual”.
  • Dev – Confirmation (JavaScript) added for Renumerate Orders tool.
  • Dezvoltare – „WC testat până la” a fost adăugat la antetul modulului.

1.1.0 – 24/07/2017

  • Dezvoltare – compatibilitate cu WooCommerce v3 – ID și dată comandă.
  • Dezvoltare – a actualizat legătura din http://coder.fm în https://wpcodefactory.com.
  • Dev – Plugin header („Text Domain” etc.) updated.

1.0.1 – 06/01/2017

  • Fix – Translation domain fixed.
  • Dev – Language (POT) file uploaded.

1.0.0 – 02/01/2017

  • Lansare inițială.