Well, I have the function below that, with JQuery, I update the display values of the cart values.
Everything works:
function add(_quant, _preco, _total, _estoque) {
quantidade = parseInt($("#"+_quant).val());
estoque = parseI...
asked by
02.06.2016 / 21:25