Skip to content

bc-peng/checkout-sdk-js-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkout JS SDK Example

This repository features a React example that uses Bigcommerce's Checkout JS SDK to illustrate how to build custom checkout solution for a BigCommerce store.

Please note that this checkout is a good starting and reference point, but is not production ready. Since this is an example, do not deploy the script to a production store. You should instead create your own instance and work from there.

Getting Started

Development

To run this example locally, simply run the following:

npm install && npm run dev

This will generate a checkout loader file in dist/main.js

In another console, run:

npm run dev:server

This will serve the dist directory locally.

Once those steps have been successful:

  1. Go to Control Panel > Advanced Settings > Checkout.
  2. Choose "Custom Checkout" option
  3. Find the "Custom Checkout Settings" options and in the "Script URL" field enter: http://127.0.0.1:8080/main.js
  4. Go to your store and checkout. The checkout example should load.

See Also

License

This repository is MIT Licensed.

About

BigCommerce Checkout JavaScript SDK Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • SCSS 10.2%