Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. Thats ofc not the quality I have here. I believe you don't use 1080p!
  2. 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.
  3. 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.
  4. 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} ...
  5. 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?
  6. Yeah feel free to use it. As long as it helps, to make thirty bees better & bigger :yum:
  7. The youtube video you mean?
  8. 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
  9. 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.
  10. 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!
  11. Well as far as I know, they just install a new ps for this demo purpose...
  12. I am not sure what you mean!? If it's clearly ps related, then this is probably the wrong place to ask it.
  13. 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!
  14. 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.
  15. 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?
  16. 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?
  17. 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.
  18. Thanks Sir! That solved my problem...
  19. 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
  20. There is an updater module: https://github.com/thirtybees/tbupdater/releases
  21. Did you lost connection or was there a standby? I think, I had the same, when my laptop was switching to standby modus ;)
  22. wakabayashi

    Sitemap

    Which sitemap module? I think user should define, what should be in. Of course there should be option for categories, products, blog, manufactures, suppliers and cms pages.
  23. Hello I know, that we have some server experts here. Maybe somebody could explain, how caching is working. It confuses me, that there are many different caching methods. As far as I know, I have the following: nginx cache redis cache smarty cache full page cache Additional there is the browser cache, right? Which one is doing what? Where are the risks? I am always afraid that visitor could see outdated informations. Let's say I change price of a product. Is there a risk, that customer sees the old price? What if I change tpl files?
  24. wakabayashi

    Which tpl

    Nice! Good Night!
  25. wakabayashi

    Which tpl

    This is core tpl file. It's not a module. Just go to your theme folder and search for cms.tpl.
×
×
  • Create New...