https://github.com/Shopify/example-checkout--custom-field--js
https://github.com/Shopify/example-checkout--custom-field--js
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Shopify/example-checkout--custom-field--js
- Owner: Shopify
- License: mit
- Created: 2023-06-20T20:40:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T14:30:50.000Z (over 1 year ago)
- Last Synced: 2025-05-04T05:17:40.459Z (6 months ago)
- Language: JavaScript
- Size: 59.1 MB
- Stars: 8
- Watchers: 105
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - Shopify/example-checkout--custom-field--js - (JavaScript)
README
# Shopify app example: custom field checkout extension
This repo contains an example app that uses [checkout UI extensions](https://shopify.dev/docs/api/checkout-ui-extensions) to build custom checkout field using Remix and Vanilla JavaScript.
For more information, and for a walkthrough of this code, review our tutorial: review our tutorial: [Build a custom checkout field](https://shopify.dev/docs/apps/checkout/custom/fields/build?languagePreferences=remix%2Cjavascript)
This example app is also available with a [React extension](https://github.com/Shopify/example-checkout--custom-field--react).
## Running this app
To run this app locally, clone the repository, and then follow our [Work on an existing app](https://shopify.dev/docs/apps/tools/cli/existing) tutorial to install the project dependencies and preview the app.
## Contributing
This repository is for example purposes only. It doesn't accept issues or contributions.