earlrodson Posted February 8, 2013 Share Posted February 8, 2013 (edited) Can someone please help me on how to query from a different table in prestashop in backoffice? i had maid a menu that should give all the list of products from a different table. but i dont know how to make the query statement.. can you give me a simple script? see the images below. Edited February 8, 2013 by earlrodson (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted February 8, 2013 Share Posted February 8, 2013 You can use any custom function that returns products, or even Product::getProducts() I believe If you know sql, it should be easy anyway, just look at that getProducts to see which columns you might need, and make changes to that query where/if needed 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