Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hola @claudiojcosta Es difícil saber con exactitud qué te ocurre o más bien quién es el culpable de lo qué te ocurre. Deberías probar a aumentar el tiempo de ejecución de los scripts php en el servidor así como el tiempo de timeout del gateway que tienes interpuesto. El problema es que esa respuesta te la está dando el gateway aunque por detrás el prestashop se siga instalando sin errores..... Por ejemplo, yo tengo una instalación con un servidor php con tiempo de ejecución de scripts de 90 segundos pero el gateway tiene un timeout de respuesta de 10s por lo que a los 10s responde con un 504, aunque en el servidor php se haya ejecutado correctamente la solicitud en más de 10s. Además, en ese punto, el script de instalación está realizando labores de base de datos y como es un proceso de mysql, php no puede dar feedback de como vá si mysql no responde nada mientras se ejecuta. Por eso no hay movimiento de paquetes por la red y se producen los timeouts. Entonces, al final depende de la potencia del servidor mysql el que se ejecute todo o no, en unos tiempos lo suficientemente bajos como para que no de timeout el gateway. La solución más fácil: aumentar el tiempo de timeout del gateway. Espero te sirva.
  3. Hi, You'll need to create or find a module that allows you to display featured products specific to a particular category in the Prestashop marketplace or other third-party sources. Ref : https://addons.prestashop.com/en/search?search_query=display featured products specific to a particular category Depending on your theme and design preferences, you may need to adjust the styling and layout of the modules to ensure they appear as desired on the page. Thanks!
  4. To akurat nie jest prawda, natomiast forum to nie jest sekcja reklamowa więc jak ktoś uważa inaczej i tylko w taki sposób wykorzystuje forum to później niech się nie dziwi że jego posty reklamowe znikają.
  5. est-ce une version originale ou une version "handmade"? Je ne connais pas PhenixSuite? Qu'est-ce que c'est?
  6. Bonjour Kévin, Pouvez-vous me laisser vos coordonnées en privé afin que je puisse comprend précisément votre demande et vous faire un devis pour celà. Bien cordialement. David.
  7. Hello! I have the same error, In my case is because my shop is customized to accept quantity with decimals. When a customer have a quantity with "xx,5" and try to pay with paypal of prestashop checkout they have this error. Whit other payment modules they don't have this problem... Any solution??
  8. Bonjour Ana, Je peux m'occuper de développer le module plus en profondeur pour qu'il corresponde à votre besoin. Pouvez-vous m'envoyer vos coordonnées en privé et l'url de votre site web, afin que je me rende compte de votre besoin exactement ? Bien cordialement. David
  9. Today
  10. Bonjour, Depuis quelques jours, sur mes factures clients le prix total d'un produit ne correspond plus au prix unitaire du produit. Le prix total de chaque produit est arrondi vers le haut. Comme vous pouvez le voir dans la capture d'écran ci-dessous. Le prix Total (TTC) est arrondi et ne correspond pas au Prix unitarie (TTC) réel. Bizarrement, le prix total de la facture est bien la somme de la totalité de Prix unitaires. Je ne trouve pas la cause et je ne vois pas non plus comment corriger ce problème. Quelqu'un a des idées ? Je suis sous PS 1.7.5.
  11. Si, ma vanno richiesti i webservice in fase di contratto. Dopo aver stipulato il contratto ti inoltrano le credenziali per accedere al portale. Dal portale hai una sezione dedicata alle API per creare clientID e secretID, e c'è anche il manuale tecnico scaricabile per programmare i servizi.
  12. Yes, I'm making a module. I see the problem in this line (in php page) $this->context->smarty->assign([ 'page' =>$this->, ]); 'page' =>$this->, if I remove this line, the module works fine. however I need a php function call on the .tpl page
  13. you have to do it in a module. The hookDisplayProductAdditionalInfo function has to be included in the main class of the module. You can create an example structure for the module here https://validator.prestashop.com/generator
  14. I have a public function in php page like this public function _getProductID($id_product) { return Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue('SELECT `id_product` FROM `'._DB_PREFIX_.'packing_product` WHERE `id_product` = '.(int)$id_product); } public function hookDisplayProductAdditionalInfo($params) { $id_shop = Context::getContext()->shop->id; $products = $this->_getProducts($id_shop); $this->context->smarty->assign([ 'products' =>$products, 'page' =>$this, ]); return $this->display(__FILE__, 'product.tpl'); } I also have a .tpl file (product.tpl) with a script like this {foreach from=$products item=p} {assign var='id_Product' value=$page->_getProductID($p.id_product)} {/foreach} but the result is an error with notes like this: Fatal error: Uncaught Error: Cannot use object of type Extlink as array in however in the back office page it works fine.. Which script code do I need to fix?
  15. Everytime i clear cache from BO the folder permissions are changed ( /var/cache/ ) and errors appear in BO/FO - i must enable dev mode to enter on BO. Happened to somebody until now? It.s not server related. Maybe a hint where to find the problem? Other website with same config is working well. Presta version 8.1.5, PHP 8.1.27, MYSQL5.6.51-log
  16. Visto che a breve devo utilizzarlo anche io, se ho capito bene Poste ci fornisce delle API ?
  17. Hola @nadie, te cito a ti que siempre que he mirado algún foro con problemas de prestashop estabas tú prestando tu ayuda, a ver si me puedes echar una mano
  18. Hello everyone, After transferring a website from server to another server (OVH), I had these problems. PHP version: 8.0 Prestashop: 8.1.5 Do you have a solution for this? Thank you in advance. Regards Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /src/Core/Localization/CLDR/Reader.php on line 145 Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /src/Core/Localization/CLDR/Reader.php on line 155 Warning: Attempt to read property "parentLocales" on bool in /src/Core/Localization/CLDR/Reader.php on line 198 Warning: Attempt to read property "parentLocale" on null in /src/Core/Localization/CLDR/Reader.php on line 198 Warning: foreach() argument must be of type array|object, null given in /src/Core/Localization/CLDR/Reader.php on line 198 Warning: Attempt to read property "parentLocales" on bool in /src/Core/Localization/CLDR/Reader.php on line 198 Warning: Attempt to read property "parentLocale" on null in /src/Core/Localization/CLDR/Reader.php on line 198 Warning: foreach() argument must be of type array|object, null given in /src/Core/Localization/CLDR/Reader.php on line 198 Warning: Attempt to read property "numberingSystems" on bool in /src/Core/Localization/CLDR/Reader.php on line 589 Fatal error: Uncaught Error: Call to a member function xpath() on null in /src/Core/Localization/CLDR/Reader.php:589 Stack trace: #0 /src/Core/Localization/CLDR/Reader.php(263): PrestaShop\PrestaShop\Core\Localization\CLDR\Reader->getDigitsData() #1 /src/Core/Localization/CLDR/Reader.php(103): PrestaShop\PrestaShop\Core\Localization\CLDR\Reader->getLocaleData('fr') #2 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php(80): PrestaShop\PrestaShop\Core\Localization\CLDR\Reader->readLocaleData('fr_FR') #3 /src/Core/Data/Layer/AbstractDataLayer.php(91): PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference->doRead('fr-FR') #4 /src/Core/Data/Layer/AbstractDataLayer.php(150): PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->read('fr-FR') #5 /src/Core/Data/Layer/AbstractDataLayer.php(95): PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->propagateRead('fr-FR') #6 /src/Core/Localization/CLDR/LocaleDataSource.php(62): PrestaShop\PrestaShop\Core\Data\Layer\AbstractDataLayer->read('fr-FR') #7 /src/Core/Localization/CLDR/LocaleRepository.php(58): PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource->getLocaleData('fr-FR') #8 /src/Core/Localization/Locale/Repository.php(173): PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository->getLocale('fr-FR') #9 /src/Core/Localization/Locale/Repository.php(149): PrestaShop\PrestaShop\Core\Localization\Locale\Repository->getNumberSpecification('fr-FR') #10 /classes/controller/Controller.php(209): PrestaShop\PrestaShop\Core\Localization\Locale\Repository->getLocale('fr-FR') #11 /classes/controller/FrontController.php(284): ControllerCore->init() #12 /classes/controller/Controller.php(300): FrontControllerCore->init() #13 /classes/Dispatcher.php(510): ControllerCore->run() #14 /index.php(28): DispatcherCore->dispatch() #15 {main} thrown in /src/Core/Localization/CLDR/Reader.php on line 589
  19. J'ai une version corrigée pour fonctionner sur 1.6 mais il faut légèrement modifier la classe Module.php pour qu'il puisse s'installer. Il est autrement nativement proposé dans PhenixSuite.
  20. Bonjour, Mon site est (encore) sous prestahop 1.6. J'aimerai installer BREVO pour le chat. Quels sont vos retours d'expériences? Existe-t-il un module pour cette version de prestashop? Le module dispo est prévu pour prestashop 1.7... Merci
  21. entièrement d'accord, l'innovation se fera hors addons non seulement certains modules ne sont pas très rentables mais avec le business care ce n'est plus du tout rentable
  1. Load more activity
×
×
  • Create New...