salejs icon indicating copy to clipboard operation
salejs copied to clipboard

Cart Widget turning any Site into Shop

Results 3 salejs issues
Sort by recently updated
recently updated
newest added

Is there a way to get a https access to cart? also how to change email sending adress .. ppl have issues changing it

alexeypetrushin/salejs/blob/master/client/cart.js:458 Have: var i = find(this.items, function(i){return i.name = name}) Should be: var i = find(this.items, function(i){return i.name == name})

Added initial translation to Croatian language. This time around translations in both client/languages and server/languages are added.