TiwariKirti Posted December 13, 2018 Share Posted December 13, 2018 I have add new column in ps_product table and ps_product_shop and also call the code in override/classes/product.php public $custom_field1= false; self::$definition['fields']['custom_field1'] = array('type' => self::TYPE_BOOL,'validate' => 'isBool'); but when i update the product this show error Unknown column 'custom_field1' in 'field list' What the issue ,Please help me Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted December 13, 2018 Share Posted December 13, 2018 Hi... you have add the your custom fields(column) value in product class definition ? my suggestion is create a custom module with your own table. Thanks 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