Search Options
          Available 1-8xx Numbers
          - Searching
 - 
              {{ formatAsPhoneNumber(number) }}
              
 - Error: No numbers found.
 
Search Options
          - {{ item.code }} - {{ item.state }}
 
- {{ item.rateCenter }} - {{ item.npa }} - {{ item.state }}
 
Available Virtual Private Numbers
          - Searching
 - Use the form to search for numbers.
 - 
              {{ formatAsPhoneNumber(number) }}
              
 - Error: No numbers found.
 
1-800 Toll Free numbers have an additional $10 charge per number.
    
          Search: 
        
      Available 1-800 Numbers
        - Searching
 - 
            {{ formatAsPhoneNumber(number) }}
            
 - Error: No numbers found.
 
Checkout: {{ formatAsPhoneNumber(form.first_number) }}
Step 1: Choose a plan
Step 2: Contact & Payment Information
Card Information
Step 3: Confirm Order
| Item | Price | 
|---|---|
| {{capitalize(form.plan)}} Plan with the number {{ formatAsPhoneNumber(form.first_number) }} | {{ formatAsCurrency(form.price) }} per month | 
| Tollfree One-time Charge | {{ formatAsCurrency(1000) }} | 
| Tax ( {{ taxRate * 100 }}% ): | {{ formatAsCurrency(tax) }} | 
| Total: | {{ formatAsCurrency(total) }} | 
{{card.error}}