Jump to content

walter_alf

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Activity
    Web development agency

walter_alf's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hello, I need to add a couple of phrases in PHP file and I use function l, like this: $sth = $this->l('Office furniture'). But where can I add translating to 'Office furniture'? For example if I use {l s='some sentence'} in *.tpl files, I can modify translating in diffrent languages for 'some sentence' in presta admin panel in Localization->Translating -> Modify translating and there is 'some sentence'. When I use $this->l I can't find translating to my phrases anything. I have Prestashop in version 1.5.4.1 Best regards
  2. I had the same fatal error like johnberger: " Fatal error: Class 'AdminCategorizationFontsController' not found in .../classes/controller/controller.php on line 128" I used Advanced parameters->performance->clean cache Smart and autoload
  3. I have similar problem. I created new admin controller yeasterday yesterday and I have the same fatal error, but letters size is good. Any ideas?
  4. I think you have to add position:absolute to .facebook_container in css Try add to main.css file this: .facebook_container { position:absolute; }
  5. thanks for fast reply;) I mean normal account. Customers can personalization products in my shop. They are able to create projects and save it. Project data is saved to datebase. Id_guest is in project data (I take it from Tools::getRealUID()), beacaus I have to join project and customer:) Today I noticed the problem, during testing shop (it doesn't work yet), when I was changing data in my account I lost all my projects. Id_guest was changed and I can't see my projects. So, I have to know where and when does presta change id_guest for customer. Where is it in code? When I find it, I will fix it:)
  6. Hello, I have problem with changing id_guest in customer. I created new account and after that I changed e-mail and I signed out. When I logged in again, my id_guest was new. Somebody knows where does presta create new id_guest?
×
×
  • Create New...