Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. 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
  3. 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.
  4. 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.
  5. 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
  6. 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
  7. Today
  8. 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?
  9. 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
  10. Visto che a breve devo utilizzarlo anche io, se ho capito bene Poste ci fornisce delle API ?
  11. 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
  12. 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
  13. 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.
  14. 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
  15. 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
  16. Personnellement, j'avais seulement trois modules. Le premier, qui est un "best-seller", restera rentable même avec cette cotisation. En revanche, pour les deux autres, qui sont des modules de niche visant à répondre à des besoins spécifiques, je n'ai aucune raison de les garder sur la plateforme car ils ne rapportent que quelques ventes dans l'année. Je ne dispose pas de boutique alternative, donc pour moi, ils resteront disponibles uniquement pour mes clients et ne seront plus disponibles dans ce store. Je pense qu'ils auraient pu, au minimum, proposer la cotisation n+1 au lancement du module afin de permettre aux développeurs de lancer des modules à moindre frais et de vérifier si cela intéresse un minimum les gens. Personnellement, je ne vais pas m'amuser à parier 99 € HT au lancement d'un module en plus de leurs commissions, san le temps engagé à faire le module et le suivi à faire derrière. Pour moi, cela va tuer tous les modules et thèmes de niche qui vont disparaître de la plateforme, réduire drastiquement l'offre de leur catalogue et limiter l'innovation.
  17. L'ordine è un prodotto da 235 € marchio giapponese che in Giappone costa meno che da noi, quindi, non capivo l'utilità di acquistarlo in Italia da Hong Kong . E' sicuramente una truffa. Ho richiamato Paypal che questa volta ha tentato di rimborsare, ma non sono riusciti neppure loro. Sembra che la carta sia bloccata ed è intestata ad un altro nome. La cosa strana è che l'ip mi dirotta nelle isole Shetland quindi ben lontano da Hong Kong. Non so quanto attendibile sia poi la localizazione del ip (io sono una commerciante e non un' informatica). Dopo la mia seconda mail ...ora questa mail sembra bloccata perchè mi ritorna indietro con questo mes. host mail.temporary-mail.net [8.210.167.147] Delay reason: SMTP error from remote mail server after end of data: 451 Failed to store message for xxxxxx Paypal mi ha detto che se arriva un chargerback mi renderanno i soldi della pratica. Speriamo bene. Comunque tutto è partito da Prestashop 8 Rifatto il sito ottobre '23 da allora una valanga di bot finchè un mese fa il mio webmaster ha messo il catchpa e ora almeno riesco a controllare le iscrizioni strane. Non ho capito perchè con Prestashop 1.6 era tutto calmo con Prestashop 8 mi è entrata tanta Emme... Buona giornata a tutti S.
  18. Disable opcache in your hosting provider's admin, or for a more detailed solution see these links: https://github.com/PrestaShop/PrestaShop/issues/17390
  19. An alternative solution that worked for me was to completely disable opcache in my hosting provider's admin, because the apache .ini file mentioned in the github article wasn't available for me to edit. Hope this helps someone.
  20. Ciao, non mi è mai capitato in questo modo. Se non c'è modo di fare il rimborso direttamente perché la carta è virtuale o perché non ti rispondono ai tuoi contatti attendi che ti contattino loro. Come prima cosa l'importante è avere annullato l'ordine e che sia partita l'email che informa dell'annullamento. Se fosse davvero una truffa e l'ordine è di basso importo può essere che non chiedano nemmeno il rimborso.
  21. Also, if I leave rounded button unmatched, product will not show anywhere, which means produt is showing only where the rounded button is matched... any help ?
  22. Bonjour, Nous allons seulement commencer les phases de test.. J'ai regardé un peu partout mais je ne vois pas réellement de personne se plaindre de la vitesse sur le net. Quand vous parlez de vitesse, celle du Front ? Du backoffice ? ou les deux ? Merci pour votre retour magicbel
  1. Load more activity
×
×
  • Create New...