What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

is there an easy way to "reset" the state of an order? I am working on order confirmation email and

U03V0SXHU13
U03V0SXHU13 Posts: 8 πŸ§‘πŸ»β€πŸš€ - Cadet

is there an easy way to "reset" the state of an order? I am working on order confirmation email and it is annoying having to place a new order again and again. Would appreciate if there is a faster way to "reset" the state of an order to "new". Thanks

Comments

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer
    UPDATE spy_sales_order_item SET fk_oms_order_item_state = <state fk> WHERE fk_sales_order = <id order>
    
  • U03V0SXHU13
    U03V0SXHU13 Posts: 8 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thanks @UL6DGRULR :)