AcidLava Posted February 19, 2023 Share Posted February 19, 2023 Hello, I got the following error in logs "Trying to get property 'id_address_delivery' of non-object". It refers to a VAT module : if ($address->id == NULL) { $address = new Address( (int)Context::getContext()->cart->id_address_delivery ); } Any idea on how I can solve this ? Thanks ! 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