how big will be the change in my code to store that data from the shopping cart.

Now i got a question if everything went good in the test, since in the conversation was brought the store of data in a DB, and in the beginning was not storing data. But now i want to stored, how big will be the change in my code to store that data from the shopping cart.( just come in my mind the question).
You already invited:

MarcoFalke

Upvotes from:

Really depends on how you implemented your code now and how you implement the new code to store. If you are storing to a DB then you will have to make some api calls to store the data in the db and retrieve what is stored in the data. If you were using one of the client storage options you would either make a call to the api or add it accordingly to the client side call to do that

If you wanna answer this question please Login or Register