Jump to content

Search the Community

Showing results for tags 'prestashop translations'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Marketplace
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 3 results

  1. I have a Prestashop 1.7 website where I had to override the ps_mainmenu module ( main file of the override ) . Now the override works fine except the fact that I am not able add a necessary translation for a text. I am sharing below how I have written in the code. Kindly tell me if there is any mistake or am I not looking in the right place for tranlsation in admin panel public function getViewAllLink($menu) { if ($menu['url'] && $menu['type'] == "category") { return [ 'type' => 'view-all', 'label' => $this->trans('ALLES ANZEIGEN', [], 'Modules.Mainmenu.Mainmenu'), 'url' => $menu['url'], 'children' => [], // You can customize this if needed 'open_in_new_window' => false, 'image_urls' => [], 'page_identifier' => $menu['page_identifier'], 'current' => false, 'depth' => $menu['depth'] + 1, // Assuming depth is an integer ]; } return null; } I had checked in admin panel module translations as well as front office translation. All other translations in the main file is similar to this too. I think it's using the new translation system too. One of the fixes suggested was to add the following code public function isUsingNewTranslationSystem() { return true; } but that didn't do the trick
  2. Hello experts, I need you help in urgent. I am facing an issue with prestashop multistore theme translation. When I translate a perticular text for store one that will save for store two also. And if translate that string for store two then that will effect store one again. So the conclusion which i got is if we use same string for multiple shops, then the most recent shop translation will save for other shops as well. Its very urgent, please help me. My prestashop version is 1.7.5.2 Thank you.
  3. Hi, I am having issues with the translations regardless of what I tried to change, the page is just won't saved. Always 404 error. I am using Prestashop 1.5.6.2 (will try to upgrade to v.1.6 soon). Here are the steps of what I am trying to do: Localization > Translations > Installed modules translations > [select the theme(not default theme)] > [select ENGLISH] flag. Under Module stsocial, change "Get Social" to "Follow Us". Then Save. Error page 404. Here, doesn't matter which module and what text I tried to change, when click on the Update or Update and stay button, I received 404 error message. I researched on the previous prestashop translations issues and tried almost all the relevant options but still not fixed. I contacted the hosting company but they cannot help. What exactly can they help apart from restart the apache server and ensure that the mod_security and mode_rewrite are enabled? Below are those I tried. -make sure back office-->advanced parms-->performance-->smarty is not set to 'never compile' -cmod is 755 to public_html and all its folders and files under it. -.user.ini or .php.ini settings register_globals = Off; magic_quotes_gpc = Off; max_execution_time = 1000; max_input_time = -1; memory_limit= 1024M; upload_max_filesize= 128M; post_max_size= 512M; max_input_vars = 5000; (even set to 10000, still not work) suhosin.get.max_vars = 5000; (even set to 10000, still not work) suhosin.post.max_vars = 5000; (even set to 10000, still not work) -click on Update Translations button in BO. This is automaticailly create en.php file to all theme's translation files as informed by the author of the theme. -tried the .htaccess fault i.e In the back office under SEO & URL tab I have set "friendly" and "canonical" URL's to NO, saved the preferences, then i have deleted the entire code within .htaccess, went back to the SEO & URL tab, set "friendly" & "canonical" URL back to YES and pressed the save button. -created the AdminTranslations.php as someone had suggested in one of the posts. Still not work. Could someone please help me?
×
×
  • Create New...