zkt25/z2/shop/views/includes/add-to-cart.ejs

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>