Order
Table of Contents
Methods
- getPublicLink() : string
- Return link to order for an unauthorized users.
- isAllowGuestView() : bool
- Check ability to view order is not an authorized user
Methods
getPublicLink()
Return link to order for an unauthorized users.
public
static getPublicLink(Order $order) : string
Parameters
- $order : Order
Tags
Return values
stringisAllowGuestView()
Check ability to view order is not an authorized user
public
static isAllowGuestView(Order $order) : bool
Parameters
- $order : Order