neo81na Posted October 8, 2013 Share Posted October 8, 2013 (edited) Salve ragazzi.. ho sviluppato un gestionale per la mia attività con sincronizzazione con prestashop.. in pratica scrivo direttamente io nel database di prestashop,. quindi niente csv o web service sono riuscito a gestire praticamente tutto anche la rigenerazione delle miniature.. l'unico mio problema resta le categorie.... ovvero, importo tutte le tabelle necessarie.. category category_lang category_shop category_product category_group sono riuscito anche a fare con l'aiuto del forum una pagina in php che posso richiamare per forzare la rigenerazione dei valori mancanti quali nleft, level_deph richiamando direttamente le funzioni di prestashop senza la necessità del token $category->regenerateEntireNtree(); $category->recalculateLevelDepth(1); il problema è che vedo le categorie nel pannello admin ma sono costretto la prima volta a entrare salvare ad uno ad uno almeno il primo livello di ogni categoria altrimenti: o non le vedo nel blocco categorie del front office oppure la vedo ma se ha delle sottocategorie non compare il simbolo + per aprire ad albero le sottocategorie anche se quest'ultime compaiono lo stesso nella pagine se ci clicco sopra. Ma la cosa ancora più strana è che una volta salvate da quel momento anche se cancello una categoria con tutte le sue tabelle collegate e la importo nuovamente, funziona lo stesso.. il problema però si ripresenta se importo una nuova categoria collegata alla categoria home Ho controllato le tabelle prima e dopo il salvataggio di prestashop, è tutto uguale sia prima che dopo. quindi non ci sono valori riguardanti quelle tabelle che sbaglio a caricare. Quindi in che altro posto devo scrivere i dati e quali riguardo alle categorie che prestashop ha bisogno per visualizzarle? il risultato lo potete vedere qui... http:\\www.computeridea.org Edited October 8, 2013 by neo81na (see edit history) Link to comment Share on other sites More sharing options...
neo81na Posted October 8, 2013 Author Share Posted October 8, 2013 Hello guys .. I have developed an ERP for my business with synchronization with prestashop .. in practice I am writing directly to the database of prestashop , . so no csv or web service I managed to handle virtually everything even the regeneration of thumbnails .. my only problem remains the categories .... that is, all the tables required amount .. category category_lang category_shop category_product category_group I could also do with the help of the forum a page in php that I can call to force the regeneration of missing values such as Nleft , level_deph directly invoking the functions of prestashop without the need of token $ category - > regenerateEntireNtree (); $ category - > recalculateLevelDepth ( 1 ) ; the problem is that I see the categories in the admin panel but are forced to enter the first time save one by one at least the first level of each category otherwise : or do not see them in the block categories of front office but if I see it or has subcategories do not see the + symbol to open the tree subcategories although these appear in the same page if I click on it. But what's even more strange is that once saved from that time even if I delete a category with all its linked tables and the amount again , it works the same .. but the problem recurs if I import a new category connected to category home I checked the tables before and after the rescue of prestashop , everything is the same both before and after . so there are no values in relation to those tables that mistake to load. So in that other place I have to write the data and what about the categories that prestashop needs to view them ? the result you can see here ... http: \ \ www.computeridea.org 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