Use this diagnostic tree when analyzing checkout funnel performance and the delivery step shows elevated abandonment. The delivery step is where customers choose their shipping method — drop-off here directly indicates shipping-related friction.
Compare delivery_step_cvr against the benchmark of 65%.
| CVR range | Interpretation | Action |
|---|---|---|
| cvr < benchmark (65%) AND shipping issues detected | Correlate specific issues to conversion drop | Proceed to full diagnostic |
| cvr ≥ benchmark (65%) | Do NOT cite CVR gap as justification | Focus on best practices, not recovery |
| cvr ≥ 90% | Excellent — note strong performance | Focus on maintaining, not fixing |
Important: If the CVR is at or above benchmark, do not frame recommendations as fixing a conversion problem. Only cite CVR gap when the data supports it.
Use this formula to quantify the business impact of the delivery step drop-off:
Example: If benchmark is 65%, current CVR is 55%, with 2,000 checkouts/month and $80 AOV:
(65 - 55) / 100 × 2000 × 80 = $16,000/month in potential lost revenue.If visitors > 30,000 (approximately 1,000+ per day) AND a HIGH-severity shipping issue is detected, include a daily revenue impact estimate to emphasize urgency:
"At your traffic volume, this shipping issue may be costing approximately ${daily_impact} per day."
Based on the gap between current CVR and benchmark:
| Gap | Priority | Urgency |
|---|---|---|
| Gap > 10 percentage points | HIGH | Address immediately — significant revenue loss |
| Gap 5-10 percentage points | MEDIUM | Address soon — meaningful improvement opportunity |
| Gap < 5 percentage points | LOW | Optimize when convenient — incremental gains |
Check for these known shipping issues that correlate with delivery step drop-off:
No free shipping option: Stores without any free shipping option see higher delivery-step abandonment. Customers expect at least a conditional free shipping tier.
Missing delivery estimates: Shipping options without estimated delivery times create uncertainty. Customers abandon when they don't know when their order will arrive.
Per-item pricing (multiplyByQuantity): Customers adding multiple items see shipping costs spike unexpectedly at checkout.
Coverage gaps: Customer's delivery address falls outside configured shipping regions. The checkout shows no available shipping methods.
Inactive backup rates: When the primary carrier can't fulfill and no backup rate is configured, the customer sees no shipping options.
Options on inactive regions: Shipping options configured for regions that are set to active: false are not available at checkout.
Follow this sequence to systematically identify the root cause:
multiplyByQuantity enabled on any rate?| Step | Check | What to look for |
|---|---|---|
| 1 | CVR vs benchmark | Is there actually a gap to address? |
| 2 | Revenue impact | Quantify the business cost |
| 3 | Priority | HIGH (>10pt gap), MEDIUM (5-10pt), LOW (<5pt) |
| 4 | Common causes | Free shipping, estimates, per-item, coverage, backups |
| 5 | Diagnostic sequence | Config → coverage → free shipping → rates → backups → correlate |