Skip to main content
OpenCart and PrestaShop follow the same pattern as WooCommerce. All platforms share identical front-end output: a mount point, a hidden field for the job id, and Filecheck.mount.
Filecheck.mount handles mounting into #fc-inline, cart-button gating, dialog creation, and the proof gallery. The only platform-specific code is the status to hidden fc_job_id write for server-side verification.

Per-platform differences

  • Module admin: store publishable key, secret key, agentId, default workflowId, presentation, and per-product workflowId / connectorId overrides.
  • Add-to-cart / checkout: validate that jobId was submitted; persist it as an order attribute.
  • Post-purchase: use the secret key server-side to fetch output and attach it to the order.