• 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 event

    For another event this could be like
    6110-11835-21

    6110 is the normal sequential order number
    11835 is the product ID number
    21 is the 21 person that buys a ticket for this event

    Is something like this possible?

    Best regards,

    Jordy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello @jordyvanovereem,

    You can only use unique order ID for orders with same product.
    But if customer buy two or more same product it is not add two to this ID.
    Also you need to create Sequetial Number settings for each product that you have.

    Plugin do not display any informations from products inside order, because order can be with a lot of products.

    Regards,
    Oleg

    Thread Starter jordyvanovereem

    (@jordyvanovereem)

    Hi,

    You said “But if customer buy two or more same product it is not add two to this ID.”. This wont be a problem. It just need to add 1 number when this specific product is ordered.

    But i understand what you mean when somebody orders another product in combination with some other products…

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create unique numbers with following options’ is closed to new replies.