Jump to content

Address delivery error


AcidLava

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...