Jump to content

UPDATE ps_product SET `show_condition` = 1 DOES NOT WORK?


TABcommerce

Recommended Posts

Hello, I was trying to bulk update manually the show_condition (yes/no) in the database, by using the direct query

UPDATE ps_product SET `show_condition` = 1 WHERE [insert here needed condition]

even if the value is correctly updated in the db, this does not reflect on the frontend or backend, even clearing cache.

Why this change isn't "seen" by prestashop?

 

Link to comment
Share on other sites

  • 1 year later...

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...