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
How can I access the id and quantity of each product? Since when accessing cart in the array, next is the id and I don't access to the id, I haven´t that information
After saving the order data in the database, in my controller i do the following:
and i get 4 products:
And the detail of each one:
How can I access the
id
andquantity
of each product? Since when accessingcart
in the array, next is theid
and I don't access to theid
, I haven´t that informationI use a forech
The text was updated successfully, but these errors were encountered: