Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistake #4

Open
strobox opened this issue Aug 7, 2015 · 2 comments
Open

Mistake #4

strobox opened this issue Aug 7, 2015 · 2 comments

Comments

@strobox
Copy link

strobox commented Aug 7, 2015

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})

@maxx52
Copy link

maxx52 commented Apr 23, 2017

Все делаю по документации, товары вроде в корзину добавляются, но сама корзина не открывается
сайт http://jimmycho.ru/

@DashaSakalouskaya
Copy link

Алексей, скачала вашу корзину. спасибо большое! Но при добавлении в корзину товара и удалении из нее, идет неправильный подсчет суммы. Могли бы вы подсказать где исправить?)
сайт http://sabroso.by/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants