Search the Community
Showing results for tags 'adminproducts'.
-
Hello. I 'm new here , I have a question about the development of a module. I am developing a module , which is displayed in the tabs of admin products My question is, how to communicate the Save button with the hookActionProductUpdate function? .. So in this way the data will be saved correctly. Thanks in advance. ps: i'm not english native talker, so excuse me if don't explain clearly
- 2 replies
-
- development
- adminproducts
-
(and 1 more)
Tagged with:
-
Hi I just noticed a bug as soon as I save a product in the backend which didn't occur at first... I'm using Version 1.5.4 If I want to add or edit a product and the click on save (or save and stay) a totally blank page appears. As soon as I reload the URL everything is fine and the changes have been saved. I turned ('_PS_MODE_DEV_', false) to true and checked for an error log on the server but there are no errors. I noticed that as soon as I click on save "conf=4" is missing in the url... here's an example of the url after I click on save or save and stay: mysite.com/shop/admin/index.php?controller=AdminProducts&token=9e516e6b2af9f49ab70eb30480256114&id_product=1 Any ideas? Could this be a timeout problem? Thanks a lot, Pat
- 22 replies
-
- products
- adminproducts
-
(and 2 more)
Tagged with:
-
Hi everybody, I do a small development to add new columns in my BO product page to generate CSV files for a translation agency. And I have added in the BO menu a new page called "Traduction" where I have duplicated the product controller to see all my products, but I need to modify this page. So I want to do 2 things : 1rst : See only products where "traduire" are at 1 and to have the green check button like "activé" button (see attachment screen shot). 2nd : I want to add columns for "product description","meta_title", "meta_keywords" and "meta_description". I have added the short description column with this code in this path : controllers\admin\AdminProductsController.php: $this->fields_list['description_short'] = array( 'title' => $this->l('Résumé'), 'align' => 'left', ); But when i do same for the other columns I want, this error appears : SQL Request error Column 'meta_description' in field list is ambiguous Someone can help me please? I use PS 1.6.0.14 Best regards, Bea972
-
Hello Prestashop community, I am trying to develop a module that adds a new Tab on the product Add/Update Admin page. I managed to add the tab using displayAdminProductsExtra hook. I added some content there using the form helper. The problem is that the actionProductUpdate is not fired when I click the submit button on that tab. I thought I could use that hook (actionProductUpdate) to store the form data, but it's not working. I then thought about creating my own AdminController to handle that but I can't find any good documentation on how to extend that class. So can anyone tell me please how to porcess the form data ? I am working on prestashop 1.6 and I really need your help. Thanks.
- 5 replies
-
- DisplayAdminProductsExtra
- custom tab
-
(and 1 more)
Tagged with:
-
Bonjour, J'ai créé un report sur la forge : http://forge.prestashop.com/browse/PSCFV-10095 Comme expliqué, j'ai un problème lors de la mise à jour des catégories d'un produit. Je sélectionne la/les catégorie(s), je clique sur enregistrer et rester... ça mouline plusieurs secondes (qui sont des minutres) et ensuite, j'ai la levée de 3 erreurs 3 erreurs Une erreur est survenue pendant la configuration des priorités. Une erreur s'est produite lors de la suppression des tags précédents. Une erreur est survenue lors du lien de l'objet. product vers les catégories Les infos sur le serveur sont en screenshot sur le rapport. C'est très génant car il m'est impossible de faire remonter des produits sur la page d'accueil Cordialement
-
Hello Prestashop community, May I seek your help on how to edit the Products list? I'd like to change the Base Column and make the pre-wholesale price display instead. I hope someone can point me to the right direction. Please see photo to see which column I'd like to modify. Thanks!