Jump to content

bitshok

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

bitshok's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thank you for your response. Maybe in the future this can be done with an optional argument. Regards!
  2. Hello, I'm testing some installs from cli on localhost. Everything works as it should except the fact that the base uri is / instead of the folder I've installed in. I have to change it from admin area at SEO&URL. Is there an argument that I'm missing that could set the correct base uri automatically? Thanks!
  3. Thanks for the reply. In this case it makes no sense for the user to be able to click on it. It's positioned right next to "Default right column" and "Default left column" and one might think he can turn on/off the theme's reponsive feature.
  4. Hello, I've noticed that there is an option to disable the responsive feature of the theme. However it doesn't seem to work at this stage, I'm curious if it will work. Best regards!
  5. Hello, I recommend you to wait until the final release of PrestaShop 1.6, it would be easier to maintain and upgrade on further releases. If you feel you can't wait ,you could start with the latest stable version, but this implies more work. When the time will come to upgrade, your developer will have to spend time making the theme compatible with some of the new features and functionality and this may turn out to be not that easy.
  6. I was actually looking for a php way to get the list of modules from a position. After looking at the Hook.php functions I've found that I could use the getHookModuleExecList('hook_name') or getModulesFromHook('hook_id')
  7. Hello! Does anyone know how can I test if a position contains a module? Or is there a way to get a list of what modules a position contains? Thanks!
  8. Thank you! This does the job I'll also submit an issue.
  9. This can't change anything because I have the die() function first, if the override would work I expect to see some errors on front page, but everything remains the same.
  10. Hello! I have prestashop 1.5.4 on my localhost and I can't figure it out how to override the FrontController.php This is what it contains: <?php class FrontController extends FrontControllerCore { public function displayHeader() { die('eu'); self::$smarty->assign('currentController', get_class($this)); return parent::displayHeader(); } } I've put this file on /override/classes/controller/ than in /modules/mymodule/override/classes/controller/ where mymodule is a module that i have installed, and nothings happens. Also tried other functions from FrontController and nothing changes. I've managed to override ProductController.php from /controller/ folder, but everything that I've tried to override from the /classes/ doesn't seem to work. Thank you for your help!
  11. Yes, I'm the author from ThemeForest. Good luck with your theme development!
  12. Indeed my archive file was 2.7MB so I changed the upload to 5MB in php.ini and in Back Office and now it works. Thanks so much!
  13. This is my first post on this forum so first of all hello to everyone and many thanks for such a great eCommerce platform. I have an issue with import / export a theme module on v1.5.1. I have developed a theme for Prestashop v1.5.0 and it worked fine (both import and export) but now on the new version when I import the theme an error occurs "An error has occurred during the file upload.". I have installed a fresh copy of Prestashop v1.5.1 and copy / pasted the theme and my custom modules and I was expected that if I export the theme from v1.5.1 installation I could import it also but when I export I get a server error (also same error for exporting the default theme). I have tried with 2 fresh installations and no luck so far. Has anybody encountered this issue? Is it something from my side or the module has a problem on v1.5.1? I want my theme to be easy to install by my clients. Thank you!
×
×
  • Create New...