Skip to content

Commit

Permalink
collection part updated cart part updated
Browse files Browse the repository at this point in the history
  • Loading branch information
remixalpha committed Oct 1, 2023
1 parent c2353d9 commit 4a2509d
Show file tree
Hide file tree
Showing 9 changed files with 216 additions and 102 deletions.
Binary file added frontend/src/assets/images/bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions frontend/src/data/Cart-products/cartProducts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const cartProductsData = {
id: 1,
name: "Cargo Pants",
des: "Men Flap Pocket Drawstring ",
href: "#",
color: "Salmon",
price: "Rs 410",
originalPrice: "500", // Add originalPrice field
discountedPrice: "410", // Add discountedPrice field
quantity: 1,
imageSrc: Pants2,
imageAlt: "Product",
Expand All @@ -19,9 +19,9 @@ const cartProductsData = {
id: 2,
name: "Summer Shirt",
des: "Style Cotton and Linen ",
href: "#",
color: "green",
price: "Rs 300",
originalPrice: "500", // Add originalPrice field
discountedPrice: "410", // Add discountedPrice field
quantity: 1,
imageSrc: shirt3,
imageAlt: "Product",
Expand Down
Loading

0 comments on commit 4a2509d

Please sign in to comment.