Jump to content
thirty bees forum

lesley

Members
  • Posts

    2,223
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by lesley

  1. Can you look in the elastic search database and see if the products are indexing? Are you talking about just installing the module, or did you actually install the elastic server java package from the command line?
  2. Have you considered using fraud prevention software like ns8? https://www.ns8.com/platforms/thirty-bees/?partnerid=99364864
  3. I don't expect them to get very far by not having any e-commerce integrations.
  4. Did you install the elastic software on your server?
  5. Not currently, have you asked them if they plan on developing a port of their module for thirty bees?
  6. Yeah, there is no issue doing that. Most modules do that. I just tested it, I got the hook wrong use, public function hookdisplayTopColumn($params) { return $this->hookLeftColumn($params); } And then unhook it from the left column, and hook it to the top column. It will look like this, http://thirtybees-200675-702960.cloudwaysapps.com/coffee-and-tea and need to be restyled for being in the top column.
  7. I am not seeing the screen shot. Once you make the code change, you need to hook it though, https://i.imgur.com/Q9KBWBu.png
  8. On the transplant list? Or the list of hooks on the positions page?
  9. Did you transplant the module to the hook? You have to do that as well.
  10. In my mind there are two biggest parts, one is security, the second is the default php installation offered by the host. Hosts will move to 7.2 as their default installation. We need to be ready, thirty bees does need to work out of the box with it, because a lot of users will not know to switch versions. Its a complicated problem.
  11. @DRMasterChief I get where he is coming from in that regard, it is the security aspect of things. http://php.net/supported-versions.php
  12. The problem I have with recommending php 7.2 right now is module compatibility. @musicmaster are you using any third party modules besides your own? Shipping modules? Real payment modules that connect via an api? These are the types of modules that we are having the most trouble out of. So while the core would be fine, who would use thirty bees if they could not use any 3rd party modules?
  13. Good catch. most of those should be ignored to totally. What would be the thought on having check boxes next to the files? Where you can choose to leave some files untouched? Like the translations or mails?
  14. Oh, I did not realize it was open source, I came across that a few months ago in that very module.
  15. Currently it sends you to the front end to finish the orders.
  16. You might give that a go and see if it works, set up an online dev site.
  17. Hmm strange, it could be xammp that is the issue. Have you tried this online?
  18. A php info file to see if that directory has a limit on it. Something is limiting the module to 528mb of ram.
  19. You might try to put one in your /classes directory and see what it registers.
  20. How much memory does your computer have? I would throw more memory at it and see if it helps.
  21. This is awesome, have you thought about adding it to the thirty bees store?
  22. Just curious, what percent of non thirty bees maintained modules do you think work with php 7.3?
×
×
  • Create New...