Custom logo/print adds +${{ config.logo_print_fee.toFixed(2) }}/pair
Based on your selections
Unit Price
${{ calculated.unitPrice.toFixed(4) }} /pair
Total Amount
${{ calculated.total.toFixed(2) }}
{{ form.quantity.toLocaleString() }} pairs
This is an estimate. Final price depends on design complexity and packaging.
Enter at least 100 pairs
--
| Quantity (pairs) | Base Unit Price | You Save |
|---|---|---|
| {{ tier.qty.toLocaleString() }}+ pairs | ${{ tier.price.toFixed(4) }}/pair | {{ i === 0 ? 'Base price' : Math.round((1 - tier.price / sortedBreaks[0].price) * 100) + '% off' }} |