Jump to content

CSV Import ends with error "Property SpecificPrice->reduction is not valid"


Jack7

Recommended Posts

Hi everyone!

 

Does anybody have any idea where is the problem? I am trying to update products throught CSV Import and it end with the error below.

 

Lately we moved our eshop to new hosting. Before then it never happened.

 

The eshop is on 1.6.0.14 version of Prestashop.

 

Thank you for your ideas!

 

Property SpecificPrice->reduction is not valid
at line 872 in file classes/ObjectModel.php

867.
868.             $message = $this->validateField($field, $this->$field);
869.             if ($message !== true)
870.             {
871.                 if ($die)
872.                     throw new PrestaShopException($message);
873.                 return $error_return ? $message : false;
874.             }
875.         }
876.
877.         return true;
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...