Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    1,990
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by wakabayashi

  1. Oh I was just trying to solve it too ^^ Thanks for the solution! I can confirm, that it works again!
  2. Wtf. I was sure it its working in my store. Just tested too and the captcha is not needed 😂
  3. Yeah exactly... When we get orders from supplier, we want to scan them and update everything automatically. We want to use chaotic storage as well... But ok this is not part of this topic. Well you can just download this: https://github.com/thirtybees/addressliststates/releases/download/1.0.0/addressliststates-v1.0.0.zip and install it.
  4. Probably search for: \override\controllers\front\ContactController.php
  5. Well I don't know exactly. Maybe you are right. But it just makes things more complex 🙂 In general I try to setup things so easy, that I can rule out "stupid" errors. In this case I can't rule out, that the issue comes from the domain set up. In addition I can't use an online redirection tool. But ok since you are in touch with lesley: he knows more about such server stuff 🙂
  6. Yeah this site "works" for me too. But yeah I really don't if tb can work "without a domain". I mean you could try the same with ps.
  7. It's true that some modules are very bad written. But you know, that this module is from tb itself, right? I can just explain my point: There are issues, where we don't find an easy solution. But there are issues, which can be solved easily or are already solved. I spend my free time here, to help people. Every second time I "deliver" a solution, it is refused. People without any coding language seem to know better, how to solve problems theoretically, but practically they fail at the simplest tasks. In my own store I have to find solutions for problems like "using a handscanner in tb asm". Which is really complex and no easy solutions are available. It just hurts me, to see, how you waste your time instead of moving your store foward. And in fact I waste my time myself in such cases. Same is true for people, who send me pn and hope for free support, but are not even willing to share their ftp access... Such expierence just lead to my absent here (I already did the last month). Or does anyone has a reason, why I should stay/help here instead of solving just my own coding problems?
  8. Ah I did only 82.94.58.150 susenso.nl. Now I have the issue too. But I really don't have the knowledge to say, if it's because your actuall domain is still pointing to the other domain or if it is another reason. Have you updated htacces file?
  9. Hm probably I have not enough knowledge for this. When I added it to hosts file in windows nothing changes. When opening the direct IP, I see a complete different website (xel.nl). Probably that's your hoster. I personally would test this another domain. But maybe you have not a second one!? 😞
  10. Maybe I don't get the problem correctly, but https://www.susenso.nl/ seems to work fine for me 🙂
  11. Tbh, I am really tired of such an attitude. I could argue: why is there no company in the list? Another one needs address2... What's wrong with a well coded module? It's the cleanest solution for this problem.
  12. The cleanest way is to add such columns over a module and use the correct hooks. Overrides work of course too, but has some drawbacks when updating. This is quite a simple job. Basically you need to learn a bit of SQL... Btw: https://github.com/thirtybees/addressliststates
  13. Yeah that's a possible solution. Otherwise I believe it's not possible to solve. As far as a I know, there are no quantity discounts over a group of products.
  14. I am not really part of this team. I don't have any shares and I am also not paid in any means. In fact I am a merchant that contributes more to this project than most others do. I have asked Lesley in private, how is it going and he didn't respond. So either he needs recovery time or he just doesn't want to talk about it. I understand, that you get a little nervous, when the initiator of the project is absent. On the other hand, you could use the time to improve your store or to contribute in some way. As I said in another thread: bleeding edge right now is stable like no other tb/ps software before. In general we (merchants) expect this project to go further. But we can not even find out together, what the most important todos are.
  15. I believe that, Cookies can influence such things.
  16. I believe this is fixed by using: https://github.com/eschiendorfer/thirtybees/commit/548d2fb30ddc0a54298a893ac37d433fc4b5b76a
  17. Well then I really don't know. We don't have any such issue with bleeding edge.
  18. I implemented multistore support today... So nobody is interested in this feature?
  19. Well I don't know exactly. But I believe you aren't deleting then the files on your ftp. Or you are deleting them in a wrong folder. I would bet if you delete another file than history.tpl you have the same issue...
  20. Maybe you are in the wrong theme folder?
  21. I tried to improve it a bit: https://github.com/eschiendorfer/thirtybees/commits/ImproveImapSync There was a bug. It was not possible that your order messages got updated in the customer service trough IMAP Sync. I fixed this. Probably I will make PullRequest soon. If somebody has any issues/improvement ideas for customer service, it's time to bring them up now.
  22. Probably nothing too bad happens. But you should still return something: if (!$this->isLogged) { return ''; } Of course you can also use something: "You will see payment methods after saving your address".
  23. I have such a phrase in controllers/front/OrderOpcController.php. In general I wouldn't recommend you, to change it there... But for a fast fix, it might work.
  24. I believe you can change this under translation in backoffice. You should check for error messages or so.
  25. Maybe a bit too fast to conclude, but I believe the current bleeding edge version is the most stable version, that 1.6 ps and tb has ever seen! Thanks to all that contributed to this! Especially @Traumflug @datakick and @lesley
×
×
  • Create New...