Jump to content

Search by reduction_type


mariusvrv

Recommended Posts

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.

  • Like 1
Link to comment
Share on other sites

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