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.
| Template | Page | What it does |
|---|---|---|
page.scheduling-tool | Scheduling tool | The multi-step book a battery fitting flow. |
page.buy-for-delivery | Buy for delivery | Delivery-only variant โ battery shipped, no fitting. |
page.faqs | FAQs | Lists FAQ metaobjects. |
page.about-us | About / Contact | Standard marketing page. |
page.contact-us (+ thank-you) | About / Contact | Contact 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.