Skip to content

Commit

Permalink
Bump to 0.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiyashiro committed Sep 16, 2014
1 parent bb61ad8 commit cae78a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Celery Checkout Example

- Stripe only
- No state-level shipping rate overrides
- No taxes on checkout
- No "Message to buyer"
- No collections support
- No product options or variants support
Expand Down Expand Up @@ -47,6 +46,8 @@ Celery Checkout Example

Currently, you must manually customize the templates to set the countries, quantity options, and copy (header, footer, etc). In the future, this will be more easily configured.

The templates are written in using Mustache ([Hogan](http://twitter.github.io/hogan.js/)).

### Get up and running

1. Clone this repo
Expand All @@ -57,10 +58,14 @@ Currently, you must manually customize the templates to set the countries, quant
1. Replace `data-celery` value in `src/index.html` with your product id/slug
1. Open `http://localhost:8000/src` in a browser

### Edit features

Edit `src/js/config.js` and flip any feature flags before building.

### Edit text and styling

1. To edit text and content, edit the files located in `src/templates`
2. To customize styling, edit the files located in `src/less`
1. To edit text and content, edit the files located in `src/templates`
2. To customize styling, edit the files located in `src/less`
* **Note:** After editing and saving the `.less` files, the CSS will automatically update in the browser without refreshing. You will be able to see the styling changes almost instantly.

### Put it on your website
Expand Down Expand Up @@ -91,5 +96,4 @@ This is just an example, you can shape it into whatever you want or just use it
### Checkout features (tentative)

* Variant support
* Tax/Zip Code support
* "Message to Buyer" support
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celery-diy-checkout",
"version": "0.0.1",
"version": "0.0.2-beta",
"homepage": "https://github.com/airbrite/diy-checkout",
"license": "MIT",
"ignore": [
Expand All @@ -11,7 +11,6 @@
"tests"
],
"dependencies": {
"microtemplates": "~0.1.0",
"almond": "~0.2.9",
"jquery.payment": "1.1.2",
"accounting.js": "0.3.2",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diy-checkout",
"version": "0.0.1",
"version": "0.0.2-beta",
"description": "Example self-hosted Celery checkout",
"main": "Gruntfile.js",
"dependencies": {},
Expand All @@ -10,7 +10,6 @@
"grunt-autoprefixer": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
Expand Down

0 comments on commit cae78a1

Please sign in to comment.