GuestOrderView for Commerce
Allow guests to view their order status.
Creator: Tony Klapatch (tonyklapatch)
About GuestOrderView for Commerce
Lets guest customers easily view their previous orders with order ID and fields or secret from comOrder. Uses the frontend/account/order-detail.twig file in your Commerce theme. Requires Modmore's Commerce to use www.modmore.com/commerce
Information
Released
June 9, 2018
Supported Database
MySQL
License
GPLv2
Instructions
Create a resource and add the [[!GetGuestOrder]] snippet. This will display using the included formTpl. By default, it validates a order based on order ID and zip (or by the secret in comOrder). Order ID is required, however you can add as many fields or change the fields if needed (from comOrder).
New in 1.1.0-pl
- Descriptive validation messages by default. Can be turned off off by using the generic validation lexicon in errorTpl.
- Allow option to enable registered users. Disabled by default, enable by setting the allowRegistered snippet property to 1.
- Ability to load shipments for use in the Twig template.
- Lexicon usage in default chunks.