Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Update does not work during adding of the same item if quantity is different #2

Closed
N-M opened this issue Aug 13, 2015 · 2 comments
Closed

Comments

@N-M
Copy link

N-M commented Aug 13, 2015

Update does not work properly during adding of the same item if quantity is different

Cart::add(37, 'Item name', 5, 100.00, ['color' => 'red', 'size' => 'M']);
Cart::add(37, 'Item name', 1, 100.00, ['color' => 'red', 'size' => 'M']);
Cart::add(37, 'Item name', 5, 100.00, ['color' => 'red', 'size' => 'M']);

image

@N-M N-M changed the title Update does not work during adding of item if quantity is different Update does not work during adding of the same item if quantity is different Aug 13, 2015
@overtrue
Copy link
Owner

@N-M Thank you, I will check it.

@overtrue
Copy link
Owner

@N-M Hi, I have fixed it. please update to version: 1.0.1, Thanks.

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

No branches or pull requests

2 participants