Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Think you are missing the closing bracket } for the class. Check your server log for errors
  3. Today
  4. Bonjour, je suis prestashop 8. Je souhaiterais deplacer un block mais impossible de trouver comment mettre en page. Je vous joins une capture. bonne après midi. clément
  5. Hola. Estamos migrando una tienda de prestashop de servidor y a otro dominio. Hemos hecho los pasos de copiar todos los archivos y la base de datos, y cambiar la url en la base de datos. Aparte de borrar el contenido de las carpetas de caché, guardar las opciones de tráfico y seo, y borrar caché dentro del admin. Hasta ahí todo bien, la tienda funciona. Pero veo que en la administración hay pequeños errores de visualización que son molestos. Por ejemplo, en la página de editar o crear un producto, al cambiar a la pestaña de combinaciones, se ve descuadrado. https://prnt.sc/ujire-6mzFI5 Sin embargo, en la original, sí se ve bien. https://prnt.sc/dTWeHyEz0el7 Por lo que he podido ver, al migrar se ha descuadrado el HTML. Original: https://prnt.sc/dVTo2PPawKXP Migrada: https://prnt.sc/Td0FIydLMlpb Así que había pensado en resubir el archivo que se encarga de generar ese HTML, pero no sé cuál es. Uso prestashop 1.7.5.1, le he preguntado a chatgpt, pero me marca una ruta de archivo que no existe (ni en el paquete original de prestashop). Aparte de ese error, en la página de borrar caché, también veo que está el HTML mal. https://prnt.sc/Tr7bCOOnl-6Y En la captura se ve que no se puede seleccionar ninguna opción, y en el HTML está "selectid" en lugar de "select id". Si lo separa, esa opción funciona bien, pero tampoco sé qué archivo es ¿Me podéis ayudar? ¡Muchas gracias!
  6. Hello I work with 1.7.8.7 and I tried this. It implements, but shows an error somehow. also the search does not work once I chose a brand. I also could not find where to deactivate the modul. Thanks for support!
  7. Can you show me where is the static_token with a print? Thanks
  8. 3.0.2 - 04/21/2024 Fixed bug preventing certain scenarios from being deleted from the catalog Fixed a bug in the option to uninstall several modules at the same time Improved feedback on certain scenarios that can take a long time Improved explanations to help with the use of certain scenarios DataTables library updated to version 2.0.5
  9. 3.0.2 - 21/04/2024 Correction d'un bug empêchant la suppression de certains scénarios du catalogue Correction d'un bug dans l'option de désinstallation de plusieurs modules en même temps Amélioration du retour d'information sur certains scénarios qui peuvent prendre beaucoup de temps Amélioration des explications pour faciliter l'utilisation de certains scénarios Mise à jour de la bibliothèque DataTables vers la version 2.0.5
  10. I forgot to mention both! PS. 1.7.8.11 and PHP 7.4. tks
  11. Select all image for the main combination is not a good solution, because when user changes combination I have the same problem (pretashop show to user only the image associated to combination selected) and if I select all images in all combinations the image is not changed for each selected combination.
  12. Già fatto, il problema è proprio quello: se imposti l'immagine per singola variante, accedendo alla scheda prodotto, prestashop ti fa vedere solo l'immagine impostata per la variante principale e non mostra tutte le immagini del prodotto. In sostanza, gli utenti accedendo alla scheda prodotto non vedono tutte le immagini inserite nel prodotto, ma vedono solo quelle impostate nelle varianti.
  13. Già fatto, il problema è proprio quello: se imposti l'immagine per singola variante, accedendo alla scheda prodotto, prestashop ti fa vedere solo l'immagine impostata per la variante principale e non mostra tutte le immagini del prodotto. In sostanza, gli utenti accedendo alla scheda prodotto non vedono tutte le immagini inserite nel prodotto, ma vedono solo quelle impostate nelle varianti.
  14. Si la cache l'ho svuotata e cercato di visualizzare con altri browser e niente Per quanto riguarda il filesystem dove posso visualizzare?
  15. Hello everyone, I ask for your help in solving my problem, which has been plaguing me for months now. From mobile the site is really slow, using Google devtools there are two JS and CSS files in the cache which significantly slow down the page (not used). Obviously they are related to each other, so I can't eliminate them. How can I solve the problem? A thousand thanks
  16. Ce n'est pas une bonne solution, car lorsque l'utilisateur change de combinaison, j'ai le même problème et si je sélectionne toutes les images dans toutes les combinaisons, l'image n'est pas modifiée pour chaque combinaison sélectionnée.
  17. Ciao, la prima cosa che puoi fare è cancellare la cache (directory var/cache) Dall'errore sembra che non trovi la classe "Link". Sicuro che i file siano corretti sul filesystem ?
  18. Alcune mie clienti, oltre a mille altri errori...riscontrano un errore durate il reset della password. Nonostante lo clicchino solo una volta viene un messaggio con scritto "PUOI RIGENERARE LA TUA PASSWORD SOLO OGNI 360 MINUTI" con screen allegato
  19. Hello, I made some small changes in my module and now I can`t see any of possibility changing my module like I can`t uninstall or install it or configure This code for the module <?php header("Access-Control-Allow-Origin: *"); include_once(__DIR__ . '/Ps_IntroSlider.php'); if (!defined('_PS_VERSION_')) { exit; } $autoloadPath = __DIR__ . '/vendor/autoload.php'; if (file_exists($autoloadPath)) { require_once $autoloadPath; } use introslider\Controller\AdminIntrosliderController; use PrestaShop\PrestaShop\Adapter\SymfonyContainer; use introslider\Ps_IntroSlider; class introslider extends Module { protected $_html = ''; protected $default_width = 779; protected $default_speed = 5000; protected $default_pause_on_hover = 1; protected $default_wrap = 1; protected $templateFile; public function __construct() { $this->name = 'introslider'; $this->tab = 'front_new_office_features'; $this->version = '1.0.0'; $this->author = 'HIC'; $this->need_instance = 0; $this->secure_key = Tools::encrypt($this->name); $this->bootstrap = true; $this->ps_versions_compliancy = [ 'min' => '1.6', 'max' => _PS_VERSION_, ]; $this->bootstrap = true; parent::__construct(); $this->displayName = $this->getTranslator()->trans('Intro slider', array(), 'Modules.Introslider.Admin'); $this->description = $this->l('Add new splash screen and product slides for mobile.'); $this->confirmUninstall = $this->l('Are you sure you want to uninstall?'); if (!Configuration::get('introslider')) { $this->warning = $this->l('No name provided'); } $tabNames = []; foreach (Language::getLanguages(true) as $lang) { $tabNames[$lang['locale']] = $this->trans('Introslider Admin', [], 'Modules.Introslider.Admin', $lang['locale']); } $this->tab_class = array( 'AdminIntrosliderModule' => array( 'id_parent' => 0, 'label' => $this->l('Introslider'), 'icon' => 'false' ), 'AdminIntroslider' => array( 'id_parent' => Tab::getIdFromClassName('AdminIntroslider'), 'label' => $this->l('Introslider list'), 'icon' => 'false' ) ); } public function install() { /* Adds Module */ if (parent::install() && $this->registerHook('displayHeader') && $this->registerHook('displayHome') && $this->registerHook('actionShopDataDuplication') ) { $shops = Shop::getContextListShopID(); $shop_groups_list = array(); /* Setup each shop */ foreach ($shops as $shop_id) { $shop_group_id = (int)Shop::getGroupFromShop($shop_id, true); if (!in_array($shop_group_id, $shop_groups_list)) { $shop_groups_list[] = $shop_group_id; } /* Sets up configuration */ $res = Configuration::updateValue('INTROSLIDER_SPEED', $this->default_speed, false, $shop_group_id, $shop_id); $res &= Configuration::updateValue('INTROSLIDER_PAUSE_ON_HOVER', $this->default_pause_on_hover, false, $shop_group_id, $shop_id); $res &= Configuration::updateValue('INTROSLIDER_WRAP', $this->default_wrap, false, $shop_group_id, $shop_id); } /* Sets up Shop Group configuration */ if (count($shop_groups_list)) { foreach ($shop_groups_list as $shop_group_id) { $res &= Configuration::updateValue('INTROSLIDER_SPEED', $this->default_speed, false, $shop_group_id); $res &= Configuration::updateValue('INTROSLIDER_PAUSE_ON_HOVER', $this->default_pause_on_hover, false, $shop_group_id); $res &= Configuration::updateValue('INTROSLIDER_WRAP', $this->default_wrap, false, $shop_group_id); } } /* Sets up Global configuration */ $res &= Configuration::updateValue('INTROSLIDER_SPEED', $this->default_speed); $res &= Configuration::updateValue('INTROSLIDER_PAUSE_ON_HOVER', $this->default_pause_on_hover); $res &= Configuration::updateValue('INTROSLIDER_WRAP', $this->default_wrap); /* Creates tables */ $res = $this->createTables(); return (bool)$res; } return false; } public function uninstall() { return ( parent::uninstall() && Configuration::deleteByName('INTROSLIDER_SPEED') && Configuration::deleteByName('INTROSLIDER_PAUSE_ON_HOVER') && Configuration::deleteByName('INTROSLIDER_WRAP') ); } private function manuallyInstallTab() { $res = true; $id_parent = 0; foreach ($this->tab_class as $class => $value){ $tab = new Tab(); $tab->class_name = $class; $tab->id_parent = $id_parent; $tab->module = $this->name; $tab->name[(int)Configuration::get('PS_LANG_DEFAULT')] = $value['label']; if (true == Tools::version_compare(_PS_VERSION_, '1.7.0.0', '>=') && $value['icon']) { $tab->icon = $value['icon']; } $res &= $tab->add(); if (!$id_parent) { $id_parent = (int)$tab->id; } } return $res; } private function uninstallTab() { $res = true; foreach (array_keys($this->tab_class) as $class) { $idTab = Tab::getIdFromClassName($class); if ($idTab != 0) { $tab = new Tab($idTab); $res &= $tab->delete(); } } return $res; }
  20. Buongiorno Stamattina ho riscontrato questo errore in una installazione prestashop Ho attivato il debug e mi esce la seguente segnalazione ps: ho censurato il nome del sito
  21. Check your data in the ps_category_product table. You may find rows with id_category value = 0. Deleting these rows with DELETE FROM ps_category_product WHERE id_category = '0' can fix the issue.
  22. Check your data in the ps_category_product table. You may find rows with id_category value = 0. Deleting these rows with DELETE FROM ps_category_product WHERE id_category = '0' can fix the issue.
  23. Buenos días, tengo el problema de que tengo un montón de artículos en el blog de mi tienda, el blog es EverBlog, pero este no es compatible con Elementor, y por consiguiente la cabecera que he diseñado para la tienda no funciona en las páginas del blog... ¿Alguien sabe la manera de exportar todos los datos de EverBlog a otro blog que sea compatible con Elementor? Un saludo y gracias por su ayuda. Al Sampedro, Webmaster de cacetines.com
  24. Thanks! I keep forgetting there are tabs in the pages of the Settings! (I wish the tabs never existed haha.) In PS 8.1 I went to Shop Parameters -> Order Settings -> Statues Tab and changed the email up settings for Shipped.
  25. Yesterday
  1. Load more activity
×
×
  • Create New...