Jump to content

Product Customization results in Error Cart->id_currency is empty


silu-berlin

Recommended Posts

Hi there,

 

first of all: I'm sorry for my bad english, but I'm in hurry.

 

I'm using Prestashop 1.7.0.4 and can't find a solution for this error:

 

If I made a text based customization to a product i'm getting following error log:

 

 

 

[PrestaShopException]

Property Cart->id_currency is empty
at line 915 in file classes/ObjectModel.php

910.             }911. 912.             $message = $this->validateField($field, $this->$field);913.             if ($message !== true) {914.                 if ($die) {915.                     throw new PrestaShopException($message);916.                 }917.                 return $error_return ? $message : false;918.             }919.         }920. 

 

But if i have had allready put some stuff in the cart, I can store the customization for the product and can add it in the next step to the cart.

 

Here is the URL where you can reproduce the error. https://shop.decalprint.eu/decals/9-nummernschild-d-eur.html

 

I'm looking excited forward your replies.

Edited by silu-berlin (see edit history)
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...