Jump to content

jmarceli

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • First Name
    Jan
  • Last Name
    Marceli

jmarceli's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I was having exactly the same problem with 'Controller not found' and I found an answer here: https://www.prestashop.com/forums/topic/512932-controller-not-found/ It turns out that you need to register "invisible" module Tab in order to tell Prestashop about your custom ModuleAdminController.
  2. I was having same issue. It seems that one of JS files wasn't properly uploaded. I solve it with reupload of js/admin.js file (where countDown function is defined).
  3. You may try sth. like: <a href="{$link->getCMSLink('8', 'new')|escape:'html'}">Your CMS Page</a> inside you theme .tpl files. Where: '8' - CMS page ID 'new' - SEO "friendly" name See: http://hassadee.com/2012/10/06/how-to-link-to-page-of-cms-in-prestashop/ and http://www.templatemonster.com/help/prestashop-1-6-x-how-to-add-cms-page-with-link-in-headerfooter-menu.html#gref for more info.
  4. You should probably transplant top menu to the displayNav hook. Checkout this tutorial: https://mypresta.eu/en/art/prestashop-16/block-top-menu-displaynav.html
  5. I was hoping for detailed hooks description. For start I found this: http://doc.prestashop.com/display/PS15/Hooks+in+PrestaShop+1.5 but this is for 1.5. What is more there is no real documentation which describes variables/arguments available for given hook. Is there anything like that available (example from wordpress world: https://codex.wordpress.org/Plugin_API/Filter_Reference ).
  6. Is there any place where I can find complete technical documentation, like http://codex.wordpress.org/ (for Wordpress)?
×
×
  • Create New...