Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit bb7c6a64 authored by 65160270's avatar 65160270
Browse files

update-cart

parent 76446c27
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
<table border="1">
<tr>
<th>Image</th>
<th>Product ID</th>
<th>Product Name</th>
<th>Price</th>
<th>Stock</th>
......@@ -18,6 +19,7 @@
<% products.forEach(product => { %>
<tr>
<td><img src="<%= product.image %>" width="100"></td>
<td><%= product.id %></td>
<td><%= product.name %></td>
<td><%= product.price %> THB</td>
<td><%= product.stock %></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment