Jump to content

Kerel

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

Kerel's Achievements

Newbie

Newbie (1/14)

3

Reputation

1

Community Answers

  1. The only fix I came up with is to change number of invoice in database to number-1 that you want, because the SQL counts the biggest number as a last invoice. Ugly fix, but prestashop is also ugly
  2. I've got exactly same problem, starting number is always 2147483647 even if I change it in the database... Even when I try to generate invoices I get only this number, it isn't increasing. I haven't changed anything... This is horrible BUG!
  3. Thanks so much!!! Have to find correct folder: detail_specification_tables instead of detailspecificationtables Also don't understand why it should be my_module/views/templates/admin/my_module, theres nothing about it in the documentation. Documentation sucks very badly - why prestashop doesn't have documentation like wordpress? Really, thanks so much! I was quite depressed with this, struggling few hours.
  4. Hi, I have a module which displays table in DisplayAdminProductsExtra hook, and there are links to another controller extending ModuleAdminController. Controller is in my_module/controllers/admin/ link is: index.php?controller=AdminDetailSpecificationTables It didn't work for first time - but I've created link to the menu tab and now it works (strange) However, controller is loaded, but not template. When I use $this->setTemplate('display.tpl'); and my template is in my_module/views/templates/admin/display.tpl It showss me this error: Unable to load template file 'D:\wamp\www\xxx\adminyyyy/themes/default\template\display.tpl' which is a little bit strange, url is broken. I am getting frustrated. If you could help, I would really appreciate it Thanks!
×
×
  • Create New...