TEST MODE
Show details for Multipart Product Example | Basic (Requiring Approval)

Multipart Product Example | Basic (Requiring Approval)

Product Description:

This configuration represents the most basic setup for a multipart printing solution. It features a single upload area that allows customers to submit one PDF file for printing. Designed for simplicity and ease of use, this product is ideal for standard print jobs without any added complexity.

The system operates with a minimal dummy pages preview mode to keep the interface straightforward. With the editor mode set to "required," it ensures that all necessary steps are completed for a successful order. This makes the process efficient and user-friendly.

Key Features:

  • Single file upload for PDF printing.

  • Minimalistic preview setup using dummy pages.

  • Required editor mode for a guided ordering process.

  • Streamlined workflow for standard printing needs.

£0.00
<?xml version="1.0" encoding="utf-8" ?>
<Configuration previewModeType="minimumdummypages" editorMode="required" confirmPreview="False">
   <Parts>
       <PartConfiguration type="userupload" name="upload" requiredCheckProfile="" optionalFixProfile=""  />
   </Parts>
   <InputItems>
       <InputItem type="part">
           <ItemInfo>
                   <InternalName>upload</InternalName>
                   <UIName>Upload a PDF</UIName>
                   <UIDescription>Upload PDF files for printing</UIDescription>
           </ItemInfo>
           <ItemContent>
                   <PartName>upload</PartName>
                   <Usage type="range" min="1" max="1" />
           </ItemContent>
       </InputItem>
   </InputItems>
   <Order>
      <OrderItem>upload</OrderItem>
   </Order>
</Configuration>