Docs - Demo Data
We use demo data in JSON files in this app to simulate API calls and input from your CMS. All of them are located in the src/data
folder.
A few of them are used to set default values in the Shopping Cart or Wishlist. On production, you need to modify the code slightly to remove the demo data.
Please follow comments in components below:
/src/components/Header.js
/src/components/CartItems.js
/src/components/WishlistItems.js
/src/components/Filters.js
/src/pages/checkout-confirmed.js