{{ workflow.title || 'Place An Order'}}
Contact Detail
{{workflow.order.billTo.firstname}} {{workflow.order.billTo.lastname}}
No billing address
{{workflow.order.billTo.address}}
{{workflow.order.billTo.address_2}}
{{workflow.order.billTo.city}}, {{workflow.order.billTo.state}}
{{workflow.order.billTo.country}} {{workflow.order.billTo.postal}}
Email: | {{workflow.order.billTo.email}} |
Phone: | {{workflow.order.billTo.phone}} |
Product Details
{{product.name}} |
Select a contact
Here are the contents of your order so far.
Please, provide your contact and address information.
Below is the shipping address we will use for this order. You may choose another if necessary. Click Continue to Check Out to proceed to the next step.
Total Invoice Amount: {{currency}}{{workflow.order.totalAmount | number:2}}
Select agent
Name | Amount | Percentage |
---|---|---|
{{workflow.designer.firstname}} {{workflow.designer.lastname}} ({{workflow.designer.type}}) | {{currency}}{{workflow.designer.amount | number:2}} | |
{{contact.firstname}} {{contact.lastname}} ({{contact.type}}) | {{currency}}{{agentContacts[$index].amount | number:2}} |
Shipping Information
{{workflow.order.shipping.firstname}} {{workflow.order.shipping.lastname}}
{{workflow.order.shipping.company}}
No shipping address
{{workflow.order.shipping.street}}
{{workflow.order.shipping.street_2}}
{{workflow.order.shipping.city}}, {{workflow.order.shipping.state}}
{{workflow.order.shipping.country}} {{workflow.order.shipping.zip}}
Primary Email: | {{workflow.order.shipping.email}} |
Primary Phone: | {{workflow.order.shipping.phone}} |
Please provide the following additional information for your order. Fields with bold labels are required.
Additional Information |
Please review all details of your order. If everything looks correct, press the button below to proceed.
- {{product.qnt}} {{product.name}} {{currency}}{{(product.is_template ? (product.total_price/product.qnt) : product.unit_price) | number:3}} unit price
{{workflow.order.billTo.firstname}} {{workflow.order.billTo.lastname}}
{{workflow.order.billTo.company}}
No billing address
{{workflow.order.billTo.address}}
{{workflow.order.billTo.address_2}}
{{workflow.order.billTo.city}}, {{workflow.order.billTo.state}}
{{workflow.order.billTo.country}} {{workflow.order.billTo.postal}}
Email: {{workflow.order.billTo.email}}
Phone: {{workflow.order.billTo.phone}}
{{workflow.order.shipping.firstname}} {{workflow.order.shipping.lastname}}
{{workflow.order.shipping.company}}
No shipping address
{{workflow.order.shipping.street}}
{{workflow.order.shipping.street_2}}
{{workflow.order.shipping.city}}, {{workflow.order.shipping.state}}
{{workflow.order.shipping.country}} {{workflow.order.shipping.zip}}
Email: {{workflow.order.shipping.email}}
Phone: {{workflow.order.shipping.phone}}
Clicking the button below will finalize this order. If you are uploading a large file, please wait while the system uploads it to the server.
Please provide the following additional information for your order. Fields with bold labels are required.
Name on Card: | |
Credit Card No: | |
CVV/CVC: | |
Exp: |
MM YY |
Sub Total: {{currency}}{{workflow.order.subTotal | number:2}}
Tax({{workflow.order.taxRate}}%): {{currency}}{{workflow.order.taxAmount | number:2}}
Shipping: {{currency}}{{workflow.order.logistic.totalShippingAmount | number:2}}
Total Invoice Amount: {{currency}}{{workflow.order.totalAmount | number:2}}
Order Number:
{{workflow.submittedOrder.id}}
Items:
- {{product.qnt}} x {{product.name}} {{currency}}{{(product.is_template ? (product.total_price/product.qnt) : product.unit_price) | moneyFormat:9}} unit price + {{product.tax_exempted || isTaxExempted == 'Yes' ? 'Tax Exempted' : 'Tax('+workflow.order.taxRate+'%): ' + currency + (product.taxAmount | number:2)}}
Bill To:
{{workflow.order.billTo.firstname}} {{workflow.order.billTo.lastname}}
{{workflow.order.billTo.company}}
{{workflow.order.billTo.address_2}}
{{workflow.order.billTo.city}}, {{workflow.order.billTo.state}} {{enableCounty && workflow.order.billTo.county ? workflow.order.billTo.county : ''}}
{{workflow.order.billTo.country}} {{workflow.order.billTo.postal}}
Phone: {{workflow.order.billTo.phone}}
Ship To:
{{workflow.order.shipping.firstname}} {{workflow.order.shipping.lastname}}
{{workflow.order.shipping.company}}
{{workflow.order.shipping.street_2}}
{{workflow.order.shipping.city}}, {{workflow.order.shipping.state}}
{{workflow.order.shipping.country}} {{workflow.order.shipping.zip}}
Phone: {{workflow.order.shipping.phone}}
Additional Info:
- {{info.label}}: {{info.value}}
Status:
Active. It is currently in production.