Skip to content

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

SettingDescription
LabelField title shown to the customer.
Allowed file typesMIME types such as image/webp, image/png, image/jpeg, application/pdf. Prefer WebP when possible.
Max file sizePer-file limit (also constrained by PHP upload limits).
Multiple filesAllow more than one file when enabled.
RequiredCustomer must upload before add to cart.
PricingOptional 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.00

Tips

Open full File Uploads guide →