Hello, I have been trying to do this but I have not found too much documentation. I have a signup form. There's the "Quantity" field. Instead of letting the user input the quantity field, I want to get the value with a mysql query. So the user won't be able to fill it, but it will autofill by itself, getting the value from a mysql row.. Would anyone know how to do that? Please contact me ASAP
I also looking for someone who could do this: right now when admin adds a payment in backend, it gets status "pending". Currently all pending invoices are visible for the customer. I need to modify it the way that admin puts a checkbox (or selects) a pending invoice(s) and the customer can pay for that (selected by admin) invoice(s).