Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. Thanks a lot for the tipp! I don't think I will need this for now, but idea is interesting. How would that work? Do they share the same DB?
  2. I am currently checking all my logs and trying to fix them. I have a lot of entries like: PHP message: PHP Notice: Undefined index: out_of_stock in /path/classes/Product.php on line 1752 Do you have such notices in your serverlogs too? Cause I wonder, if it's triggered by the Core Code or if any module is using the getProductProperties() method in a wrong way... Edit: I guess in my case it's a module. So probably you don't have this issue. In case you have it too. Still let me know, then I could change the core code a little and fix it by that...
  3. Backup was available. But when Plesk is broken as well. Things suddenly become much harder for non server guys. It was really the simplest to setup a second server and use the backup there. That gave us a good overwiew, what will be lost, what will be existent. For example all images I could easily download, so I had no data loss there. Normally I would have resetted my main server afterwards and use it again. But this time I decided to use "the chance" and uprade my server. We have now this one https://www.hetzner.com/dedicated-rootserver/ax101 🀯Massively oversized for a normal TB shop. But we will have over 100k products, own crm and erp modules. So we are set for the future πŸ˜…
  4. I dont know, why it happened. Maybe power failure or hardware failure. At least I hope so πŸ™‚ My site is on again, but still some recovery tasks have to be done. I can only recommend you all: make good and steady backups. I had them and still it was quite some work... From now on we backup our main DB every hour 😏
  5. Thx! Unfortunately the problem turns out to be serious. The database is corrupted. The reason why this happened is unclear. Our downtime is now more than a day. But now we decided to setup a new server. At least afterwards we will have a really powerful one ☺️
  6. Is there any guy with experience in server administration? All my sites are down, due to a MariaDB issue. I don't know, how to fix it myself and need (paid) help from an experienced server admin. Edit: ok I probably found a guy, that can fix it 🀞
  7. I am testing an almost clean installation. I am trying to change sorting of filters in the blocklayered module. Does that work for you? When saving, nothing happens here. Talking about this stuff: I also have problems with indexing, but that could also be my fault!? 😳
  8. Does it work with {$product.id_product_attribute}?
  9. I just tried to install a clean tb 1.3.0. Got this one:
  10. Are you sure you have bought/installed PS 1.6 version? I never saw such a function registerJavascript() in TB or PS 1.6. If you are sure, that you have a 1.6 module, then it would mean that the module is not recognizing TB as 1.6 and delivers 1.7 as default.
  11. Oh ok. As it turned out, the bug was anyway already fixed by the tb team ☺️ Hopefully you can upgrade soon. Im my case it worked nicely.
  12. Hm interesting. Cause somehow this felt a little different before I upgraded to bleeding edge. I normally got en exception when mixing both. Not sure, why this behaviour is a bit different now. But anyway it's not a big deal 😊
  13. I believe this module breaks debug saving under AdminPerformance. Only when I deinstall the module completly, the saving works again.
  14. Are you still using this? I have fixed this issue: https://github.com/thirtybees/thirtybees/pull/1406/files If it works out for you as well, we could implement into the core! 😎
  15. Is there anyone willing to test it? This will be quite a huge rewrite, so we should test this carefully before adding to the core. I have now a raw version, that seems to work pretty well already. But I am sure there are issues left...
  16. No. We create just the predefined values, when we need them. Obviously that would be more comfortable if it's possible inside the product edit.
  17. That was my guess. It's more comfortable. But IMO we could also just allow to add "normal" features directly. But ok, maybe there is another reason why it was designed like that.
  18. I have made a little video of my progress. I am not at all at the finish line, but I wanted to get a feedback. Would this be helpful for other merchants? IMO the selection of features will be much more comfortable with chosen plugin (as you can search). And the displayable helps to give additional information, but doesn't mess up with a filter. I guess this feature would even allow to use groups in a filter. Imagine you don't want your customers to filter all countries. You could then set values like "Asia", "Europe" and so on. And for in the displayable field you write the correct country πŸ˜‰ Just one of many possible usecases. feature-handling.webm
  19. I am rewritting the feature functionality a bit. As often, the code is a bit messy and unclear. In TB we have a distinction for predefined and custom feature_values. Which one do you use and why? I formyself use only the predefined. @datakick I wonder, if this distinction is even neeed and why it's only allowed to use one of the both?
  20. {include file="../../helpers/form/form.tpl" fields=[['form' => ['input' => [['type' => 'text', 'name' => 'buddy', 'lang' => true]]]]]} I will try using something like this. Not super nice ofc, but IMO a lot better than duplicate code over and over again... Will keep you updated, if something like this is working or not.
  21. Very hard to reproduce. Now I managed to see a product double as well. Strangely once there is an addition "tax included".
  22. What is the best way to add multiple lang fields in BO? I am working on the admin-dev\themes\default\template\controllers\products\features.tpl file. I just want to add another lang field like the custom value field. Is this seriously that complex or is there another way? I would believe that I could use an "include" or so. πŸ™„
  23. Good Point. I thought about that once too. Back then I thought, the prefix/suffix would allow the default usage of units. So that you could define it directly in a feature to always add "mm" for example. But now thinking again, I guess you are right. The "displayable" is more flexible and simpler. The unit thing could be implemented anyway (but for now it's not important). Damn why did I already start to code πŸ˜‚ Luckily most things will stay similair. So in general you like the idea and you would merge it, if it's well tested?
  24. Yeah it's done with checkboxes. IMO we can improve this with chosen components. For myself I will also implement a prefix/suffix feature. I will propose this for publicity too, but we will see, if there is any interest for it. Prefix and Suffix can help filter modules. An example. You use a feature "Awards" and have the feature_value "Oscar". Then you can use suffix for the year. So it will be displayed "Oscar (1997)". But the filter value is still just "Oscar". I hope the concept is more or less clear πŸ™‚ It can also be helpful for Units 😏
Γ—
Γ—
  • Create New...