Riya Posted October 22, 2013 Share Posted October 22, 2013 Hi there, I need help with a SQL statement like Select all products from WHERE SUPPLIER='id_supplier'; in prestashop back office Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2013 Share Posted October 22, 2013 this is sql statement for products with supplier ID = 5 select * from ps_product where id_supplier = 5 Link to comment Share on other sites More sharing options...
Riya Posted October 22, 2013 Author Share Posted October 22, 2013 which php file contains sql query for select product inprestashop admin catalog-->product.. Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2013 Share Posted October 22, 2013 it's not one query but whole construction of object in controllers/admin/AdminProductsController.php Link to comment Share on other sites More sharing options...
Riya Posted October 22, 2013 Author Share Posted October 22, 2013 ist possible to change to display only one seller products Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2013 Share Posted October 22, 2013 i don't understand. what to change? and what you mean by "seller product" ? what feature you use to "sellers" ? Link to comment Share on other sites More sharing options...
Riya Posted October 22, 2013 Author Share Posted October 22, 2013 sorry ,i want to show only one supplier prodects 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