• Resolved jgessentials

    (@jgessentials)


    Hi,
    Thank you for this plugin. I combined 3 orders and am wondering where the new order is stored?
    I am looking in wc_order_product_lookup and I see the older orders but not the new one.
    I would like to change the shipping price in the database so it can reflect what I ended up charging.

    Also, once orders #1,#2,#3 are combined into order #4. Is it safe to trash orders #1,#2,#3?

    Thank you!
    Julien

Viewing 2 replies - 1 through 2 (of 2 total)
  • @jgessentials When orders are combined, new order did not effect stock levels therfore wc_order_product_lookup table not have any record of newely generated order.

    2nd for trashing old order it is save to trash old order after combination because all order’s information is cloned to new order, but the only thing need to checked is stock level. We’ll confirm you about stock level check after a little more testing.

    Thanks

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    @jgessentials new orders should be in the same table wp_posts and you should be able to see it in orders list under WooCommerce menu. Kindly update us if you did not get it there. Other queries were correctly entertained, thank you @mrscottphillips.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where is the new order stored?’ is closed to new replies.