Totti Posted March 28, 2019 Share Posted March 28, 2019 Ciao, con un programma PHP vorrei trovare l'elenco di tutti i prodotti attivi con quantità a zero e disattivarli, che classi o query potrei usare ? Grazie Link to comment Share on other sites More sharing options...
Idroclic Posted April 3, 2019 Share Posted April 3, 2019 Ciao, perchè devi creare un file php per fare ciò? Basta che da BO vai sul catalogo e imposti quantità 0: (qui ho impostato tra 45 e 50) Dopodiché se non sono troppi puoi selezionarli direttamente da BO o fare una esportazione e lavorare tramite CSV. Spero di esserti stato d'aiuto Link to comment Share on other sites More sharing options...
Totti Posted April 3, 2019 Author Share Posted April 3, 2019 io uso Ps 1.6.x, il fatto è che tutti quelli con quantità a zero li voglio disattivare, quindi renderli invisibili sul sito. Link to comment Share on other sites More sharing options...
Idroclic Posted April 3, 2019 Share Posted April 3, 2019 Per la 1.6 io uso un modulo di export! In alternativa guarda questo tutorial, potrebbe esserti utile: https://mypresta.eu/en/art/tips-and-tricks/how-to-disable-out-of-stock-product.html Link to comment Share on other sites More sharing options...
Totti Posted April 3, 2019 Author Share Posted April 3, 2019 Grazie, ho modificato la query perchè anche in base alle combinazioni bisogna usare questa: SELECT id_product FROM ps_stock_available WHERE 1 and id_product_attribute = 0 GROUP BY id_product HAVING SUM(quantity)<=0 1 Link to comment Share on other sites More sharing options...
Idroclic Posted April 4, 2019 Share Posted April 4, 2019 De nada! Buon lavoro 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