theansible Posted April 18, 2022 Share Posted April 18, 2022 (edited) After importing all our products, we forgot to add a column for "show_condition" and set to "1". "condition" is set to "New" (for all products). So I used phpMyAdmin to update all rows with the below code: update ps9t_product SET show_condition="1" It worked: 478 rows affected. (Query took 0.005 seconds.) All products have "show_condition" set to "1". But when viewing products on the website, Condition is not shown, unless manually set via admin interface. I tried clearing the cache, forcing compilation, etc.. in Advanced Parameters > Performance. What did I forget? Thanks in advance for any help! FYI: PrestaShop version: 1.7.8.5 Edited April 18, 2022 by theansible (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted April 19, 2022 Share Posted April 19, 2022 Do same thing on ps9t_product_shop table. Link to comment Share on other sites More sharing options...
theansible Posted April 19, 2022 Author Share Posted April 19, 2022 9 hours ago, endriu107 said: Do same thing on ps9t_product_shop table. It worked! Thank you very much endriu107! 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