Reprice services: à la carte ~$2,000 vs FCC Carrier Reg bundle $1,299
Individual services repriced so buying separately costs ~$2K, making the $1,299 FCC Carrier Registration a clear 35% savings: - CORES/FRN: $99 → $149 - Form 499 Initial: $299 → $349 - D.C. Registered Agent: $99 → $149/yr - RMD: $219 → $249 (+ $100 FCC fee) - CPNI: $149 → $199 - CALEA SSI: $299 → $799 (includes consulting work) - BDC Broadband: $199 → $249 - BDC Voice: $149 → $199 - BDC Both: $299 → $349 Retired New Carrier Bundle ($1,799) — redirected to FCC Carrier Registration ($1,299) which includes more services and the wizard. Updated prices in: API catalog, batch order page, compliance checker CTA. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
16b5c2da0b
commit
7d783bdb39
4 changed files with 29 additions and 29 deletions
|
|
@ -52,13 +52,13 @@ const COMPLIANCE_SERVICES: Record<
|
|||
},
|
||||
"cpni-certification": {
|
||||
name: "CPNI Annual Certification",
|
||||
price_cents: 14900,
|
||||
price_cents: 19900,
|
||||
erpnext_item: "CPNI-CERT",
|
||||
discountable: true,
|
||||
},
|
||||
"rmd-filing": {
|
||||
name: "RMD Registration / Recertification",
|
||||
price_cents: 21900,
|
||||
price_cents: 24900,
|
||||
gov_fee_cents: 10000,
|
||||
gov_fee_label: "FCC RMD filing fee",
|
||||
erpnext_item: "RMD-FILING",
|
||||
|
|
@ -72,7 +72,7 @@ const COMPLIANCE_SERVICES: Record<
|
|||
},
|
||||
"dc-agent": {
|
||||
name: "D.C. Registered Agent (Annual)",
|
||||
price_cents: 9900,
|
||||
price_cents: 14900,
|
||||
erpnext_item: "DC-AGENT",
|
||||
discountable: false,
|
||||
},
|
||||
|
|
@ -81,40 +81,40 @@ const COMPLIANCE_SERVICES: Record<
|
|||
// carriers pay for just what they need; bdc-filing remains as a bundle.
|
||||
"bdc-broadband": {
|
||||
name: "BDC Broadband Deployment Filing",
|
||||
price_cents: 19900,
|
||||
price_cents: 24900,
|
||||
erpnext_item: "BDC-BROADBAND",
|
||||
discountable: true,
|
||||
},
|
||||
"bdc-voice": {
|
||||
name: "BDC Voice Subscription Filing (formerly Form 477 Voice)",
|
||||
price_cents: 14900,
|
||||
price_cents: 19900,
|
||||
erpnext_item: "BDC-VOICE",
|
||||
discountable: true,
|
||||
},
|
||||
"bdc-filing": {
|
||||
name: "BDC Filing (Broadband + Voice)",
|
||||
price_cents: 29900,
|
||||
price_cents: 34900,
|
||||
erpnext_item: "BDC-FILING",
|
||||
discountable: true,
|
||||
},
|
||||
// New-carrier entry point — register in CORES + obtain FRN
|
||||
"cores-frn-registration": {
|
||||
name: "CORES / FRN Registration",
|
||||
price_cents: 9900,
|
||||
price_cents: 14900,
|
||||
erpnext_item: "CORES-FRN",
|
||||
discountable: true,
|
||||
},
|
||||
// 499-A New Filer Registration (distinct from the annual revenue filing)
|
||||
"fcc-499-initial": {
|
||||
name: "Form 499 Initial Registration",
|
||||
price_cents: 29900,
|
||||
price_cents: 34900,
|
||||
erpnext_item: "FCC-499-INITIAL",
|
||||
discountable: true,
|
||||
},
|
||||
// CALEA System Security & Integrity plan (47 USC 229)
|
||||
"calea-ssi": {
|
||||
name: "CALEA SSI Plan",
|
||||
price_cents: 29900,
|
||||
price_cents: 79900,
|
||||
erpnext_item: "CALEA-SSI",
|
||||
discountable: true,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -160,21 +160,21 @@ var CHECK_TO_SLUG = {
|
|||
foreign:"foreign-qualification-multi"
|
||||
};
|
||||
var SLUG_META = {
|
||||
"cpni-certification": {label:"CPNI Annual Certification", price:14900, desc:"47 CFR § 64.2009 annual CPNI cert filed to FCC ECFS", order:"/order/cpni-certification"},
|
||||
"cpni-certification": {label:"CPNI Annual Certification", price:19900, desc:"47 CFR § 64.2009 annual CPNI cert filed to FCC ECFS", order:"/order/cpni-certification"},
|
||||
"fcc-499a": {label:"FCC Form 499-A Filing", price:49900, desc:"Annual USF contribution filing at USAC E-File", order:"/order/fcc-499a"},
|
||||
"fcc-499a-zero": {label:"FCC Form 499-A (Zero Revenue)", price:17900, desc:"For carriers with no telecom revenue", order:"/order/fcc-499a"},
|
||||
"fcc-499a-discontinuance":{label:"Form 499-A Discontinuance", price:29900, desc:"Close out USAC filer registration", order:"/order/fcc-499a"},
|
||||
"fcc-499a-499q": {label:"FCC 499-A + 499-Q Bundle", price:59900, desc:"Annual + quarterly USF projections", order:"/order/fcc-499a-499q"},
|
||||
"rmd-filing": {label:"RMD Registration / Recertification", price:21900, gov_fee:10000, gov_fee_label:"FCC RMD filing fee", desc:"Robocall Mitigation Database filing + $100 FCC filing fee", order:"/order/rmd-filing"},
|
||||
"rmd-filing": {label:"RMD Registration / Recertification", price:24900, gov_fee:10000, gov_fee_label:"FCC RMD filing fee", desc:"Robocall Mitigation Database filing + $100 FCC filing fee", order:"/order/rmd-filing"},
|
||||
"stir-shaken": {label:"STIR/SHAKEN Implementation", price:49900, desc:"STIR/SHAKEN certificate + attestation setup", order:"/order/stir-shaken"},
|
||||
"bdc-filing": {label:"BDC Filing (Broadband + Voice)", price:29900, desc:"Broadband + Voice subscription data collection", order:"/order/bdc-filing"},
|
||||
"bdc-broadband": {label:"BDC Broadband Deployment Filing", price:19900, desc:"Broadband deployment data collection (semi-annual)", order:"/order/bdc-broadband"},
|
||||
"bdc-voice": {label:"BDC Voice Subscription Filing", price:14900, desc:"Voice subscription data collection, formerly Form 477 Voice", order:"/order/bdc-voice"},
|
||||
"dc-agent": {label:"D.C. Registered Agent (Annual)", price:9900, desc:"Statutory agent for FCC correspondence", order:"/order/dc-agent"},
|
||||
"calea-ssi": {label:"CALEA SSI Plan", price:29900, desc:"System Security & Integrity plan — required for voice, VoIP, and broadband providers (wholesale and retail)", order:"/order/calea-ssi", note:"We generate the SSI plan document and help identify a Trusted Third Party (TTP) vendor (Subsentio, Yaana, or CBI) for lawful intercept capability. CALEA applies to all telecom carriers and facilities-based broadband ISPs — wholesale and retail. You will need an active TTP contract (~$500\u2013$2,000/yr) for actual intercept. Wholesale-only carriers may qualify for a simplified cooperation agreement. <br><br><strong>Voice-only providers:</strong> Consider operating under a <a href='/order/canada-crtc' class='text-blue-600 underline font-medium'>Canadian CRTC carrier license</a> instead — Canada has significantly less compliance red tape for VoIP carriers, with no CALEA equivalent, no USF contributions, and no annual RMD/CPNI certifications."},
|
||||
"bdc-filing": {label:"BDC Filing (Broadband + Voice)", price:34900, desc:"Broadband + Voice subscription data collection", order:"/order/bdc-filing"},
|
||||
"bdc-broadband": {label:"BDC Broadband Deployment Filing", price:24900, desc:"Broadband deployment data collection (semi-annual)", order:"/order/bdc-broadband"},
|
||||
"bdc-voice": {label:"BDC Voice Subscription Filing", price:19900, desc:"Voice subscription data collection, formerly Form 477 Voice", order:"/order/bdc-voice"},
|
||||
"dc-agent": {label:"D.C. Registered Agent (Annual)", price:14900, nodiscount:true, desc:"Statutory agent for FCC correspondence", order:"/order/dc-agent"},
|
||||
"calea-ssi": {label:"CALEA SSI Plan", price:79900, desc:"System Security & Integrity plan — required for voice, VoIP, and broadband providers (wholesale and retail)", order:"/order/calea-ssi", note:"We generate the SSI plan document and help identify a Trusted Third Party (TTP) vendor (Subsentio, Yaana, or CBI) for lawful intercept capability. CALEA applies to all telecom carriers and facilities-based broadband ISPs — wholesale and retail. You will need an active TTP contract (~$500\u2013$2,000/yr) for actual intercept. Wholesale-only carriers may qualify for a simplified cooperation agreement. <br><br><strong>Voice-only providers:</strong> Consider operating under a <a href='/order/canada-crtc' class='text-blue-600 underline font-medium'>Canadian CRTC carrier license</a> instead — Canada has significantly less compliance red tape for VoIP carriers, with no CALEA equivalent, no USF contributions, and no annual RMD/CPNI certifications."},
|
||||
"ocn-registration": {label:"NECA OCN Registration", price:265000, nodiscount:true, desc:"OCN + sponsoring CLEC agreement — includes $550 NECA fee. One-time, no annual fees.", order:"/order/neca-ocn", note:"Includes OCN registration ($650: $550 NECA fee + $100 service) and sponsoring CLEC agreement ($2,000) required for NECA to process the application. <br><br>Already have your own tandem services agreement? <a href='/contact?subject=OCN+with+existing+tandem' class='text-blue-600 underline'>Open a ticket</a> for a reduced price of $650."},
|
||||
"cores-frn-registration": {label:"CORES / FRN Registration", price:9900, desc:"FCC Registration Number enrollment", order:"/order/cores-frn-registration"},
|
||||
"fcc-499-initial": {label:"Form 499 Initial Registration", price:29900, desc:"New filer USAC registration", order:"/order/fcc-499-initial"},
|
||||
"cores-frn-registration": {label:"CORES / FRN Registration", price:14900, desc:"FCC Registration Number enrollment", order:"/order/cores-frn-registration"},
|
||||
"fcc-499-initial": {label:"Form 499 Initial Registration", price:34900, desc:"New filer USAC registration", order:"/order/fcc-499-initial"},
|
||||
"fcc-full-compliance": {label:"FCC Full Compliance Bundle", price:149900,desc:"Everything in one engagement", order:"/order/fcc-full-compliance"}
|
||||
};
|
||||
function usd(c){return "$"+(c/100).toLocaleString("en-US",{minimumFractionDigits:0,maximumFractionDigits:0})}
|
||||
|
|
|
|||
|
|
@ -23,11 +23,11 @@ Checking FCC databases...
|
|||
<h3 class="text-lg font-bold text-gray-900 mb-2 text-center">Starting a new telecom carrier?</h3>
|
||||
<p class="text-sm text-gray-500 text-center mb-5">We handle every step — from incorporation and FCC registration to full regulatory compliance.</p>
|
||||
<div class="grid sm:grid-cols-2 gap-4">
|
||||
<a href="/order/new-carrier-bundle" class="block bg-white border border-gray-200 rounded-xl p-5 text-center hover:border-blue-400 hover:shadow-md transition-all group">
|
||||
<a href="/order/fcc-carrier-registration" class="block bg-white border border-gray-200 rounded-xl p-5 text-center hover:border-blue-400 hover:shadow-md transition-all group">
|
||||
<img src="/images/flags/usa.png" alt="USA" class="w-12 h-auto mx-auto mb-3 rounded shadow-sm" />
|
||||
<h4 class="text-sm font-bold text-gray-900 mb-1 group-hover:text-blue-700">US FCC Carrier</h4>
|
||||
<p class="text-xs text-gray-500 mb-3">CORES/FRN, Form 499, RMD, CPNI, CALEA, D.C. Agent — all included.</p>
|
||||
<span class="inline-block px-4 py-2 bg-pw-700 text-white font-semibold rounded-lg text-sm group-hover:bg-pw-800 transition-colors">New Carrier Bundle — $1,799</span>
|
||||
<span class="inline-block px-4 py-2 bg-pw-700 text-white font-semibold rounded-lg text-sm group-hover:bg-pw-800 transition-colors">FCC Carrier Registration — $1,299</span>
|
||||
</a>
|
||||
<a href="/order/canada-crtc" class="block bg-white border border-gray-200 rounded-xl p-5 text-center hover:border-red-400 hover:shadow-md transition-all group">
|
||||
<img src="/images/flags/canada.png" alt="Canada" class="w-12 h-auto mx-auto mb-3 rounded shadow-sm" />
|
||||
|
|
@ -351,11 +351,11 @@ Send reset link
|
|||
'<p class="text-xs text-gray-500 mt-1">BC incorporation + full CRTC telecom registration + .ca domain</p>' +
|
||||
'<span class="inline-block mt-2 px-3 py-1.5 bg-red-600 text-white font-semibold rounded-lg text-xs group-hover:bg-red-700">Start — $3,899</span>' +
|
||||
'</a>' +
|
||||
'<a href="/order/new-carrier-bundle" class="block bg-white border-2 border-blue-200 rounded-xl p-4 text-center hover:border-blue-400 hover:shadow-md transition-all group">' +
|
||||
'<a href="/order/fcc-carrier-registration" class="block bg-white border-2 border-blue-200 rounded-xl p-4 text-center hover:border-blue-400 hover:shadow-md transition-all group">' +
|
||||
'<img src="/images/flags/usa.png" alt="USA" class="w-10 h-auto mx-auto mb-2 rounded shadow-sm" />' +
|
||||
'<p class="text-sm font-bold text-gray-900 group-hover:text-blue-700">US FCC Carrier</p>' +
|
||||
'<p class="text-xs text-gray-500 mt-1">State formation + CORES/FRN + RMD + 499-A + CPNI + CALEA</p>' +
|
||||
'<span class="inline-block mt-2 px-3 py-1.5 bg-pw-700 text-white font-semibold rounded-lg text-xs group-hover:bg-pw-800">Start — $1,799</span>' +
|
||||
'<span class="inline-block mt-2 px-3 py-1.5 bg-pw-700 text-white font-semibold rounded-lg text-xs group-hover:bg-pw-800">Start — $1,299</span>' +
|
||||
'</a>';
|
||||
flexDiv.appendChild(cta);
|
||||
|
||||
|
|
|
|||
|
|
@ -779,7 +779,7 @@ import Base from "../../layouts/Base.astro";
|
|||
|
||||
switch (check.id) {
|
||||
case "rmd_filing":
|
||||
services.push({ id: "rmd_filing", name: "RMD Registration", desc: "", price: 219 });
|
||||
services.push({ id: "rmd_filing", name: "RMD Registration", desc: "", price: 249 });
|
||||
break;
|
||||
case "stir_shaken":
|
||||
services.push({ id: "stir_shaken", name: "STIR/SHAKEN Implementation", desc: "", price: 499 });
|
||||
|
|
@ -797,14 +797,14 @@ import Base from "../../layouts/Base.astro";
|
|||
services.push({ id: "form_499a_zero", name: "Form 499-A (Zero Revenue)", desc: "no telecom revenue", price: 179, altOf: "form_499a" });
|
||||
}
|
||||
if (s === "red") {
|
||||
services.push({ id: "dc_agent", name: "D.C. Registered Agent", desc: "", price: 99, priceLabel: "$99/yr" });
|
||||
services.push({ id: "dc_agent", name: "D.C. Registered Agent", desc: "", price: 149, priceLabel: "$149/yr" });
|
||||
}
|
||||
break;
|
||||
case "form_499q":
|
||||
services.push({ id: "form_499q", name: "Form 499-Q Filing", desc: "included with 499-A", price: 0 });
|
||||
break;
|
||||
case "cpni_certification":
|
||||
services.push({ id: "cpni_certification", name: "CPNI Certification", desc: "", price: 149 });
|
||||
services.push({ id: "cpni_certification", name: "CPNI Certification", desc: "", price: 199 });
|
||||
break;
|
||||
case "cores_registration":
|
||||
if (s === "red") {
|
||||
|
|
@ -813,13 +813,13 @@ import Base from "../../layouts/Base.astro";
|
|||
break;
|
||||
case "bdc_filing":
|
||||
if (check._bdcVariant === "both") {
|
||||
services.push({ id: "bdc_filing", name: "BDC Broadband + Voice Filing", desc: "both filings", price: 299 });
|
||||
services.push({ id: "bdc_filing", name: "BDC Broadband + Voice Filing", desc: "both filings", price: 349 });
|
||||
} else if (check._bdcVariant === "broadband") {
|
||||
services.push({ id: "bdc_broadband", name: "BDC Broadband Filing", desc: "", price: 199 });
|
||||
services.push({ id: "bdc_broadband", name: "BDC Broadband Filing", desc: "", price: 249 });
|
||||
} else if (check._bdcVariant === "voice") {
|
||||
services.push({ id: "bdc_voice", name: "BDC Voice Filing", desc: "formerly Form 477", price: 149 });
|
||||
services.push({ id: "bdc_voice", name: "BDC Voice Filing", desc: "formerly Form 477", price: 199 });
|
||||
} else if (s !== "green") {
|
||||
services.push({ id: "bdc_filing", name: "BDC Filing", desc: "", price: 299 });
|
||||
services.push({ id: "bdc_filing", name: "BDC Filing", desc: "", price: 349 });
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue