Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,952
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by wakabayashi

  1. Damn! Now I found it... In my modules folder there was a module "pagecache". This module wasn't even installed and no files were copied to the override folder. I deleted it and now it works fine. Is this a normal behaviour? It seems to me, that almost all problems I got with tb are name related.
  2. Are you sure it's possible? What I meant is this: When saving a cms page in backoffice. I want to use {$cms->meta_title}. This doesn't work for me. That I can use it in tpl files, that's obvious. But normal merchant's don't want to touch files. I think my idea is related to the shortcode implementation.
  3. Probably thats something different... In guess this is "catalog-modus", which can be activated under settings -> products...
  4. Yes please add it to feature request. It should be in. Was proposed 234234 times at ps. We use it too. We do it similair as traumflug has proposed. We add a fake status and make it default. Then little js disables "add to cart button" if default status is selected.
  5. @Traumflug said in PS addon demosite: There's a demo mode, accessible on the dashboard page in the upper right corner. AFAIK this disables stuff like completing a purchase. are you sure? I had the feeling like @Havouza
  6. Thats ofc not the quality I have here. I believe you don't use 1080p!
  7. Yeah if I were you, I would create a tpl file and a custom FrontController. There I would use something like {if $logged} Download Link {else} Please log in {/if} I haven't tested {$logged}. It's just my idea... In your case you either have to read trough tutorials or finding a dev for this custom work. I doubt there is a inbuilt solution to your problem. @mdekker This leads me to a question: is it technically possible to use smarty variables in html? Could be a nice feature for the blog and cms pages.
  8. Hm here it's not super sharp, but kind ok. If you show me a printscreen of fullscreen, I can tell you, if it's normal or not.
  9. You want them to use the checkout? Is it free for them? Cause if it's free, I wouldn't let them go trough checkout, that complicates matters, I believe. In smarty you can use {$logged} ...
  10. Thx. Well it's just a test shop with real data. I have changed mysql password already. I don't think anyone can abuse it. Shouldn't be that blurry I think. Are you on 1080p?
  11. Yeah feel free to use it. As long as it helps, to make thirty bees better & bigger :yum:
  12. In this thread I am going to help merchants, who want to migrate to thirty bees. For this purpose I have created a video tutorial. I have created a very simple & safe way for a test migration. I used cpanel & FileZilla in the video, but you can works similair with Plesk. What I show: Clone your files Clone your database Change settings.inc.php Make the migration Info: If you want to do the migration on your live shop. You can skip the first part of the video. Just start at 10:43. But I highly recommend to make a test migration before and never forget to make backups! https://youtu.be/LN7KD9W_MY4 Feel free to ask any question in this thread! Useful Links: Info: https://thirtybees.com/migrate-from-prestashop/ Migration module: https://github.com/thirtybees/psonesixmigrator/releases/latest
  13. Yeah 1.7 is not compatible with tb. @Traumflug is working on 1.7 theme compability. He can tell you more. I clearly recommend you to start a clean tb installation and use a 1.6 theme. Depending of your skills, you can also develop your own theme ofc.
  14. Do you want to start a new shop or migrate from ps? If you want to migrate, it's only possible with 1.6 versions at the moment. PS 1.6 Themes work with tb! Since it's a complicate matter there always be some little troubles. In this forum you will get the help, you need!
  15. Well as far as I know, they just install a new ps for this demo purpose...
  16. I am not sure what you mean!? If it's clearly ps related, then this is probably the wrong place to ask it.
  17. wakabayashi

    PS quality

    Of course that's not the way to do it. Their bevahiour won't change the outcome anyway. Thirty bees is just better. It's no one man show anymore. Slowly there are coming devs. We all know @Traumflug here. He is very active and helps a lot! I am optimistic for this fork!
  18. wakabayashi

    PS quality

    Despite all mistakes they do, it's understandable that they delete thirty bees in the forum. As we all know, thirty bees is just a better ps. It means it's a big treath to the them... It wouldn't the first fork, which "overtakes" the main project.
  19. At the moment it's hard for me to imagine, how I could use this. Is it basically for local testing purposes? I use multistore... How does it work there?
  20. Looks the same: 'PageCache' => array ( 'path' => '', 'type' => 'class', 'override' => false, ), 'PageCacheCore' => array ( 'path' => 'classes/PageCache.php', 'type' => 'class', 'override' => false, ), Also it says no overrides. Any idea?
  21. Yes the method is there... No I don't use any overrides for this class... I just deleted cache/class_index.php. But Still the same error.
  22. Thanks Sir! That solved my problem...
  23. When I try to delete Cache I get the following: Call to undefined method PageCache::flush() at line 1267 in file controllers/admin/AdminPerformanceController.php php 1262. $redirectAdmin = true; 1263. Tools::clearSmartyCache(); 1264. Tools::clearXMLCache(); 1265. Media::clearCache(); 1266. Tools::generateIndex(); 1267. => PageCache::flush(); 1268. if (function_exists('opcache_reset')) { 1269. opcache_reset(); 1270. } 1271. } 1272. - AdminPerformanceControllerCore->postProcess - [line 379 - classes/controller/Controller.php] php 374. if ($this->checkAccess()) { 375. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) { 376. $this->setMedia(); 377. } 378. 379. => $this->postProcess(); 380. 381. if (!empty($this->redirect_after)) { 382. $this->redirect(); 383. } 384. - ControllerCore->run - [line 742 - classes/Dispatcher.php] php 737. if (isset($paramsHookActionDispatcher)) { 738. Hook::exec('actionDispatcher', $paramsHookActionDispatcher); 739. } 740. 741. // Running controller 742. => $controller->run(); 743. } catch (PrestaShopException $e) { 744. $e->displayMessage(); 745. } 746. } 747. - DispatcherCore->dispatch - [line 58 - admin/index.php] php 53. if (!isset($_REQUEST['controller']) && isset($_REQUEST['tab'])) { 54. $_REQUEST['controller'] = strtolower($_REQUEST['tab']); 55. } 56. 57. // Prepare and trigger admin dispatcher 58. => Dispatcher::getInstance()->dispatch(); I am using redis and full page cache. Regards
  24. There is an updater module: https://github.com/thirtybees/tbupdater/releases
×
×
  • Create New...