Outdoor PVC Banner
510 gsm PVC, weatherproof, printed edge to edge. Enter the finished size you need; the price and the artwork check both follow it.
£0.00 inc. VAT
Try it: upload any PDF, then change the width. The check re-runs
against the new size without re-uploading anything.
Add ?fcdebug=1 to the URL to see exactly what Filecheck
reads off this page.
What the shop actually added
A connector describes where the size lives on this page. Read entries pull the customer's choices in; write entries push the file's measured size back out so the price updates.
connector: {
entries: [
{ type: 'read', field: 'width', customSelector: '#banner-width',
convertFrom: { fromSelector: '#banner-unit' } },
{ type: 'read', field: 'height', customSelector: '#banner-height',
convertFrom: { fromSelector: '#banner-unit' } },
{ type: 'read', field: 'finishing',
customSelector: 'input[name=finishing]:checked',
map: { hem_eyelets: { bleed: { required_mm: 25 } },
trimmed: { bleed: { required_mm: 3 } } } },
{ type: 'write', source: 'width', control: 'width',
customSelector: '#banner-width', convertTo: 'cm', decimals: 1 },
],
}
A merchant builds this in the Filecheck admin, the selectors are filled in automatically for common shop themes.