Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Ich bin verwirrt, nach dem Start des 1-Click-Updates und dem Durchlauf einer Reihe von Aktivitäten heisst es oben "The settings have been successfully updated." aber im Aktivitätsprotokoll ist der letzte Eintrag "All files upgraded. Now upgrading database..." und es scheint nichts weiter zu Laufen. Ist das Update nun durch oder nicht? von 1.7.8.1 auf 1.7.8.11 wenn ich mich recht erinnere.
  3. If you cannot uninstall it, rename the folder name of the module modules/modulename/ as modules/bug-modulename/. Delete file override/controllers/front/ProductController.php and delete folder var/cache/prod or var/cache/dev if you are in debug mode.
  4. non, c'est sur un theme personnalisé, mais pas de différence avec le theme par défaut sur authentication.tpl et address.tpl, par contre j'ai remplacé countries_list sur adresse.tpl par : <select name="id_country_invoice" id="id_country_invoice" class="form-control"> <option value="">-</option> {foreach from=$countries item=v} <option value="{$v.id_country}"{if (isset($smarty.post.id_country_invoice) && $smarty.post.id_country_invoice == $v.id_country) OR (!isset($smarty.post.id_country_invoice) && $sl_country == $v.id_country)} selected="selected"{/if}>{$v.name|escape:'html':'UTF-8'}</option> {/foreach} </select> le pays par défaut s'affiche correctement avec adresse.tpl, il me semble c'est un vieux bug depuis ps1.6.1.14
  5. thank you very much, the only module present is the module I use for SEO. "https://prestahero.com/it/77-modulo-seo-prestashop.html" Now how can I fix it? I can't uninstall the module. Thank you
  6. Bonjour, je ne trouve pas tous le pays dans la liste des langues, pourquoi? merci.
  7. In modules directory, for each not ps native module see if there is a file modulename/override/controllers/front/ProductController.php
  8. Thanks for the quick response, is there a quick way to find the module generating the error?
  9. You have an override of class ProductController.php that cause this issue. Find the module that causes this and uninstall it.
  10. Hi everyone, I have the following problem with the installation of prestashop 8.1.4 and PHP 8.1.27, for several days in the error log I have been seeing the following error: [Fri Mar 29 09:23:58.909308 2024] [proxy_fcgi:error] [pid 2522986] [client 111.225.148.179:0] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to a member function getPriceWithoutReduct() on null in /var/www/vhosts/pneumaticidiretti.com/httpdocs /override/controllers/front/ProductController.php:79\nStack trace:\n#0 /var/www/vhosts/pneumaticidiretti.com/httpdocs/override/controllers/front/ProductController.php(45): ProductController->getPriceProduct ()\n#1 /var/www/vhosts/pneumaticidiretti.com/httpdocs/classes/controller/FrontController.php(543): ProductController->getTemplateVarPage()\n#2 /var/www/vhosts/pneumaticidiretti.com /httpdocs/classes/controller/FrontController.php(607): FrontControllerCore->assignGeneralPurposeVariables()\n#3 /var/www/vhosts/pneumaticidiretti.com/httpdocs/controllers/front/ProductController.php(465): FrontControllerCore- >initContent()\n#4 /var/www/vhosts/pneumaticidiretti.com/httpdocs/classes/controller/Controller.php(319): ProductControllerCore->initContent()\n#5 /var/www/vhosts/pneumaticidiretti .com/httpdocs/classes/Dispatcher.php(510): ControllerCore->run()\n#6 /var/www/vhost...' how can I solve it? A thousand thanks
  11. Bonjour, Je suis sous Prestashop 1.7.8.10 est le problème existe toujours. Le prix unitaire des déclinaisons ne se met pas à jour si on applique un prix spécifique. Est-ce que quelqu'un aurait trouvé une solution ? Très bonne journée ;-)
  12. Today
  13. Hi, you have all information if $product object, that you can display where you want in product templates like: Weight: {$product.weight}
  14. Hello, one option could be that you use the features catalog>features
  15. Don't give admin url in forum, this can give information for hackers 😞 Please remove it from your posts asap! The issue is that : https://siarstudio.com redirects to http://siarstudio.com and http://siarstudio.com redirects to https://siarstudio.com Dead loop 😞 If your 2 vhosts point to the same directory check .htaccess redirect rules or rules in apache or nginx, certainly an error. Otherwise check dns redirect.
  16. Bonjour, à tous, je me permets de revenir pour proposer une solution, je serai heureux d'en discuter avec d'autres personnes pour l'améliorer si besoin ! Voici le code Js : document.addEventListener('mouseup', function(e) { if (e.target.closest('#votreTableau tbody tr')) { setTimeout(function() { collectAndSendNewOrder(); }, 100); } }); function collectAndSendNewOrder() { const orderedIds = []; const UrlModule = document.location.origin; document.querySelectorAll('#votreTableau tbody tr').forEach(function(row) { const parts = row.id.split('_'); if (parts.length >= 3) { const idDiapo = parts[2]; orderedIds.push(idDiapo); } }); $.ajax({ type: 'POST', url: UrlModule + '/modules/votreModule/ajax/position.php', headers: {"cache-control": "no-cache"}, async: true, cache: false, data: { action: 'updatePosition', ids: orderedIds }, success: function(response) { console.log(response); } }); } Et voici position.php <?php require_once(dirname(__FILE__) . '/../../../config/config.inc.php'); require_once(dirname(__FILE__) . '/../../../init.php'); if (Tools::getValue('action') == 'updatePosition') { $ids = Tools::getValue('ids'); if (is_array($ids)) { foreach ($ids as $position => $id_diapo) { $sql = "Votre requête SQL"; Db::getInstance()->execute($sql); } die(json_encode(array('success' => true, 'message' => 'Positions updated successfully'))); } } else { die(json_encode(array('success' => false, 'message' => "No action or not AJAX"))); } Ce code peut paraître simple, mais je n'ai jamais rien trouver pour update une position dans un HelperList. Cordialement.
  17. Merci pour votre réponse rapide, je m'en veut de ne pas y avoir pensé... Problème résolu.
  18. Bonjour Eolia J'ai effectué la requête SQL, cela donne une liste de 25 pays, c'est bien les pays activés qu'il faut afficher lors de l'inscription.
  19. Ciao, detto così sembra tanto un problema con un modulo esterno. Hai qualche modulo che lavora sugli ordini ? M.
  20. https://siarstudio.com https://siarstudio.com/eduzxo2hqabzatax ARPIsirarpi1964@
  21. https://siarstudio.com https://siarstudio.com/eduzxo2hqabzatax
  22. Hi, I use Warehouse - Prestashop theme for my Prestashop 8.1.0. I would like to ask you if it is possible to display the product dimensions (Width/Height/Depth/Weight) on the product page? Would be grateful if anybody could help in this regard. Thank you very much.
  23. Debes comparar 2 registros en la BD en las tablas ps_product, ps_product_lang y ps_product_shop, uno de un producto que si se vea correctamente y otro que no, para que puedas identificar en que campo esta la diferencia entre ambos. Probablemente el problema se trate de un campo que no esta activo correctamente. Suerte.
  24. Yesterday
  25. I thought that had been killed a long time ago! In my experience it was just used by scammers to get your site to send their spam to unsuspecting victims mainly..... Honestly, nobody (ok, very, very few people) email shop products to people. MUCH more likely to share something on their social media account of preference or text/pm a link.
  26. Hola @Manuel_GT Agradezco mucho su tiempo y respuesta, ya lo realicé como me lo indica y no he tenido éxito. Seguiré buscando una solución.
  1. Load more activity
×
×
  • Create New...