Jump to content
thirty bees forum

lesley

Members
  • Posts

    2,223
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by lesley

  1. lesley

    Guest Tracking

    That link is drawn from what is entered in your carrier for the tracking link. So if you have a royal mail link entered, but decide to ship with ups, it will be broken.
  2. Thanks, it looks like for some reason the ip addresses on the demo instances changed.
  3. Enable error reporting, then try to reset a password. It will let you know of an error message. I am betting you have missing templates, either the html or txt ones.
  4. I am going to give a little disclosure to this situation. We have worked on a contract to sell the rights to thirty bees assets to a group of members of the community for for several months. We had agreed on everything, just had some language changes in the contract and we would have signed it in a couple days. But right at that time we were contacted about an investigation into a partner with thirty bees. That derailed everything and required a new contract. It was because of neither nothing that the buyers did or me the seller did. But it did change things. If you want to read more about it, here is a good link. https://www.forbes.com/sites/davidjeans/2020/09/18/how-a-cyber-fraud-company-ceo-raised-123-million-in-months---and-got-arrested-for-fraud/#3f06e9c2253c
  5. Not that my opinion matters that much but let me say these things. * ASM, the system for ASM does need a revamp and a lot of things taken out. Its complicated, cumbersome, but thanks to @wakabayashi a lot of bugs have been fixed in it. * FIFO this will never be present. The work and overhead this would add would be unimaginable. The data requirements would be as well. This is not something you can find in any open source system, many warehousing systems, and any paid system with under a 100k a year license that I am familiar with. * Handling of combinations As far as I am aware no native solution can handle more connected combinations that thirty bees can. Shopify is limited to 100, woo commerce limits you by not connecting them to stock. I am not sure what changes you are looking for in this system. * Proforma invoice and offer. This is module territory. Not something fit for a core of an ecommerce software. Either is going to be difficult to add to the core, because a new checkout process has to be made for only these things. But like I said, my opinion might not matter much, I am soon leaving thirty bees. But I still do understand how difficult or useful these things are and what it would take to add them into the core.
  6. The short story is the contract had to be rewritten at the last minute because of an event came up that was beyond anyone's control dealing with a company that thirty bees partners with. It was not my fault or the buyers fault, but the partnership was mentioned in the contract, so that part had to be rewritten.
  7. @veganline The price was established months ago with both sides agreeing that it was fair. @wakabayashi I think it will be soon. A contract was delivered to them a month or so ago, we have negotiated all of the sticking points in the contract now. It just has to be amended to reflect everything we have all agreed on, then signed.
  8. I think there will be an official announcement soon. We are almost at the end of the contract negotiations, there are just two points left in the whole contract. They should be cleared up by early next week and we can start preparing to make an official announcement about things. So progress is being made and it is moving forward.
  9. It was forked from the 1.6.1 branch, 1.6.1.12 to be exact.
  10. Scroll to the bottom of the payments page in the backoffice and make sure you have the payments allowed for the carrier, user group, and country.
  11. It might not have been answered as fast as he wanted, but it was answered in under 24 hours.
  12. Where did you raise this, I did not see it. It should automatically work off the webhook. It looks like it might not have grabbed your release since it was not a build, if that was the issue.
  13. No, it is a commercial module that was donated to us when we started, with a license just to us. The code for the commercial module works on thirty bees without modification. It is just we needed more functionality, so we edited and wrote in certain things to fit our needs. But yes, that is what the module does, it is for creating a multiple vendor marketplace. The way it works is likely different than you think. It does not create a permission set for the back office of the shop. It does everything on the front of the shop, through the user account. That way it keeps your admin separate from the sellers. Its safer that way, just in case a permission escalation hack was ever discovered.
  14. Its a huge set of like 20 modules. Its what powers the thirty bees store. Here is the module we based everything off of, https://addons-modules.com/store/en/marketplace-modules-all/21-agile-prestashop-multiple-seller-vendor-module.html of course they have been highly edited at this point.
  15. You might ask your host to do this, https://www.mynotepaper.com/centos-curl-error-60-peers-certificate-issuer-is-not-recognized-solved#:~:text=curl%3A%20(60)%20Peer's%20Certificate%20issuer%20is%20not%20recognized.&text=If%20this%20HTTPS%20server%20uses,domain%20name%20in%20the%20URL).
  16. I was just curious, cpanel has some protections based on permissions that could be triggering. You might check that your tmp path as defined in php is writable.
  17. What module are you using for the affiliate?
  18. Are you on a cpanel server by chance?
  19. It will also throw that error when the server is out of disk space too, so clearing the cache is only a temporary solution, it will run out of space again. I would check the free space on the disk.
  20. As far as I know he is not. And the deal being worked out is no where around those numbers.
  21. @toplakd @Kashir2000 No, it is true. I think everyone here knows about my health issues being the reason I cannot really continue forward with thirty bees. So a couple of months ago I started exploring having someone buy me out and take over the project. I found a group of active users in the community who were up to the challenge. thirty bees will be under new control shortly with renewed vigor led by new owners.
  22. When you add the tracking code in the back office to an order and save it, it triggers an email to the customer.
  23. Personally I would say no to this. I know I have been away and my opinion might not be valued as much any more, but there would be problems trying this in a wide release. The main issue would be overlapping ranges, it would be hard to hedge against and give proper warnings. It could be done, but if you are using a table rate like this you do not depend on accurate data. What I mean is when you have a weight entered, but you are not passing that rate to an api, its just used in house. So it does not need to be that accurate. It can be totally wrong for all intents and purposes. You can just hedge the weight to and manipulate it to make carriers work how you want. If something like this were to be added I think we would need a full fledged carrier debug system. Its something we talked about adding years ago, but with complications like this it would be helpful. Basically when turned on the system would list all of the non displayed carriers and the reason they are not displayed. Like: Carrier 1 (over weight) Carrier 2 (outside of shipping zone) Carrier 3 (price range) Carrier 4 : $3.56
  24. In the US people do not normally use the dash 4 digits. Some do, just because it is store from some other transaction. Since the US is one of the only countries with this zip code issue, if it bothers you I would handle it at the template level. Just split the string at the - and drop the extra 4 digits and the dash. They add no value in either delivery or tax collection.
×
×
  • Create New...