davidanna23 Posted March 20, 2014 Share Posted March 20, 2014 (edited) Ciao ragazzi, come posso fare per impostare un testo di default quando un prodotto ha disponibilità 0?Per evitare di scriverlo in ogni prodotto (immagine allegata)? Uso PS 1.6.0.5 Sto impazzendo! Edited March 20, 2014 by davidanna23 (see edit history) Link to comment Share on other sites More sharing options...
ares Posted March 20, 2014 Share Posted March 20, 2014 Ho il solito problema, se qualche anima pia volesse aiutarci sarei grato. Link to comment Share on other sites More sharing options...
ares Posted March 20, 2014 Share Posted March 20, 2014 (edited) L'unica soluzione che ho trovato è fare una query da PhpMyadmin direttamente sul database: UPDATE `ps_product_lang` SET `available_later`='Consegna in 10 giorni data ordine'WHERE `ps_product_lang`.`id_lang` =1; UPDATE `ps_product_lang` SET `available_now`='DISPONIBILITA' IMMEDIATA' WHERE `ps_product_lang`.`id_lang` =1; Cambia il testo con quello che preferisci e a "id_lang=" metti il numero corrispondente alla lingua che vuoi modificare e a "ps_product_lang" modifica "ps" con il prefisso iniziale delle tue tabelle. ovviamente và ripetuto ogni volta che inserisci nuovi articoli. Provato su 1.5.6.2 Edited March 20, 2014 by ares (see edit history) 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