node-react-ecommerce icon indicating copy to clipboard operation
node-react-ecommerce copied to clipboard

the amount not change in page cartScreen hour 3:01:59

Open shneor770 opened this issue 4 years ago • 8 comments

image <select value={item.qty} onChange={(e) => dispatch(addToCart(item.product, e.target.value))}> {[...Array(item.countInStock).keys()].map(x => <option key={x + 1} value={x + 1}>{x + 1})}

shneor770 avatar Jun 03 '20 04:06 shneor770

push your code on github and put its link here. I run it locally to fix the issue.

basir avatar Jun 03 '20 07:06 basir

thank you basir!!

I couldn't upload it to github because of the size.
I brought it up hereף

https://bitbucket.org/shneorbachar3131/amazona1/src/master/

shneor770 avatar Jun 03 '20 09:06 shneor770

It is only 5 mb. Put it on github and send me the link.

basir avatar Jun 03 '20 10:06 basir

https://github.com/shneor770/amzona

it okay??

shneor770 avatar Jun 03 '20 10:06 shneor770

Check your code line by line with this: https://github.com/basir/node-react-ecommerce/pull/11/files You will find the difference. hint: it is cartReducer.js good luck

On Wed, Jun 3, 2020 at 3:21 PM shneor770 [email protected] wrote:

https://github.com/shneor770/amzona

it okay??

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/basir/node-react-ecommerce/issues/31#issuecomment-638118045, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ6R4IKWGZSL4XY3YCDRUYTMFANCNFSM4NRJY7HA .

basir avatar Jun 03 '20 10:06 basir

Fixed 👯

Check your code line by line with this: https://github.com/basir/node-react-ecommerce/pull/11/files You will find the difference. hint: it is cartReducer.js good luck On Wed, Jun 3, 2020 at 3:21 PM shneor770 @.***> wrote: https://github.com/shneor770/amzona it okay?? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#31 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ6R4IKWGZSL4XY3YCDRUYTMFANCNFSM4NRJY7HA .

FIXED 👯

AMak77 avatar Jun 03 '20 11:06 AMak77

sounds good

On Wed, Jun 3, 2020 at 4:27 PM André Makrilou [email protected] wrote:

Fixed 👯

Check your code line by line with this: https://github.com/basir/node-react-ecommerce/pull/11/files You will find the difference. hint: it is cartReducer.js good luck … <#m_-7087029110440973137_> On Wed, Jun 3, 2020 at 3:21 PM shneor770 @.***> wrote: https://github.com/shneor770/amzona it okay?? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#31 (comment) https://github.com/basir/node-react-ecommerce/issues/31#issuecomment-638118045>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ6R4IKWGZSL4XY3YCDRUYTMFANCNFSM4NRJY7HA .

FIXED 👯

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/basir/node-react-ecommerce/issues/31#issuecomment-638149369, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQ7KG7IQAAC42YKLVSLRUY3BFANCNFSM4NRJY7HA .

basir avatar Jun 03 '20 12:06 basir

Thank you very much basir !!! You are a champion

shneor770 avatar Jun 03 '20 12:06 shneor770