mariusvrv Posted February 23, 2017 Share Posted February 23, 2017 Hello, how to search by reduction_type from table specific_price? Link to comment Share on other sites More sharing options...
rocky Posted February 25, 2017 Share Posted February 25, 2017 Assuming you're using PrestaShop v1.6, you can go to the Advanced Parameters > SQL Manager tab and enter a name and the following as the SQL query: SELECT * FROM `ps_specific_price` WHERE `reduction_type` = 'amount' Change ps_ to your database prefix. This will get all specific prices that are of the 'amount' type. 1 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