Hello,
how do i send 3 values with a checkbox selected from list of products
<inpyt teype="checkbox" name="product[5]" value="10">
Product ID 5
Product quantity 10
Discount 25 (How can I post this discount with the same checkbox?)
I give discount value to products with “input type text” using jquery
Is it possible to post 2 inputs with a selected checkbox?
<inpyt teype="checkbox" name="product[5]" value="10">
<input type="text" name="discount" value="10">