Search the Community
Showing results for tags 'Back-office'.
-
Bonjour à tous, J'ai un souci de lenteurs sur la pages des paniers/paniers abandonnés de mon back office, je n'ai que 269 paniers et j'ai 44 secondes de temps de chargement! J'ai pu faire un profiling de la page, voici un screen. Quelqu'un aurait une idée de comment réduire ce temps de chargement ? Le nombres de queries ne peut-il pas être réduit ? Il y en a forcément certaines inutiles non ? Merci d'avance !
- 3 replies
-
- back-office
- paniers
-
(and 1 more)
Tagged with:
-
Hi everyone ! I could use some help. I'm using Prestashop 1.7.7.7, and since a few weeks, I'm experiencing a really slow back office (10 to 20seconds between pages). I have no issues with the front office. I upgraded to a faster server (doubled the CPU/RAM), but nothing changed. Trying to know which module or hook could be responsible for this slowness, I enabled debug mode to have timings on the request. And in debug mode, the back office is super fast. I don't have the same issue at all. I already tried to clear the 'prod' and 'dev' cache, my smarty recompilation settings are on "never recompile". I'm a bit clueless right now, do you have an idea what could case such a difference between debug and prod modes ? My first idea was to enable debug mode as it enables performance monitoring using Symfony, but as I said, debug mode seems to "solve the issue"... It is obvious that I just can't let the shop in debug mode while in production, so I must find the real issue. Do you have ideas for me to dig deeper ? Thanks a lot 😄
- 10 replies
-
- performance
- 1.7
-
(and 4 more)
Tagged with:
-
Hello, I would like to know how to update the view in the backoffice using a controller from a module. I have made this controller and view, code is below: AdminModlistController.php in customizeproducts/controllers/admin <?php class AdminModlistController extends ModuleAdminController { public $ssl = true; public function __construct() { parent::__construct(); $this->context = Context::getContext(); } public function initContent() { parent::initContent(); $this->context->smarty->assign(array()); $this->setTemplate('modlist.tpl'); } } ?> AdminModlist.tpl in customizeproducts/views/templates/admin <div class="panel"> <h3> Hello </h3> </div> How can I access this controller? Any help would be greatly appreciated.
- 6 replies
-
- back-office
- module
-
(and 2 more)
Tagged with:
-
Bonjour, Version PS: 1.7.2.4 Lorsque je veux consulter la liste des panier depuis le dashboard de l'interface d'administration de Prestashop j'ai une page d'erreur : [PrestaShopException] Invalid address #18 at line 439 in file classes/Address.php 434. // if an id_address has been specified retrieve the address 435. if ($id_address) { 436. $address = new Address((int)$id_address); 437. 438. if (!Validate::isLoadedObject($address)) { 439. throw new PrestaShopException('Invalid address #'.(int)$id_address); 440. } 441. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) { 442. $address = new Address(); 443. $address->id_country = (int)$context->customer->geoloc_id_country; 444. $address->id_state = (int)$context->customer->id_state; AddressCore::initialize - [line 197 - classes/tax/Tax.php] - [1 Arguments] TaxCore::getProductEcotaxRate - [line 722 - classes/Cart.php] - [1 Arguments] CartCore->getProducts - [line 3867 - classes/Cart.php] CartCore->isVirtualCart - [line 1797 - classes/Cart.php] CartCore->getOrderTotal - [line 1715 - classes/Cart.php] - [2 Arguments] CartCore::getTotalCart - [line 860 - controllers/admin/AdminCartsController.php] - [3 Arguments] AdminCartsControllerCore->getOrderTotalUsingTaxCalculationMethod - [line - ] - [2 Arguments] call_user_func_array - [line 333 - classes/helper/HelperList.php] - [2 Arguments] HelperListCore->displayListContent - [line 162 - classes/helper/HelperList.php] HelperListCore->generateList - [line 920 - controllers/admin/AdminCartsController.php] - [2 Arguments] AdminCartsControllerCore->renderList - [line 2099 - override/classes/controller/AdminController.php] AdminControllerCore->initContent - [line 205 - classes/controller/Controller.php] ControllerCore->run - [line 379 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 95 - admin/index.php] Y a t'il un moyen de supprimer un ou plusieurs panier abandonnés ? Merci pour votre aide.
- 11 replies
-
- invalid address
- prestashopexception
-
(and 3 more)
Tagged with:
-
Hi, I am working to develop Add/Edit/Delete/Search/Bulk Delete operation in module admin controller. The delete operation working fine but edit not working. Also what to use for add/search/Bulk Edit operations. if (Tools::isSubmit('delete'.$this->table)) { // function work } if (Tools::isSubmit('edit'.$this->table)) { // function work } Any idea?
-
Hi All, Greetings of the day. The prestashop addon helps administrators to notify back-office login user details and users' login history in the back-office. Users' login history module stores information about individual user logins, including a login username, IP address, date, and showcase in back-office administration. This helps to monitor and check users logging in store. Back-office login notification helps configured email addresses to get emails with details of back-office login users. This helps the administrator to monitor and secure the store's back office. The Prestashop addon helps the administrator to log visitors’ IPs, cities, countries, regions, zip, longitude, and latitude.- Graphical representation of visitors' data using charts helps to know visitors from around the world with maps and good visualization Graphical Statistics Chart about Visitors By Country in Percentage using Pie Chart, Graphical Statistics Chart about Visitors By Month using Column Chart, Graphical Statistics Chart about Visitors By Day using Column Chart This will help to get detail about each visitor. This data helps to make business decisions, and know SEO and marketing campaign output. This module helps to get visitors' information inside the store's back-office instead of visiting online analytics and statistics websites like google analytics, StatCounter, etc. The loading time of scripts from analytics websites takes time on the home page and good speed on the home page is important for SEO. This module helps to overcome this issue. The main goal of any visitor management system is to properly and effectively process and track guests. Features: - Visitors' management facilitates security via details information about each visitor. - Graphical representation of visitors' data using charts helps to know visitors from around the world with maps and good visualization - The electronic or written record of every guest who has visited your site. - Graphical representation of visitors' data using charts helps to know visitors from around the world with maps and good visualization - Graphical Statistics Chart about Visitors By Country in Percentage using Pie Chart - Graphical Statistics Chart about Visitors By Month using Column Chart - Graphical Statistics Chart about Visitors By Day using Column Chart - The electronic or written record of every guest who has visited your site. - Designed to improve security by providing a digital record of who visits on-site. - Support multiple browsers and operating systems. - Helps to find targeted audience visits and conversions in sales. - Help in analysis, statistics, SEO, and marketing campaigns. - Alternate option instead of using analytics script from Google Analytics and Statcounter. - SEO friendly. - Support all browsers: Firefox, Chrome, IE, Safari, etc. - Lightweight. (Smaller file size which loads faster.) - Compatible with PrestaShop 1.5.x,1.6.x,1.7.x and 8.0. - Multiple browser compatibility(IE, Firefox, Opera, Safari, Chrome, and Edge). - Mobile, Tablet, and all devices compatible. - Multi-language and Multi Store compatible. - 24*7 Support - Good Documentation Installation : Step 1: Upload the module zip file from the back-office Module & Services menu tab. Module Manager area using the upload button. After the successful installation module menu, the link will appear in the left menu or top menu in the back-office more area. Step 2: Install the module using the install button. Step 3: Visit the module management page from the back-office "More" area (section) in the left menu in the back-office. Step 4: The module installation process is very easy, how module configuration works can be seen in the demo instance. Step 5: Please visit our demo instance for module configuration and usage demo. Step 6: Please watch the module installation, configuration, and how-to-use video on our YouTube channel. - Module works without making any change in the existing PrestaShop file so that existing customization and theme change do not affect. - We provide free technical and feature support in installation, and configuration, as well as access to updates available for this product. - Free support on installation, configuration, and customization as per store requirements, for example, new hook addition to your store. For a demo on version 1.7.x visit the below links Front-office Demo URL => https://www.hrms-systems.com/presta-addons/en/ Back-office Demo URL => https://www.hrms-systems.com/presta-addons/admin619j6kpbb/index.php For a demo on version 1.6.x visit below links Front-office Demo URL => https://www.hrms-systems.com/presta-apps/en/ Back-office Demo URL => https://www.hrms-systems.com/presta-apps/admin539fyipwq/index.php OUR PRESTASHOP ADDONS MARKETPLACE URL PrestaShop Marketplace URL => https://addons.prestashop.com/en/2_community-developer?contributor=301729 Alternate module download URL => https://www.presta-addons-modules.com https://www.presta-addons-modules.com/en/seo/prestashop-back-office-login-geolocation-history-and-statistics-charts.html
-
- prestashop1.7
- module
- (and 16 more)
-
Bonjour, Je suis un webdesigner débutant qui ne connais franchement rien à PrestaShop (formé pour WordPress) et je suis chargé de la veille technique d'un site presta, le client ne reçoit plus les mails d'info concernant les stocks ni à modifier les quantités des articles, il y a un message d'erreur qui l'empêche de les mettre à jour ("Impossible de mettre à jour les paramètres"). Aussi, quand on essaye d'aller dans la page stock de l'onglet catalogue il y a une page blanche. Comment puis-je savoir ce qui fait ça pour pouvoir le résoudre ?
- 2 replies
-
- page blanche
- beug
-
(and 6 more)
Tagged with:
-
Hello, and thank you for reading. Prestashop Version: 1.7.8.7 I'm trying to do my own meta seo preview for learning, and I could easily manage to override the emplacement of the default one. But I can't manage to get twig to recognize my variable, saying it doesn't exist. But the variable show in context: The variable is showing in the context, from the error. But can't be see by Twig. And the variable is being given to twig when I render the template. I searched a lot of solution in the PrestaShop documentation who's mostly empty for this case of figure, and I been searching on google or with developers since 5 days now and I'm just stuck at the 'giving Twig my variable" step... Could someone see where the problem could occur ? Or if I'm doing something bad ? Thanks you for having read that ! I really hope a solution could come from this topic
-
- back-office
- twig
-
(and 1 more)
Tagged with:
-
Bonjour et bonne année à toutes les bonnes volontés !😀 Je suis en mode test sur Prestashop. Depuis hier je n'ai plus accès dans le back-office à CLIENT et pour les adresses clients (fictives) aucune n'apparait. Un message d'erreur apparait (voir en pièce jointe). Que dois-je faire ? Auriez-vous une idée ? Merci par avance pour votre aide. Très cordialement PS : comme vous vous en doutez je suis nouveau dans le Prestashop world. Informations Version de PrestaShop : 1.7.7.0 Thème actif : classic info_outline Informations sur la configuration mail Méthode d'envoi d'e-mails : Vous utilisez /usr/sbin/sendmail info_outline Vos informations Votre navigateur : Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 info_outline Vérifiez votre configuration Paramètres requis : ok Paramètres optionnels : ok
- 5 replies
-
- adresses
- back-office
-
(and 1 more)
Tagged with:
-
Bonour à tou(te)s, Je travaille actuellement sur la dernière version de Prestashop, à savoir la 1.7.7.0, et je suis étonnée de voir des adresses clients apparaitre dans la section "marques" dans le back-office (j'ai effacé les noms par souci de confidentialité) : J'ai bien trouvé un sujet qui avait été ouvert à ce sujet mais aucune réponse concrète n'a été apportée. Est-ce que quelqu'un a déjà trouvé une solution à ce problème ? Si oui un petit coup de main sera grandement apprécie, merci d'avance :)
-
Bonjour à tous, Me voici avec un soucis assez récurrent sur mon Prestashop 1.7 (voir l'image jointe). J'ajoute un nouveau produit comme d'habitude, je rentre toutes les informations que je souhaite et la de retour sur le front office, SURPRISE !! Des nouveaux produits sans prix, sans image et introuvable dans le back-office, donc impossible de les supprimer. Une idée d'où pourrait venir ce bug ? Merci beaucoup.
- 3 replies
-
- produits
- ajout produit
-
(and 3 more)
Tagged with:
-
Hi All I writing a Module in Prestashop 1.7 and I will need to use simple jQuery in Back-office of my Module ,but I can't use jquery . I tried $this->context->controller->addJquery(); in hookBackOfficeHeader(), but it's not working. From, what I read I understand in Back-office is not supported jQuery , but I couldn't believe that . So I was talked with an Expert in Prestashop Thankful to @razaro to guide me , he recommended me to use like this : public function hookActionAdminControllerSetMedia() { if (get_class($this->context->controller) == 'AdminDashboardController') { if (method_exists($this->context->controller, 'addJquery')) { $this->context->controller->addJquery(); } $this->context->controller->addJs($this->_path.'views/js/'.$this->name.'.js'); $this->context->controller->addJs( array( _PS_JS_DIR_.'date.js', _PS_JS_DIR_.'tools.js' ) // retro compat themes 1.5 ); } } And now , is worked , I have my own JS & jQuery But the problem is Ordering now . My JS file should be called after jQuery NOT Before jQuery ... <script type="text/javascript" src="/prestashop/modules/mytest/views/js/back.js"></script> <script type="text/javascript" src="/prestashop/js/jquery/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="/prestashop/js/jquery/jquery-migrate-1.2.1.min.js"></script> ... And i Think because of the orders i receive this error Uncaught ReferenceError: $ is not defined at back.js:53 What I have in line 53 is $('#my-filed-name').on('change', function () { alert('TEST ALERT'); }); Is any idea how to change the order of JS file in back-end? Thank you
-
Hola. Acabo de pasar por el hilo de presentación, con lo cual ya podeis imaginaros que soy nuevo en esto. Estoy creando mi primera tienda, utilizando la versión 1.7.0.6 de Prestashop. El problema que me trae de cabeza es que introduciendo nuevos productos, en el back-office no aparecen los nombres del producto, sino que en todos los casos aparece 'No disponible' en el campo nombre. Por si tiene algo que ver con el control de stock, está deshabilitado. Os agradecería cualquier ayuda.
- 3 replies
-
- No disponible
- nombre producto
-
(and 1 more)
Tagged with:
-
Bonjour, J'ai un soucis, je constate que Prestashop compresse mes images et les re-size (en respectant ses différents format comme large, miniatures etc) Hors, j'ai un theme personnalisé qui attend des images de tailles différentes définie par le fichier lui même. Ma question est: Comment empécher Prestashop de toucher aux photos que j'associes aux produits ? Merci,
- 17 replies
-
- images produits
- compression
-
(and 1 more)
Tagged with:
-
Bonjour, J'ai besoin de votre d'aide à propos d'une erreur 500 qui s'est déclenchée après la mise à jour de plusieurs modules. Le site est en version 1.7.4.2, et le php est en 7.2 Il est toujours accessible pour les visiteurs. C'est le back-office qui est hors d'atteinte. J'ai trouvé les détails des erreurs listées dans les fichiers logs, il y a beaucoup de messages qui reprennent la formule suivante : Apache error AH01071: Got error 'PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in (LIEN DU MODULE EN PHP) on line 111\nPHP message: PHP Warning: count(): Parameter must be (etc)... Tous ces messages d'erreurs indiquent uniquement 1 module, nommé Live chat Pro, qui est probablement incompatible ? Auriez-vous une idée sur la démarche à adopter pour corriger ces problèmes depuis le FTP ? Tout renseignement est plus que bienvenu !
- 12 replies
-
Bonjour, J'ai besoins de l'aide de la communauté. J'ai fait mes recherches mais je ne trouve pas de réponses à mon problème voilà pourquoi je vous sollicite aujourd'hui. J'utilise une version Prestashop 1.6.0.11. Dans mon back-office, dans Clients > Paniers, on a la liste des paniers. Chaque panier est représenté comme suit : ID (panier) | ID commande | Client | Total | Transporteur | Date | En ligne Moi je cherche à rajouter une colonne Poids pour avoir le schémas suivant : ID (panier) | ID commande | Client | Total | Transporteur | Date | Poids | En ligne Le fichier à modifier est le AdminCartsController.php J'ai réussi à créer une colonne Poids en ajoutant le code suivant : LEFT JOIN '._DB_PREFIX_.'cart_product cp ON (cp.id_cart = a.id_cart) LEFT JOIN '._DB_PREFIX_.'product p ON (p.id_product = cp.id_product) dans la requête SQL et 'weight' => array( 'title' => $this->l('Weight'), 'orderby' => false, 'search' => false, 'align' => 'text-center', ), après la déclaration de la date. Ma colonne s'affiche comme il faut. J'ai dans ma colonne un poids qui s'affiche avec le poids d'un seul produit (soit le plus lourd, soit le poids de la première pièce du panier). J'ai essayé de créer une fonction qui calcule le poids total mais je n'y arrive pas. J'ai essayé en m'inspirant du calcul du prix total. Sans succès. Si quelqu'un aurait une solution à mon problème, je suis preneur. Vous en remerciant d'avance.
- 2 replies
-
- back-office
- modification
-
(and 2 more)
Tagged with:
-
Bonjour à tous, J'ai créé sur mon site web une page pour chaque magasins de notre franchise, est il possible de régler les comptes employés pour qu'ils ne puissent modifier qu'une seule page ? Par exemple les employés de Rennes ne peuvent modifier que la page du magasin de Rennes, ceux de Vannes ne peuvent modifier que la page du magasin de Vannes ... Merci d'avance
- 2 replies
-
- back-office
- employé
-
(and 1 more)
Tagged with:
-
Bonjour à vous , J’espère que vous allez bien , depuis quelque jours j'ai un problème dans mon back-office plus précisément lors de l'ouverture des module et service. J'ai un message qui indique "Cannot get catalog data, please try again later. Reason: cURL error 28: Resolving timed out after 5516 milliseconds" . est ce que vous avez une démarche a me recommander pour que puisse ressouder ce problème . Pour votre information , je suis sur un prestashop 1.7.2 Cordialement
-
- prestashop 1.7.2
- back-office
-
(and 1 more)
Tagged with:
-
Hello everybody, I tryed to transfere my prestashop 1.7.3.1 website for a server to another server (I followed some tutorials to do that and it worked well). All is OK except one thing, I can't access to "Advanced Parameters / Performance" page, it says Error 500. But when I activate manually Debug Mode by changing config / defines.inc.php -> define('_PS_MODE_DEV_', true); Performance page becomes accessible, I don't want debug mode to be enabled all the time. How can I resolve this please. Thanks in advance
- 4 replies
-
- advanced parameters
- performance
-
(and 5 more)
Tagged with:
-
Hola he instalado exitosamente PrestaShop 1.7.3.3 despues de varios intentos en varios hosts, al iniciar sesion en el back-office pongo el usuario y la contraseña y se queda tal cual, se borran los campos y no inicia sesion, no pongo mal la.clave ya que si la pongo mal me sale la alerta de que esta mal. Que podría ser?
- 2 replies
-
- 1
-
- back-office
- error login
-
(and 2 more)
Tagged with:
-
Bonjour, Quand j'essaie de mettre une image dans la description du produit j'ai un message d'erreur "Impossible de mettre à jour les paramètres." La console m'indique : SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data Si je ne met pas de src à mon image ça s'enregistre bien, mais sinon quoi que je mette il y a erreur des la mesure ou je met un attr src sur une image dans ma description. J'ai testé pas mal de truc mais rien ne fonctionne, des idées ?
- 6 replies
-
- back-office
- 1.7
-
(and 1 more)
Tagged with:
-
I cannot Update products on PS 1.7.4.4. Here is the scenario I have an API service which add products on the PS database without any errors. I can see the uploaded products pushed by the API. But the issue is when I tried to update products details like Name, URL it shoe success message but when I refresh the page I could see no update has been occurred. I have put the site in Debug mode but still cant see any errors or warnings. But If I create an product manually from back-office its works perfecly. I one ting I notice that when I hit the save button on the ajax responses empty like {} inn the same time if I update product which are manually created through back-office it ajax response properly. I don't know why the issue is occurring. The same API is work perfectly with Prestashop 1.6.
- 1 reply
-
- product
- back-office
-
(and 1 more)
Tagged with: