4 lines
172 B
Plaintext
4 lines
172 B
Plaintext
<form action="/cart" method="post">
|
|
<button class="btn" type="submit">Add to Cart</button>
|
|
<input type="hidden" name="productId" value="<%= product._id %>">
|
|
</form> |