silu-berlin Posted January 19, 2017 Share Posted January 19, 2017 (edited) 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 emptyat 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. ObjectModelCore->validateFields - [line 248 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 489 - classes/ObjectModel.php] ObjectModelCore->add - [line 236 - classes/Cart.php] - [2 Arguments] CartCore->add - [line 200 - controllers/front/ProductController.php] ProductControllerCore->initContent - [line 201 - classes/controller/Controller.php] ControllerCore->run - [line 366 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] 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 January 19, 2017 by silu-berlin (see edit history) 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