Changed on:
18 Oct 2023
The Print Button combines the page query with an HTML setting to generate a document that can be printed.
On click, a modal preview is presented with a print button that triggers the browser's print action. From there the document may be printed directly or saved out to PDF using a print-to-pdf tool.
This can be used to produce things like pick lists, packing slips, and order invoices.
Note that this feature is a legacy design. The new print component can be found here: New Print Component.
Plugin Name | Core |
---|
The standard library of mystique components.
Initial changelog entry.
fc.button.print.inline fc.button.print.inline.compatibility
Name | Type | Required | Default | Description |
label |
| yes | Label text to be presented on the button. Accepts an i18n key. | |
setting |
| yes | Name of a setting containing an HTML document template. |
1{
2 "component": "fc.button.print.inline.compatibility",
3 "props": {
4 "label": "i18n:fc.sf.ui.waves.detail.action.pickList.download.label",
5 "setting": "example.wave.pick.print"
6 }
7}
Language: json
N/A
None
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.