Jump to content

VolkanC

New Members
  • Posts

    3
  • Joined

  • Last visited

VolkanC's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

2

Reputation

  1. Hello, @gonebdg - webindoshop.com I also using the same version. Unfortunately I was not able to deal with this problem. class VnreparationDeviceSelectionModuleFrontController extends ModuleFrontController Page title translation does not work for my getTemplateVarPage() method inside class blocks. Very strange. Translation variables are created in the back office. However, it is not triggered after language change in UI. public function getTemplateVarPage() { $page = parent::getTemplateVarPage(); $page['meta']['title'] = $this->trans('Device Selection', array(), 'Modules.Vnreparation.Device_selection'); $page['meta']['description'] = ''; $page['meta']['keywords'] = ''; $page['headerColor'] = 'greenBg'; return $page; }
  2. Merhaba arkadaşlar, Kategori sayfasında bir sonraki sayfaya geçtiğimiz zaman ?page=<SAYFA_NUMARASI> şeklinde parametre göndererek ilerliyor. Bunun yerine /page/<SAYFA_NUMARASI> olarak değiştirmek sizce mümkün mü? PrestaShop varsayılanı: http://localhost/prestashop/en/2-category?page=2 Yapmak istediğim: http://localhost/prestashop/en/2-category/page/2
  3. This is a very simple problem. According to the PrestaShop new version, add the following to the /modulename/modulename.php file of your module: public function isUsingNewTranslationSystem() { return true; }
×
×
  • Create New...