aquaanimation Posted March 1, 2017 Share Posted March 1, 2017 I have an issue with the product list. All the product names seem to have no name (N/A) [see the screenshot]. They were uploaded using either Greek language as profile language or English but their names are not visible if the profile language is english and not Greek. How may I fix that so that in all of the profile languages the names will be the correct strings and not N/A?? Thanks in advance for the help Link to comment Share on other sites More sharing options...
aquaanimation Posted March 7, 2017 Author Share Posted March 7, 2017 Any ideas on how I may be able to solve this without messing with the CORE? Link to comment Share on other sites More sharing options...
rocky Posted March 8, 2017 Share Posted March 8, 2017 I would guess the English translations are missing for those products. You can try editing each product, entering a translation for English and then clicking the "Save" button. Link to comment Share on other sites More sharing options...
aquaanimation Posted March 8, 2017 Author Share Posted March 8, 2017 I would guess the English translations are missing for those products. You can try editing each product, entering a translation for English and then clicking the "Save" button. In case I don't want to maintain the English version too, since I will be using just the Greek Version, how could I have the products display the same strings that the Greek version has? Link to comment Share on other sites More sharing options...
rocky Posted March 9, 2017 Share Posted March 9, 2017 You'd have to run an SQL query like the following using phpMyAdmin: DELETE FROM `ps_product_lang` WHERE `id_lang` = 2; INSERT INTO `ps_product_lang` SELECT `id_product`, `id_shop`, 2, `description`, `description_short`, `link_rewrite`, `meta_description`, `meta_keywords`, `meta_title`, `name`, `available_now`, `available_later` FROM `ps_product_lang` WHERE `id_lang` = 1; This will delete all the product translations for language 2 and then copy the product translations for language 1 over to language 2. Change 1 to the language ID of Greek and 2 to the language ID of English. Remember to back up your ps_product_lang table first so you can restore it if something goes wrong. Link to comment Share on other sites More sharing options...
Dzinyna Posted July 26, 2017 Share Posted July 26, 2017 You'd have to run an SQL query like the following using phpMyAdmin: DELETE FROM `ps_product_lang` WHERE `id_lang` = 2; INSERT INTO `ps_product_lang` SELECT `id_product`, `id_shop`, 2, `description`, `description_short`, `link_rewrite`, `meta_description`, `meta_keywords`, `meta_title`, `name`, `available_now`, `available_later` FROM `ps_product_lang` WHERE `id_lang` = 1; This will delete all the product translations for language 2 and then copy the product translations for language 1 over to language 2. Change 1 to the language ID of Greek and 2 to the language ID of English. Remember to back up your ps_product_lang table first so you can restore it if something goes wrong. It did NOT help me... Does any one have working solution? it looks stupid when all your items title are displayed N/A. Link to comment Share on other sites More sharing options...
Dzinyna Posted August 4, 2017 Share Posted August 4, 2017 ok, I fount the solution on my own. I made my site again in english language, checked titles and it was just perfect. Then changed the language back it was before, for me it was Lithuanian language and it worked. All titles display nice and search is working too on admin panel to find the product. Link to comment Share on other sites More sharing options...
Michel_1911 Posted January 26, 2019 Share Posted January 26, 2019 (edited) I have the same issue in version 1.7.5.0 In the English language I see N/A but when I change to Dutch language in the back office all is ok. We need to have it in 2 languages working, because not all people working on the site speak/read Dutch properly so we have to use English as well. Is there an easy fix for this found already for this issue? PS. When I import the product all is ok in both languages UPDATE: When I change the product name in the default language (English) nothing happens and name stays as the old name, but when I change the back office language to dutch then you see the change you have made in the name field. Edited February 3, 2019 by Michel_1911 (see edit history) Link to comment Share on other sites More sharing options...
saeed_sb Posted June 25, 2019 Share Posted June 25, 2019 Hi, I Solved this problem. you can use this module:https://github.com/saeed-sb/fixboproductname 1 4 Link to comment Share on other sites More sharing options...
CJH Posted October 16, 2019 Share Posted October 16, 2019 Worked perfectly - been tearing my hair out over this. Thank you indeed. Link to comment Share on other sites More sharing options...
RawArt Posted November 20, 2019 Share Posted November 20, 2019 I have the same problem, On 6/25/2019 at 2:16 PM, saeed_sb said: Hi, I Solved this problem. you can use this module:https://github.com/saeed-sb/fixboproductname How to install it? If I make a .zip file that include all those files, Prestashop says "upload error". Sorry for the noob question, but I can't install it. PS: I tried to put the folder (not .zip) into the modules folder via FTP, but still can't see the module in the Module Manager. Link to comment Share on other sites More sharing options...
saeed_sb Posted November 23, 2019 Share Posted November 23, 2019 Hi RawArt Sorry for the late reply, please see this issue:https://github.com/saeed-sb/fixboproductname/issues/1 2 Link to comment Share on other sites More sharing options...
RawArt Posted November 24, 2019 Share Posted November 24, 2019 20 hours ago, saeed_sb said: Hi RawArt Sorry for the late reply, please see this issue:https://github.com/saeed-sb/fixboproductname/issues/1 I tried that, it didn't work. Neither "Upload a module" button in PS, nor uploading the folder via FTP to public_html/modules Link to comment Share on other sites More sharing options...
@diegofrancesco Posted November 26, 2019 Share Posted November 26, 2019 On 6/25/2019 at 2:16 PM, saeed_sb said: Hi, I Solved this problem. you can use this module:https://github.com/saeed-sb/fixboproductname Great Saeed, thanks man! Link to comment Share on other sites More sharing options...
fernando_vaz Posted November 29, 2019 Share Posted November 29, 2019 Oi, para resolver o problema, após o download, abra o arquivo zip e remova "-master" do final do nome da pasta. Primeiro renomeia a pasta tirando o -master do final, ai sim zipa ela e faça upolad. DA CERTO! Muito bom, vida longa a Saeed, =))) s22 Link to comment Share on other sites More sharing options...
Mercader Virtual Posted January 22, 2020 Share Posted January 22, 2020 (edited) Excellent module. This should be part of the core functionality. Edited January 22, 2020 by Mercader Virtual (see edit history) Link to comment Share on other sites More sharing options...
fercaldas Posted April 7, 2020 Share Posted April 7, 2020 Friend, After install this module, all modules that I have in standard sections in my "Module Manager" (as Administration, Design&navigation, Promotions, etc) was moved to "Others" how to fix that? Link to comment Share on other sites More sharing options...
saeed_sb Posted April 10, 2020 Share Posted April 10, 2020 Hi fercaldas, I have never had such a problem, Clear the cache and see what happens. Link to comment Share on other sites More sharing options...
fercaldas Posted April 11, 2020 Share Posted April 11, 2020 On 4/10/2020 at 3:15 AM, saeed_sb said: Hi fercaldas, I have never had such a problem, Clear the cache and see what happens. Yes I did it many times... didn't solve the issue... Link to comment Share on other sites More sharing options...
Courage2000 Posted April 14, 2020 Share Posted April 14, 2020 Downlload the zip from github, extract, rename (no-master), rezip and upload Working on 1.7.6.4 1 1 Link to comment Share on other sites More sharing options...
Digital360Europe Posted May 5, 2020 Share Posted May 5, 2020 Excellent module. This should be part of the core functionality. You saved me! Thank you!!!! 1 Link to comment Share on other sites More sharing options...
KetchupMayo Posted June 3, 2020 Share Posted June 3, 2020 On 6/25/2019 at 2:16 PM, saeed_sb said: Hi, I Solved this problem. you can use this module:https://github.com/saeed-sb/fixboproductname I have the exact same issue but this fix did not solve it. Version 1.7.6.5 Link to comment Share on other sites More sharing options...
Digital360Europe Posted June 10, 2020 Share Posted June 10, 2020 On 6/3/2020 at 10:41 AM, KetchupMayo said: I have the exact same issue but this fix did not solve it. Version 1.7.6.5 Great! Thank you very much! Works perfectly! 1 Link to comment Share on other sites More sharing options...
sylwekb Posted September 18, 2020 Share Posted September 18, 2020 Hello all In my version, Prestashop 1.7.6.7 appears in the product name N/A admin panel. I am trying to install the module in the admin panel, but it fails. Uploading to FTP to the / modules directory doesn't help either. The module is not visible in the administration panel. Am I doing something wrong? Could someone give a hint. 1 Link to comment Share on other sites More sharing options...
Digital360Europe Posted September 18, 2020 Share Posted September 18, 2020 It works! Please check first if the folder fixboproductname-master contains another folder inside with the same name. If there is a second folder inside, delete the first and keep only the one inside. Secondly rename the folder in order to not contains characters like "-" for example make it: fixboproductnamemaster and try again to install. 1 Link to comment Share on other sites More sharing options...
sylwekb Posted September 21, 2020 Share Posted September 21, 2020 I changed the folder name without "-" and it doesn't help. The archive is attached. I cannot install or see the module. I have Prestashop version 1.7.6.7. What could be the reason? fixboproductnamemaster.zip Link to comment Share on other sites More sharing options...
sylwekb Posted September 21, 2020 Share Posted September 21, 2020 (edited) Problem solved, may be useful to someone. The zipped directory and archive must be named "fixboproductname". A different directory and zip name causes the error. Edited September 21, 2020 by sylwekb (see edit history) Link to comment Share on other sites More sharing options...
Seppe Posted December 9, 2020 Share Posted December 9, 2020 still fighting with this problem The frontend is in Dutch The backend is in English I disabled all other languages. Thats seems to be the problem. But I can't figure it out... Link to comment Share on other sites More sharing options...
Digital360Europe Posted December 9, 2020 Share Posted December 9, 2020 (edited) Seppe, what do you mean? By the front end you mean your shop page and back end you mean the dashboard? Could you please upload a screenshot? Edited December 9, 2020 by Digital360Europe (see edit history) Link to comment Share on other sites More sharing options...
Seppe Posted December 9, 2020 Share Posted December 9, 2020 Good afternoon Yes, the webshop for visitors is in Dutch, but the backend (for me) is in English. But I found it already. Because my backoffice is in English, I need to add the translations of the product. This also results in the webshop being multilanguage. I changed my admin profile to Dutch, and now the problem is solved. frontview and backoffice need to be in the same language for avoiding these problems Link to comment Share on other sites More sharing options...
Michel_1911 Posted January 16, 2021 Share Posted January 16, 2021 Problem is still there in prestashop 1.7.7.1 We run the in Dutch but gives for some people still problems because the English part is not updated. You see in Dutch all oke and in English you see N/A and when you copy a product you keep seeing copy of. But customer sees all normal. Does anyone already have a simple solution? Link to comment Share on other sites More sharing options...
Digital360Europe Posted January 16, 2021 Share Posted January 16, 2021 Michael_1211 Please use this module. It works fine at least on 1.7.6.2. Once installed, if it doesn't work check the module's folder on File Manager. Sometimes the folder's name is not correct. Must be "fixboproductname-master". fixboproductnamemaster.zip 1 Link to comment Share on other sites More sharing options...
marciosouza Posted March 6, 2021 Share Posted March 6, 2021 thanks I use the module, rename it (remove the master) and install. Perfect 1 Link to comment Share on other sites More sharing options...
NarenderSharma Posted April 2, 2022 Share Posted April 2, 2022 Run this query in your ps_product_lang table on phpmyadmin. UPDATE `ps_product_lang` SET `id_lang` = '1' WHERE `ps_product_lang`.`id_shop` = 4 AND `ps_product_lang`.`id_lang` = 2; You need to change the id_shop` = 4 ( This 4 to your shop Id where you want the language change) id_lang` = 2( Replace two with the language you want to alter or the no of wrong language. This will work 200% if you know what you are doing. Link to comment Share on other sites More sharing options...
ItriWeb Posted November 9, 2022 Share Posted November 9, 2022 if anyone facing this problem, just go to Advanced Parameters->Team then choose your employee account, and scroll down to Language, and change it to your language. for example if your website is only in french, just change employee language to french Link to comment Share on other sites More sharing options...
GraffitiWeb Posted May 13, 2023 Share Posted May 13, 2023 On 1/16/2021 at 11:40 PM, Digital360Europe said: Michael_1211 Please use this module. It works fine at least on 1.7.6.2. Once installed, if it doesn't work check the module's folder on File Manager. Sometimes the folder's name is not correct. Must be "fixboproductname-master". fixboproductnamemaster.zip 9.53 kB · 35 downloads Hi. Does it work on 8.x? Thanks 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now