adeep Posted December 14, 2015 Share Posted December 14, 2015 I'm using Prestashop Vers. 1.6.0.11. How can I generate a list of all given vouchers and a list of all used vouchers? Thanks for your help. adeep Link to comment Share on other sites More sharing options...
tuk66 Posted December 14, 2015 Share Posted December 14, 2015 In SQL Manager: SELECT * FROM ps_cart_rule WHERE active = 1 and SELECT * FROM ps_cart_rule WHERE active = 1 AND quantity = 0 (at least I hope - not tested) Link to comment Share on other sites More sharing options...
adeep Posted December 16, 2015 Author Share Posted December 16, 2015 it works. Thanks a lot 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