order_page_url

Go to order page of team

Example

1
{{ 'view' | order_page_url: 'sales', 'order_id' }} => https://zzz.com/my-team/sales/orders/order_id

Input

Type Parameter Description Required
string page The page that you want to show. Can be one of view, pick, receive. Comes before the | sign. Required
string orderType The order type  
string orderId The order id  
string goBackTo The url that the user should return to. this = current url, none = no go back, URL = url  

Output

Type Description
string Url of the start page