Jump to content

Error: Property Order->id_address_delivery is empty


Recommended Posts

Hello,

Trying to create an order from a shopping cart and I get a blank page when I click on "create order" and when I reload the blank page, it shows the following error:

Property Order->id_address_delivery is empty

Any clues what it is?

Thank you.

Link to comment
Share on other sites

UPDATE: I turned on debug mode in defines.inc.php and it shows the following error:

 

Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 82 bytes) in /override/classes/Cart.php on line 229
 

Code around line 229 in Cart.php says this:

// Thus you can avoid one query per product, because there will be only one query for all the products of the cart

		Product::cacheProductsFeatures($products_ids);

		Cart::cacheSomeAttributesLists($pa_ids, $this->id_lang);

I have 14 products in this shopping cart I'm trying to convert into an order. When I remove a couple of items from the shopping carts, there are no errors and it creates an order.

 

I desperately need a fix for this. Please help!

Link to comment
Share on other sites

  • 1 year later...
  • 7 months later...
  • 3 years later...

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...