Create unique numbers with following options
-
Hi there,
I’ve a question about Sequential Order Numbers for WooCommerce plugin.
I need orders numbers for standard sequential numbers but behind that i need a sequential number counter for the total that bought a ticket for a specific event/product. For example {sequential-orders-number}-{sequential-sold-items-product} or {sequential-orders-number}-{productid}-{sequential-sold-items-product}
I will explain it with an example below.
Say i book a event and i get order number “5624” but i am the first person that buys a ticket for this event, i need to get for example “5624-1”. Even better would be “5624-11834-1”. The 11834 is the ID number from that specific product/event that woocommerce creates.
But when i’m the 121’st person that buys a ticket for that event/product, i need to get the order number “6109-11834-121”.
6109 is the normal sequential order number
11834 is the product ID number
121 is the 121 person that buys a ticket for this eventFor another event this could be like
6110-11835-216110 is the normal sequential order number
11835 is the product ID number
21 is the 21 person that buys a ticket for this eventIs something like this possible?
Best regards,
Jordy
- The topic ‘Create unique numbers with following options’ is closed to new replies.