For the sales order list page, I use orders as the Partial URL field value, for the sales order edit page I would like to use orders/{order_id} for the Partial URL field but got the below error, how to fix it or what's the correct Partial URL value for the edit page?
Hi, you don't need to specify the parent partial URL here, if your page is a change page of orders, this will naturally translate in the URL as orders/
this page should probably have the partial URL as simply order or order-details for example
the ID is normally represented as a query input parameter when you have a basic form or something like that, have you configured this?
so basically your structure would be:
<website>/orders/order?id=XXXX
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43