• Hi!

    I have a problem with the product bundle when it create an order.

    So in my shop I have a box which contains four products.
    After I am completing the order, I get in the order page:

    box: 100,00€ × 1

    wine: 0,00€ × 1
    cured meat: 0,00 x 1
    cheese: 0,00 x 1

    Also I made a webhook request to the storage and HERE is the problem.
    Since the receive as item:
    THE BOX
    WINE
    CURED MEAT
    CHEESE

    so they understand that in addition to the box they have to ship 3 other products. So I end up with -6 products in the warehouse.

    I would like to understand how I can edit the bundle so that it shows either just the box or just the products.

    • This topic was modified 2 years, 1 month ago by cosmino.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @cosmino

    Please try this option on our plugin https://www.screencast.com/t/68cOQ5kHQ. It will help you hide bundled products on the order.

    Thread Starter cosmino

    (@cosmino)

    @wpclever yep I tried this solution, but in fact the problem happened when I send a request via webhook to a storage, in this case the receive the bundle product and the other products, which is wrong. I just want to send the bundle product.

    I am using the woocommerce_webhook_http_args to intercept the API.

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the quantity in the order’ is closed to new replies.