Overview
PayPress order exports include Payment Form responses as raw JSON so the information can be reviewed outside WordPress.
Requirements
- Orders with form responses.
- Access to order export.
Steps
- Open PayPress Orders.
- Export orders.
- Open the CSV.
- Find the form submission column.
- Review the raw JSON response data.
Expected Result
The export includes stored form response data for orders that have Payment Form submissions.
Important Notes
Flattened form-response exports are not implemented yet. The current export preserves raw JSON.
Troubleshooting
If the form submission column is empty, confirm the order used a plan with an enabled Payment Form. If raw JSON is hard to read, use Order Details for a friendlier view.