Jump to content

enzoari

Members
  • Posts

    13
  • Joined

  • Last visited

enzoari's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have some news. The site was updated from 1.4.0.17 version to 1.5.6.0 with 1-click upgrade module. I did a look to the classes/Category.php inside 1.4.0.17 version, and found the function: /** * Check then return multilingual fields for database interaction * * @return array Multilingual fields */ public function getTranslationsFieldsChild() { parent::validateFieldsLang(); return parent::getTranslationsFields(array('name', 'description', 'link_rewrite', 'meta_title', 'meta_keywords', 'meta_description')); } So I copied and pasted inside classes/Category.php of 1.5.6.0 version, and now seems working. When I update the category, all is saved. I need to do some additional test to confirm that the problem is fixed. I think that something happened during the upgrading, and the module "1 click upgraded" fault something. What do you think?
  2. Yes the function exist: override/classes/Category.php public function getTranslationsFieldsChild() { $fields = parent::getTranslationsFieldsChild(); foreach ($fields as $id_lang => $values) $fields[$id_lang]['description'] = (isset($this->description[$id_lang])) ? pSQL($this->description[$id_lang], true) : ''; return $fields; } May you better explain to me how can I shed some light? Where can I got more info on the issue? Thanks
  3. Hello, there are some news about this topic, I'm having the same error, I run Prestashop 1.5.6.0. Thanks Vincenzo
  4. Hi Hans, your modification works! No more errors from Google Webmaster tools. Very good job! Thanks from Italy. Vincenzo
  5. Hello, I upgraded my Prestashop from 1.4.0.17 to 1.5.6.0 with 1-click upgrade. All went fine, the site is running well, except for the sitemap generation. Google sitemap version is 2.3.1, and after generation, a file is generated: www.sitename.it/1_it_0_sitemap.xml, instead the file www.sitename.it/sitemap is empty. When I submit the new sitemap to the webmaster tool, I receive an error from WMT: "the format data is wrong", and in additional before prestashop upgrading, the sitemap included around 1700 files, with the new version include around 1200 files. Could you help me on this important matter? Thanks Vincenzo
  6. Salve, volevo sapere se avete qualche soluzione, poichè ho anche io lo stesso problema. Versio PS 1.4.0.17 Grazie
  7. Salve, uso la versione Prestashop 1.4.0.17, da qualche mese nel centro webmaster Google, Errori di scansione 404, mi restituisce come pagine non trovate i link seguenti: nomepagina/function.mysql-connect Non riesco a capire Google perchè scansiona pagine con questo URL. Volevo sapere se qualcuno ha avuto un problema simile ed ha una soluzione? Grazie Enzo
  8. Confermo, funziona tutto correttamente. Ho fatto 2 ordini di test e confermo che il modulo lavora alla grande. Grazie a tutti e a maofree per l'egregio lavoro svolto. enzo
  9. Ciao Maofree still problems: ho installato il nuovo modulo, adesso quando confermo l'ordine mi dà il seguente messaggio Il carrello non può essere caricato o un ordine è già stato eseguito usando questo carrello Comunque l'ordine mi arriva sempre con il giusto importo (comprensivo di contrassegno), però quel messaggio non è rassicurante. Che ne pensi? Si può fare qualcosa? Ciao enzo
  10. Grazie Maofree per il modulo e per il tuo supporto. Allora ho fatto come detto, mi restituisce questo errore Fatal error: Class 'AddressFormat' not found in /home/mhd-01/www.delvescovointimo.it/htdocs/modules/maofree_cashondeliveryfee/maofree_cashondeliveryfee.php on line 655 Aspetto tue news. Grazie e a buon rendere...... enzo
  11. CIao, ho installato sul sito (delvescovointimo.it realizzato con Presta Shop 1.4) il modulo cashondeliveryfee: funziona, ma ho il seguente problema: dopo aver eseguito tutto il processo di ordine e confermato lo stesso, il cliente viene rimandato ad una pagina bianca. Quindi non si capisce se l'ordine è andato a buon fine o meno. Comunque poi nel BO l'ordine me lo ritrovo, però porta confusione nel cliente. Mi sapete dire come risolverlo? Grazie
×
×
  • Create New...