parfesha Posted May 20, 2014 Share Posted May 20, 2014 Добрый день! Помогите, пожалуйста, решить проблему Стала появляться ошибка при импорте товаров. [PrestaShopException]Property SpecificPrice->reduction is not validat line 837 in file classes/ObjectModel.php 831.832. $message = $this->validateField($field, $this->$field);833. if ($message !== true)834. {835. if ($die)836. throw new PrestaShopException($message);837. return $error_return ? $message : false;838. }839. }840.841. return true; ObjectModelCore->validateFields - [line 255 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 455 - classes/ObjectModel.php] ObjectModelCore->add - [line 94 - classes/SpecificPrice.php] - [2 Arguments] SpecificPriceCore->add - [line 417 - classes/ObjectModel.php] - [2 Arguments] ObjectModelCore->save - [line 1604 - controllers/admin/AdminImportController.php] AdminImportControllerCore->productImport - [line 3257 - controllers/admin/AdminImportController.php] AdminImportControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Link to comment Share on other sites More sharing options...
parfesha Posted May 20, 2014 Author Share Posted May 20, 2014 Путем проб и ошибок и поиска последних изменений проблема решена. При импорте цены с налогом можно поставить процент скидки. Но вот когда я попытался вбить и проимортировать с указанием суммы скидки Prestashop отреагировал ошибкой. Может кому пригодится. Prestashop 1.6. 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