Search the Community
Showing results for tags 'back-end'.
-
Buenas noches, vuelvo a insistir. Intentando cambiar el diseño del módulo menú, le dí click a un display erroneo del módulo y ahora no puedo ver la pagina de administración de mi web ya que me quedaron unas fotos superpuestas por encima de la página de administración. Espero que alguien me sepa ayudar. Adjunto captura
- 10 replies
-
- configuracion
- menu
-
(and 2 more)
Tagged with:
-
Bonjour à tous, Je viens de migrer ma boutique prestashop 1.6.24, sur un nouveau serveur (heureusement, elle existe sur l'ancien) Tous se passait bien, jusqu'à ce que j'essaie de remettre une image sur une catégorie. Là, impossible, redirection page 403 erreur, vous n'avez pas les droits. Même problème quand j'ai voulu créer un nouveau produit. l'erreur se produit un coup sur deux. Voulant comprendre, je suis passée en mode debug et j'ai voulu mettre la boutique en mode maintenance. Grossière erreur! Tout est partie en vrille. L'erreur indiquer se trouve dans le fichier Admincontroller.php à la ligne 521. Ayant toujours la boutique en fonctionnement, sur mon premier serveur, j'ai voulu vérifier sur le même fichier mais, il n'y a rien de différent. Sauf que cela fonctionne d'un côté et pas de l'autre🤨🤨🤨 Donc je ne comprends pas. Est-ce que je suis trop pressée et que tous se mettra en place d'ici un jour ou deux? Ou, est-ce qu'il y a un réel problème? Voici la partie du fichier concerné: // Set context mode if (defined('_PS_HOST_MODE_') && _PS_HOST_MODE_) { if (isset($this->context->cookie->is_contributor) && (int)$this->context->cookie->is_contributor === 1) { $this->context->mode = Context::MODE_HOST_CONTRIB; } else { $this->context->mode = Context::MODE_HOST; } } elseif (isset($this->context->cookie->is_contributor) && (int)$this->context->cookie->is_contributor === 1) { $this->context->mode = Context::MODE_STD_CONTRIB; } else { $this->context->mode = Context::MODE_STD; } Personnellement, je ne vois pas l'erreur, mais peut-être qu'elle sautera aux yeux de l'un d'entre vous. Dernière information, je suis passée d'un serveur OVH à un serveur planetHoster, cela vous mettra peut-être sur la voix, parce que moi là, je rame. Merci d'avance pour votre aide
- 4 replies
-
- erreur 403
- categorie
-
(and 1 more)
Tagged with:
-
Hola a tod@s Estoy haciendo un modulo para Prestashop 1.7. La idea es, dentro del back-office, en el menú: Configuración de Pedidos anidar un nuevo menú y mostrar un template .tpl para mostrar en una tabla el resultado de una consulta sql. Tengo gran parte ya desarrollada: class modulejat extends Module { public function __construct(){ } public function install() { include(dirname(__FILE__) . '/sql/install.php'); return parent::install() && $this->installModuleTab(); } private function installModuleTab() { $tab = new Tab(); $tab->module = $this->name; $tab->active = 1; $tab->class_name = 'AdminModulejat'; $tab->id_parent = (int)Tab::getIdFromClassName('AdminParentOrders'); $tab->position = Tab::getNewLastPosition($tab->id_parent); foreach (Language::getLanguages(false) as $lang) { $tab->name[(int)$lang['id_lang']] = 'MenuJat'; } return $tab->add(); } // code } Lo que no logro, es mostrar en ese enlace 'MenuJat' el template y o la consulta sql. No he encontrado mucha información. Alguien tiene alguna idea o un ejemplo que me puede ayudar? Muchísimas gracias! PS: 1.7.6.7
- 1 reply
-
- admincontroller
- tpl
-
(and 6 more)
Tagged with:
-
Bonjour, J'aurais besoin d'avoir une réponse avant de faire l'achat d'un thème. Je voudrais savoir si au niveau du back-end il m'était possible de faire ce que je voudrais. Je m'explique j'aurais besoin de faire lorsque l'on s'inscrit un id_public soit créer de manière random cela emmène à la création d'une page de profil public pour les comptes qui sont de la manière suivante mondomaine.com/p/id_public Merci de vos réponses. Cordialement.
-
Salve a tutti, Ho un problema con l'accesso alla back-end di Prestashop. In sostanza ho fatto l'installazione, che è andata a buon fine, e non riesco ad eseguire l'accesso con il mio utente. l'ultimo passo dell'installazione prevedeva l'inserimento dei dati di accesso per l'utente amministratore ed ho inserito la mia e-mail e la password. Sono sicuro di inserire la password corretta ma Prestashop me la da errata quindi faccio la procedura di recupero ma senza ricevere nessuna e-mail. Qualcuno sa dirmi come fare a fare il primo accesso oppure reinstallo tutto e faccio tutto da capo? Grazie in anticipo.
-
Bonjour à tous! Je fais mes premiers pas sur Prestashop (il faut bien s'y mettre un jour!) et je rencontre un soucis par rapport à l'ajout d'un champ texte (html) sur une page de type produit. L'idée est d'ajouter un champ "Ingrédients" où je pourrai rajouter librement du contenu à cet endroit. J'ai suivi ce tuto à ma manière dans le sens où, comme c'est mal expliqué et imprécis, j'ai pris le temps de bien comprendre les répercussions sur les manip'. En résumé: - Le champ html dans le back-end est affiché. - Le contenu est affiché sur la page produit en front mais... Problème: ... c'est que le contenu est affiché parce que j'ai été l'écrire manuellement dans la db car je me suis rendu compte que la modif', en admin, ne va pas écrire dans la DB. A savoir aussi que si j'écris manuellement dans la db (donc dans ma nouvelle colonne "ingredients", admettons), celle-ci s'affiche dans le champ html. C'est vraiment l'écriture entre l'admin et la DB qui ne se fait pas. Je ne sais pas ce que je rate ni où il faut regarder donc si vous pouviez m'aider ce serait... très sympa! Merci à vous,
-
Hi, After a long search without any good solutions, I really need your help. Since several days, in some pages of my back-office like category management, the category tree of my shop isn't displayed anymore. Find the example on the screenshot i joined. I can't see where this problem can be from. I did some update and added some modules but I don't remember of the lastest ones so I can't try to unistall them to see which one is inaccurate. I turned on the error displaying mode but no errors detected by Prestashop. It's not from the CSS either. Did you have this issue? If yes, how did you fix it? Thanks in advance for your answer and your help.
- 4 replies
-
- category tree
- back-office
-
(and 4 more)
Tagged with:
-
Hi! The order state in front-end (client profile) is different from back-end (admin panel). I find out that in order_history table, the id_order_state is showing 20 (waiting for payment) it is supposed to show 2 when payment is accepted. How do I fix this?? Thanks for viewing this topic, maybe you will know the answer. I started creating an e-shop few weeks ago. Everything was nearly done, the website was ready to go full speed. Then, out of nowhere, I came with an idea to trunace my test orders in MySQL and here is where it all started... Suddenly, the website started glitching and stuff, I had read that I wasn't supposed to trunace order_state and _order_state_lang files therefore I created a new website, installed all the same modules and exported all the tables that were trunaced and imported them back into MySQL, however it did not fixed the problem. I was asking a lot of people that have an e-shop maybe they know what the problem is, however none of them could answer. Therefore, I am writing right here. I tried to examine the mySQL tables, however it looks like everything is fine and therefore I am thinking about starting all-over again.. (I can't export 1000+ products due they are merged with modules). I have also attached some pictures showing the problem.. Thank you everyone for your responses / ideas. Another interesting thing that I found out is that, I can't update manually to Payment accepted here. Because it says "The new order status is invalid.". But if I update to any other state and then to 'Payment accepted' - everything is fine. Therefore, I assume that system detects the order as 'Payment accepted', however there is somewhere, maybe a duplication or bad ID that shows wrong order state. I really do not know where to look for.
-
Geachte prestashop liefhebbers, Probleem omschrijving: Ik ben momenteel bezig met een webshop voor cartridges. Hiervoor heb ik de volgende indeling gemaakt in categorieën: merk -> printer -> cartridges Nu komt het volgende; Ik heb de database met +/- 10 duizend categorieën gevuld, maar nu wordt de site (zowel front-end als back-end) erg traag. Is hier een passende oplossing voor? Edit: Er zitten nog geen producten in!!! Ik heb de website draaien op een VPS met 8 cores & 16gb ram. VPS is in eigen beheer. Alvast bedankt voor jullie bijdrage! Met vriendelijke groet, Rob
- 13 replies
-
- categorieën
- producten
-
(and 2 more)
Tagged with:
-
Hi, I've read a lot of topics about my problem but nothing seems to fix this. I have a Prestashop online, we were having issues with the host so my client decided to move the website to another domain (his own). He did it himself and added an SSL connection. When we want to access the website, our browser tell us that the connection isn't certified, both on Chrome & Firefox (I haven't tried on other browsers). The problem is the SSL connection. It crosses the https in chrome when I force the browser to enter the website. In the admin, Preferences -> General, "Activate SSL" is set to NO because when we set it to YES, it will throw an infinite loop in the front end. The back end still shows the address with my https crossed (so assuming it doesn't work). the shop address is set up as shop.mywebsite.com if it can help. Thanks for your help !
-
Saludos a todos, al migrar una de mis tiendas desde mi servidor local a su respectivo hosting, no puedo acceder a ella. cuando ingreso al back-office, aparece la siguiente advertencia. http://prntscr.com/1k31x4 Al leer en otros temas, me di cuenta que mi caso era distinto puesto que no aparece el link "ver mi tienda" en el extremo superior derecho del back-office. Cuando modifico las URL's de la tienda, agregando las www, en el siguiente apartado http://prntscr.com/1k326h, el back office se rompe y queda de la siguiente forma: http://prntscr.com/1k32kt Alguien podría guiarme un poco en como resolver este tema. El procedimiento de migración que utilicé es el correcto porque lo hice ya con tres tiendas, sin problemas, siguiendo exactamente los mismo pasos. Otra de las pruebas que hice fue utilizar la base de datos de esta tienda "corrupta" en otra tienda, y el error también está, así que asumo que el problema es la base de datos. Eliminé la base y volví a importarla realizando las modificaciones correspondientes y nada.. por favor, ayuda!! gracias!!
- 1 reply
-
- dominio
- advertencia
-
(and 1 more)
Tagged with:
-
Hi, I am using prestashop 1.5.4.1 on a remote server. ( I have upgraded from prestashop 1.5.3) The problem is that, the final retail price does not show anything in the back-end, as shown in the attached file. The other problem is that, my shop shows GST (5%) taxes by default and later at the checkout it adds the remaining tax (8%, HST) for customers from Ontario. Does anybody know how can I fix it? I just want my shop calculate all the tax, e.g. 13% for Ontario at checkout process. Thank you very much, Mojtaba
-
- final retail price
- does not show
-
(and 1 more)
Tagged with:
-
Hi, I'm aware of the feature in the back-end to remove entire main menus in Adminstration > Menus. I've been trying to customize my Customer Menu to replace all sub-menu title 'Customers' with 'Sales Reps'. Remove the sub-menu item 'Customer Service' This is as far as I've gotten: Any help would be greatly appreciated. Thanks
-
Hola, Les cuento que me han desaparecido algunos campos de edición del back-end. Anteriormente los había utilizado y ahora no aparecen. Adjunto capturas para que se entienda. Lo único que creo que puede haber tenido algo que ver es que borré todo los archivos del CACHE. Es posible que eso haya afectado esto? Si no, se les ocurre como puedo recuperar los campos?? Gracias y saludos J
-
- back-end
- desaparecieron
-
(and 2 more)
Tagged with:
-
Hi all, Tried upgrade to 1.5.0.17. Did not work. Dropped Database and dit new installation with same 1.5.0.17 (shop new, so not yet active). Running ( after refresh for back-end because all menu's were shown together as read on other posts). Now my 'problem' : In the back-end under Modules the sub Modules and Payment are showing me a blank(white) screen, nothing else. Is something missing because i guess that the sub Modules is the palce to move the modules on the front-end. Please show me the way to go.