• Resolved pierre

    (@pierrelonchampt)


    Hello,
    I would like to receive an email notification when an order contains a product in large quantity (for example, if the same product is ordered 10 times in the same order).
    How can I do ?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    You will need something that is able to count the line items of a WooCommerce order and then trigger a notification based on this.

    I took a quick look around but could not find anything that is able to send both a notification and count items at the same time.

    I think a web developer will have to write this for you using custom code.
    This here describes how to interact with the order programmatically: https://www.businessbloomer.com/woocommerce-easily-get-order-info-total-items-etc-from-order-object/ – the first step is to count the objects.
    Afterwards register a new notification that gets send based on the count.

    Kind regards,

    Thread Starter pierre

    (@pierrelonchampt)

    Hello,
    Thank you for your reply. Unfortunately I’m not a developer … I don’t think I can do this. I thought it was possible just with a bit of php code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘notification if a product is ordered in large quantities’ is closed to new replies.