alj 0 Posted January 19 Posted January 19 (edited) Hi On a Prestashop 1.7.7.1 i'm getting this error when going to the product overview in back office. it is a new fresh install, and before I imported products I could fine access the product overview , but now after importing products, i get this error. Have tried changing decimals under currencies, deleting cache and changing currency, nothing helped. Has anyone experienced this error and may have a solution. Thanks! Edited January 19 by alj (see edit history) Share this post Link to post Share on other sites
b-w-p 0 Posted January 20 Posted January 20 J'ai la même et pas de solution, donc je suis pour voir la solution Share this post Link to post Share on other sites
diloycom 0 Posted January 24 Posted January 24 I have exactly the same problem Share this post Link to post Share on other sites
musicmaster 675 Posted January 25 Posted January 25 It looks like it has a NULL or "" value for price. So you will need to have look at the price field the ps_product_shop in the database and see if there are null values there. Share this post Link to post Share on other sites
joseantgv 1,084 Posted Wednesday at 08:48 AM Posted Wednesday at 08:48 AM @alj @diloycom Do you have a multistore? Share this post Link to post Share on other sites
diloycom 0 Posted Wednesday at 09:23 AM Posted Wednesday at 09:23 AM 34 minutes ago, joseantgv said: @alj @diloycom Do you have a multistore? Yes, it's a multistore Share this post Link to post Share on other sites
joseantgv 1,084 Posted 5 hours ago Posted 5 hours ago https://github.com/PrestaShop/PrestaShop/issues/23376 As a temporary solution, add an IF in these lines: https://github.com/PrestaShop/PrestaShop/blob/6cc8f20c2a5675d754c5566adf76ec6ac25ef901/controllers/admin/AdminCartRulesController.php#L573 https://github.com/PrestaShop/PrestaShop/blob/6cc8f20c2a5675d754c5566adf76ec6ac25ef901/controllers/admin/AdminCartRulesController.php#L584 to check if $product['price_tax_incl'] or $price_tax_incl is not null. Share this post Link to post Share on other sites
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