Good evening, could anyone help me with this error?
Notice: Undefined property: Cart :: $ value_depot_cupom in
Code
if ($cart->valor_desconto_cupom > 1) {
The issue has been resolved
in the cart cart.php I added this class
public $valor_desconto_cupom = 0;