I'm having trouble with the cart, if I put $preço =$linha['preço']; it displays the value correctly, but if I put number_format down, it zeroes out the result:
$preço = number_format((float) $linha['preço'] * $qtd, 2, ',', '.');...
asked by
18.01.2016 / 16:31