You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ACTIONS (cart): Create “cartActions.js” file in action folders. Write “addToCart” and “removeFromCart” functions and set Item of "cartItems" into localStorage for both functions.
#56
Open
trimakichan opened this issue
May 4, 2023
· 1 comment
trimakichan
changed the title
ACTIONS (cart): Create “CartActions.js” file in action folders. Write “addToCart” and “removeFromCart” functions and set Item of "cartItems" into localStorage for both functions.
ACTIONS (cart): Create “cartActions.js” file in action folders. Write “addToCart” and “removeFromCart” functions and set Item of "cartItems" into localStorage for both functions.
May 4, 2023
For the addToCart’s payload, add these keys as shown below;
-event (this is for event id)
-name
-image
-fee
-openSpots
-qty
The text was updated successfully, but these errors were encountered: