Skip to main content
Want to see it working first? Try the live WordPress demo store, then install it on your own shop below.
1

Install the plugin

In WP Admin → Plugins → Add New, upload the Filecheck plugin ZIP (or search for it in the directory), then click Activate.
2

Add your keys

Go to WooCommerce → Settings → Filecheck and enter your publishable key and secret key from the dashboard. Save. Once saved, your active workflows will automatically sync to your WordPress site.
3

Choose a default workflow

Select a default Workflow from the dropdown options. This sets the default rule files are checked against across your shop. See Workflows.
4

Enable Filecheck on a product

Edit a product, open the Filecheck panel, tick Require an upload, and choose the workflow from the dropdown list (or leave it to use the default) and set the presentation mode (inline vs dialog) for that product.
5

Test the gate

Open the product page. The Add to cart button stays disabled until an uploaded file passes. Upload a test file, watch it validate, and confirm the button enables. The validated jobId is attached to the order.
Server-side, the plugin blocks add-to-cart when a required jobId is missing, and stores the job on the order. See the WooCommerce integration reference for the hooks and the post-purchase file download.