Notice: undefined property Discount Coupon

0

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;
    
asked by anonymous 24.06.2018 / 02:08

0 answers