Car Battery Pro
Day-to-Day OperationsPage templates

Page template: Buy for delivery

The delivery-only variant of the booking flow โ€” battery shipped, no installation.

Page template: Buy for delivery

๐Ÿ‘ค Ops ยท ๐Ÿ›  Dev

Buy for delivery is a delivery-only variant of the Scheduling tool: the customer picks a battery for their vehicle and the battery is shipped โ€” no fitting appointment. It lives at /pages/buy-for-delivery and uses the page.buy-for-delivery template.

Section order

  1. Standard hero โ€” Buy for delivery title, breadcrumb to Home.
  2. Installation โ€” the same section as the Scheduling tool, configured for the delivery flow.
  3. Often followed by Logos carousel, Reviews, and FAQs/CVPs โ€” the same components.

Differences from the Scheduling tool

  • Bullets emphasise delivered, OEM-matched, fast rather than technician fits at home.
  • The flow typically omits the time-slot step (there's no installation to book).
  • It's the fallback target from the Scheduling tool: that page's time-slot step offers "Choose delivery-only instead", which links here.

Editing copy

Same approach as the Scheduling tool โ€” edit the Standard hero settings for the hero, and the Bullet / Step / Validation blocks under Installation for the form copy. The same form-type rule applies: don't change a block's form type.

Developer reference

  • Template: templates/page.buy-for-delivery.json.
  • Reuses sections/installation.liquid with a different block_order.
  • Cross-link from the Scheduling tool: in templates/page.scheduling-tool.json, the time-slot step's secondary_button_url points to /pages/buy-for-delivery?referrer=delivery_preferred.

On this page