Car Battery Pro
Day-to-Day OperationsPage templates

Page templates

The custom page templates that give certain Car Battery Pro pages a fixed structure.

Page templates

๐Ÿ‘ค Ops ยท ๐Ÿ›  Dev

Some pages use custom page templates โ€” predefined arrangements of sections and blocks that the storefront (and its JavaScript) depend on. You can edit the copy and images in these pages freely, but the structure should be left intact.

A page is assigned a template via its Theme template dropdown in the Shopify admin (Pages โ†’ a page โ†’ Theme template), which maps to a templates/page.<name>.json file in the theme.

TemplatePageWhat it does
page.scheduling-toolScheduling toolThe multi-step book a battery fitting flow.
page.buy-for-deliveryBuy for deliveryDelivery-only variant โ€” battery shipped, no fitting.
page.faqsFAQsLists FAQ metaobjects.
page.about-usAbout / ContactStandard marketing page.
page.contact-us (+ thank-you)About / ContactContact form + thank-you page.

The templates/page.*.json files are generated by the theme editor โ€” edit these pages through the Shopify admin, not by hand. The structural blocks (especially in the Installation flow) are wired to the JavaScript and API; changing the block types or form types breaks the flow.

On this page