Field Types
File Upload Field
File upload field for artwork, logos, or photos. Files are stored privately; admins download them from the order page.
When to use
- Custom artwork or logo uploads
- Photo personalisation
- PDF / design file attachments
Settings reference
| Setting | Description |
|---|---|
| Label | Field title shown to the customer. |
| Allowed file types | MIME types such as image/webp, image/png, image/jpeg, application/pdf. Prefer WebP when possible. |
| Max file size | Per-file limit (also constrained by PHP upload limits). |
| Multiple files | Allow more than one file when enabled. |
| Required | Customer must upload before add to cart. |
| Pricing | Optional surcharge for custom print / upload handling. |
Order item meta
Upload references are stored with the order item. Admins download via a signed URL:
Field label: "Artwork"
Value: logo.png (private)
Price: +0.00Tips
- Full setup, storage, and troubleshooting: Secure file uploads guide.