Jump to content

Flobert

Members
  • Posts

    16
  • Joined

  • Last visited

Profile Information

  • Location
    Italy
  • Activity
    Freelancer

Flobert's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. "direttamente modifica lato codice" dove sta l'utilità di questo intervento? ........................... Grazie Giangjj, proverò a fare come mi hai consigliato tu
  2. Buongiorno, anche io ho questo problema. Uso la versione 1.6.0.9 e non posso usare le statistiche perché alcuni mesi fa, con l'apertura del negozio on line www.sampey.it ho disattivato la fatturazione. (Ho letto che le statistiche sulle vendite si appoggiano alla fatturazione, la cosa curiosa è che, ho provato a riattivare la fatturazione e non emette più fattura!) Qualcuno può aiutarmi?
  3. Hi, I installed the module Cash on delivery with fee payment without any problems, made ​​the test worked. Then I tried to change in the BO translations from English into Italian and has stopped working error by returning to 500, of which I am attaching the message in full. I forgot to say that deleting the module and reinstalling it again, even from FTP and without translations, (thus leaving it as it is), the error is 500 and there is no way to make the purchase with cash on delivery . Presta 1.6.0.9 How can I fix? thanks Strict Standards: Declaration of Hook::exec() should be compatible with HookCore::exec($hook_name, $hook_args = Array, $id_module = NULL, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = NULL) in /home2/rhsampey/public_html/override/classes/Hook.php on line 115 Warning: Cannot modify header information - headers already sent by (output started at /home2/rhsampey/public_html/override/classes/Hook.php:115) in/home2/rhsampey/public_html/classes/controller/FrontController.php on line 793 Warning: Missing argument 1 for ModuleFrontControllerCore::getTemplatePath(), called in /home2/rhsampey/public_html/override/classes/controller/ModuleFrontController.php on line 24 and defined in/home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 70 Notice: Undefined variable: template in /home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 72 Notice: Undefined variable: template in /home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 73 Warning: Cannot modify header information - headers already sent by (output started at /home2/rhsampey/public_html/override/classes/Hook.php:115) in/home2/rhsampey/public_html/classes/exception/PrestaShopException.php on line 37 [PrestaShopException]Template 'codfee_val.tpl' not found at line 27 in file override/classes/controller/ModuleFrontController.php 21. elseif (Tools::file_exists_cache(_PS_THEME_DIR_.'modules/'.$this->module->name.'/views/templates/front/'.$template)) 22. $this->template = _PS_THEME_DIR_.'modules/'.$this->module->name.'/views/templates/front/'.$template; 23. elseif (Tools::file_exists_cache($this->getTemplatePath().$template)) 24. $this->template = $this->getTemplatePath().$template; 25. else 26. throw new PrestaShopException("Template '$template' not found"); 27. } 28. } 29. } ModuleFrontController->setTemplate - [line 76 - modules/codfee/controllers/front/payment.php] - [1 Arguments] CodFeePaymentModuleFrontController->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php]
  4. Dimenticavo di dire che cancellando il modulo e reinstallandolo di nuovo, anche da FTP e senza fare le traduzioni, (lasciandolo quindi così com'è), rimane l'errore 500 e non c'è modo di fare l'acquisto con pagamento alla consegna. Grazie
  5. C'è qualche anima buona che mi può dare un suggerimento? Salve, ho installato il modulo Cash on delivery with fee payment senza problemi, fatti i test funzionava. Poi ho provato a modificare nel BO le traduzioni dall'inglese all'italiano e ha smesso di funzionare restituendomi errore 500, di cui vi allego il messaggio per intero. Dimenticavo di dire che cancellando il modulo e reinstallandolo di nuovo, anche da FTP e senza fare le traduzioni, (lasciandolo quindi così com'è), rimane l'errore 500 e non c'è modo di fare l'acquisto con pagamento alla consegna. Grazie Presta 1.6.0.9 Come posso risolvere? Strict Standards: Declaration of Hook::exec() should be compatible with HookCore::exec($hook_name, $hook_args = Array, $id_module = NULL, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = NULL) in /home2/rhsampey/public_html/override/classes/Hook.php on line 115 Warning: Cannot modify header information - headers already sent by (output started at /home2/rhsampey/public_html/override/classes/Hook.php:115) in/home2/rhsampey/public_html/classes/controller/FrontController.php on line 793 Warning: Missing argument 1 for ModuleFrontControllerCore::getTemplatePath(), called in /home2/rhsampey/public_html/override/classes/controller/ModuleFrontController.php on line 24 and defined in/home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 70 Notice: Undefined variable: template in /home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 72 Notice: Undefined variable: template in /home2/rhsampey/public_html/classes/controller/ModuleFrontController.php on line 73 Warning: Cannot modify header information - headers already sent by (output started at /home2/rhsampey/public_html/override/classes/Hook.php:115) in/home2/rhsampey/public_html/classes/exception/PrestaShopException.php on line 37 [PrestaShopException]Template 'codfee_val.tpl' not found at line 27 in file override/classes/controller/ModuleFrontController.php 21. elseif (Tools::file_exists_cache(_PS_THEME_DIR_.'modules/'.$this->module->name.'/views/templates/front/'.$template)) 22. $this->template = _PS_THEME_DIR_.'modules/'.$this->module->name.'/views/templates/front/'.$template; 23. elseif (Tools::file_exists_cache($this->getTemplatePath().$template)) 24. $this->template = $this->getTemplatePath().$template; 25. else 26. throw new PrestaShopException("Template '$template' not found"); 27. } 28. } 29. } ModuleFrontController->setTemplate - [line 76 - modules/codfee/controllers/front/payment.php] - [1 Arguments] CodFeePaymentModuleFrontController->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php]
  6. [RISOLTO] salve a tutti, ho un curioso problema di visualizzazione del footer, allego lo screenshot per farvi meglio rendere conto di che si tratta... Stiamo allestendo il sito che non è ancora on line e siamo più presone a caricare articoli, quindi non sappiamo purtroppo chi ha toccato cosa... improvvisamente nel footer (il tema è di IXThemes) è apparso tutto l'albero delle categorie al completo. Ho provato e riprovato a rimediare e non mi resta altro che ricorrere al prezioso forum. Come posso fare per farlo ritornare normale come era prima, senza categorie e con i soli link di default? Grazie
  7. Hola a todos, tengo un curioso problema de mostrar el pie de página, coloque el screenshot para hacerte una mejor cuenta de lo que es ... Estamos creando un sitio que aún no está en línea y más personas están subiendo los artículos, a continuación, por desgracia, no sabemos quién lo tocó ... de repente en el pie (el tema es IXThemes) aparecido en todo el árbol de categorías para completar. Traté y traté de arreglar y no me acaba de tener que utilizar el valioso foro. ¿Cómo puedo obtener de nuevo la normalidad como era antes, sin categorías y el único enlace por defecto? prestashop 1.5.6.2 gracias
  8. Bonjour à tous, J'ai un problème curieux d'afficher le pied de page, joindre la capture d'écran pour vous faire mieux rendu compte de quoi il s'agit ... Nous mettons en place un site qui n'est pas encore en ligne et plus de gens téléchargent des articles, puis, malheureusement, nous ne savons pas qui a touché ce ... tout à coup dans le pied de page (le thème est IXThemes) est apparu tout au long de l'arbre de catégories à compléter. J'ai essayé et essayé de le réparer et je n'ai pas juste d'utiliser le forum précieux. Comment puis-je le récupérer normale comme avant, sans catégories et le seul lien par défault? Merci
  9. Hello everyone, I have a curious problem of displaying the footer, attach the screenshot to make you better realize what it is ... We are setting up a site that is not yet online and more people are uploading articles, then unfortunately we do not know who touched what ... suddenly in the footer (the theme is IXThemes) appeared throughout the tree of categories to complete. I tried and tried to fix and I do not just have to use the valuable forum. How do I get it back normal as it was before, without categories and the only link by default? thanks
  10. salve a tutti, ho un curioso problema di visualizzazione del footer, allego lo screenshot per farvi meglio rendere conto di che si tratta... Stiamo allestendo il sito che non è ancora on line e siamo più presone a caricare articoli, quindi non sappiamo purtroppo chi ha toccato cosa... improvvisamente nel footer (il tema è di IXThemes) è apparso tutto l'albero delle categorie al completo. Ho provato e riprovato a rimediare e non mi resta altro che ricorrere al prezioso forum. Come posso fare per farlo ritornare normale come era prima, senza categorie e con i soli link di default? Grazie
×
×
  • Create New...