• Resolved matthawkins94

    (@matthawkins94)


    Hi there!

    The app works well! I am currently working on finding a printer and cash drawer solution to work with the POS portion of Woo and the mobile app.

    My main question is that I noticed that when I create a custom product in the mobile app and checkout, the order inside Woo does not show any product information outside of price. Is there a way to show the custom product detail/info created in the mobile app so when the shop owner is reviewing orders in Woo later for inventory purposes?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author arcanedevops

    (@arcanedevops)

    Hi Matt,

    The current app and plugin pairing does not support custom line items to appear in order details. This is primarily because the WooCommerce order details by default will only display inventoried products within your WooCommerce database.

    That said, we do know of this need in general and we do have that development in the works. Because it requires changes both on our plugin and our app which is currently dealing with changes that Stripe has deployed for EOY, we have to prioritize Stripe fundamentals, so it’s likely we’ll have to push this off to December or January.

    In the meanwhile, if you wanted to try to address it on your own, the best way to do this is to either edit your functions file or create a plugin which leverages the WC webhooks (see link below). If you hook into the create order method, you could manipulate the custom fee to add it as a line item. If you do this we’d love to see the results!

    We hope that’s well received!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Product Creation In App Order Info’ is closed to new replies.