Jump to content
thirty bees forum

movieseals

Gold member
  • Posts

    432
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by movieseals

  1. Not inside the module, inside the CMS tpl file, there are two hooks created, one CMSBEFORE and one CMSAFTER. Inside the module, I only want to use CMS_AFTER as I want the module to appear after any CMS content.
  2. I did a customCMSBEFORE and a customCMSAFTER, inside the CMS page, as described in the tutorial, so that I could put stuff before or after the CMS code itself. Hence the labeling. But I do know that they need to match everywhere (and currently they do).
  3. /** Function Install Module **/ public function install() { if (parent::install() && $this->registerHook('actionShopDataDuplication') && $this->registerHook('home') && $this->registerHook('displayHeader') && $this->registerHook('customCMS_AFTER')) { $this->setDataBase('add'); $this->installDemo(); return true; } return false; }
  4. Hi! Sorry for the delay! Busy week. No, the hooks do not appear.
  5. Yes, it did. It is inhenrently designed to use displayHomeTab
  6. Yes, I did that as well inside the code of the module itself.
  7. I did reset the module, no dice. The code is not all that different, but it is hard for me to tell where the small modifications would make a difference in terms of the functionalities.
  8. Yes, it appears so. There are a few times so far that problems suddenly pop then disappear after a few days. It is really weird.
  9. The plugin does not work with TB, but the PHP script version can be implemented anywhere. The instructions are pretty straight forward.
  10. I have found this solution, which is free, and works with most bots: https://perishablepress.com/blackhole-bad-bots/ It has considerably curbed the problem for us. It is really to implement in TB, not as much on Prestashop but it is feasible. Good luck!
  11. I made no secret that migration was not easy for me. However, I must point out that support has been nothing but forthcoming and people have helped me above and beyond, which is not always the case at the other place. We have 20,000+ products, with lots of modules to add to the functionalities we need to run our shop, and most of the problems where caused by the following: My own ignorance and inexperience; Lots of third party modules; Server issues, which I have come to learn, even with Prestashop, are not always easy to pinpoint and even when you think you have addressed it, there is still something lurking somewhere else causing it; Despite the pain and the natural fear that comes from migrating such a big shop, all things considered, I do not regret it one bit. Backend is blazing fast. Front end is faster than it has ever been. SEO has improved by leaps and bounds. There is lots of little perks and functionalities that should have been in Prestashop that I discover almost daily... I have looked for a long time for a solution for our ecommerce and I found that the prestashop environment seemed to offer the best balance of cost, scalability and possibilities of expansion. That is what drew me to the platform. It is not always easy, but it gives me the flexibility I need. I find that the TB people seem to share that same spirit. I have high hopes in the product and I also prefer it to starting from scratch with the Frankensteinization currently occuring with Prestashop... I tried 1.7 before deciding on TB and the amount of work to bring things up to what they were on 1.6.17 far exceeded the time I spent migrating to TB... Fingers crossed for the future.
  12. I had found this tutorial by Nemo, but it does not appear to work for me on TB: https://www.prestashop.com/forums/topic/351932-free-tutorial-how-to-add-hooks-to-prestashop-cms-pages/
  13. I was thinking of doing that but it eventually disappeared by itself. I did not change permissions (0644) nor did I modify it.
  14. I have the same bot problem and I use tidy, the module datakick talks about, and it does the cart cleaning as well as a host of other very useful tasks. Definitely worth it!
  15. I get the same error: Warning: Invalid argument supplied for foreach() in /classes/Dispatcher.php on line 513 on every backend page. And this one sporadically on some: Warning: Cannot modify header information - headers already sent by (output started at /home/librairiezbook/public_html/classes/Dispatcher.php:513) in /classes/Tools.php on line 299 Even with all third party modules and overrides disabled.
  16. Thanks. Tried 664, no dice. In debug mode, I get this on every single admin pages: Warning on line 2173 in file /home/librairiezbook/publichtml/classes/controller/AdminController.php [2] Cannot modify header information - headers already sent by (output started at /home/librairiezbook/publichtml/classes/Dispatcher.php:513)
  17. Got two orders yesterday and a new customer.
  18. 0644 are the permissions for that file. I did not modify anything server side, and the only modules I installed are Green Mouse Studios module for pictures (remove white space). Disabling or uninstalling it does not change the issue.
  19. Yes. Looking into those. Everything was working fine before until today... :( Also getting a weird error on the performance page, whenever I change something: Error: could not detect whether debug mode is enabled. Make sure that the correct permissions are set on the file /home/librairiezbook/public_html/config/defines.inc.php
  20. I get the same error even if I disable all overrides.
  21. Whenever I try to modify my cache settings, I get the following error: Error: could not detect whether debug mode is enabled. Make sure that the correct permissions are set on the file /home/librairiezbook/public_html/config/defines.inc.php Permissions are set to 0644 for that file, which appears to be normal. Debug mode is not enabled, for either the shop or the cache section. Any ideas?
  22. When I check into a Customer page, I sometimes get a big pink section with the following error: Error Cannot find any logged connection to this customer.. (See image) Which appears to be linked to either a page called ORDERDETAIL and/or CUSTOMERDETAIL. Not too sure what is causing it. Any help would be appreciated.
×
×
  • Create New...