Skip to content

Instantly share code, notes, and snippets.

@ricbra
Created November 10, 2014 19:37
Show Gist options
  • Save ricbra/9d99cb67a805568f3984 to your computer and use it in GitHub Desktop.
Save ricbra/9d99cb67a805568f3984 to your computer and use it in GitHub Desktop.
simpleCart({
cartColumns: [
{ attr: "price" , label: "Price", view: 'currency' } ,
{ view: "decrement" , label: false , text: "-" } ,
{ attr: "quantity" , label: "Qty" } ,
{ view: "increment" , label: false , text: "+" } ,
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment