Max_976rm Posted April 13, 2021 Share Posted April 13, 2021 Buongiorno, Inserendo un nuovo prodotto o cercando di duplicarlo mi da questo errore Symfony\Component\Debug\Exception\ContextErrorException in modules/groupinc/classes/GroupincConfiguration.php (line 508) $zone = State::getIdZone($id_state); } else if ($id_country != null and $id_country > 0) { $zone = $country->getIdZone($id_country); } // var_dump(Context::getContext()->cart->address); $address = new address (intval(Context::getContext()->cart->id_address_delivery)); // var_dump($address->vat_number); /*if($zone == 1 || $zone == 10){ if($address->vat_number != '' && $address->vat_number != NULL){ $zone = 2; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now