Jump to content
thirty bees forum

Beeta

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Beeta

  1. @doclucas how about add here? https://github.com/thirtybees/elasticsearch
  2. @colorful-ant @lesley wooopppsss! thank you, I'm still on php 5.6 and I skipped/missed that thread reading about php 7.x instead it talk about 5.6 too.
  3. I'm getting error 500 in my backend of the sandbox Error: 2018/08/21 17:52:17 [error] 9730#9730: *6023744 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function random_bytes() in /home/sandbox/domains/sandbox.com/public_html/classes/Rijndael.php on line 77" while reading response header from upstream, client: xx.xxx.xxx.xxx, server: sandbox.com, request: "GET /adminXXXXXXX/ HTTP/2.0", upstream: "fastcgi://127.0.0.1:8012", host: "sandbox.com" Some section of the frontend doesn't work too, like categories page. Products pages are working but in the logs the error is there for them too. I already restarted php-fpm and nginx
  4. ...or use https://uptimerobot.com/ to create a monitor that check if 24 is present in the https://www.patreon.com/thirtybees page. :dizzy:
  5. @dosbiner why deleting them will improve performance?! are they loaded anyway in case of using a different theme?
  6. @datakick well with that and the warehouses support datakick module can be a very powerful killer app! In the meantime if I import in a custom field (“imported quantity”) and then with a a mass edit (with cron) I increase/lower the quantity do you think it can work?
  7. @datakick instead of set quantities is possible to lower or add quantities? In this way waiting for warehouses support I can simply lower or add by "X" value the availability during xml import?
  8. thank you @datakick, keep me (us) posted!
  9. @datakick is it possible or I need another import module? I would like to use datakick!
  10. @datakick said in How to set 0 quantity if not present in CSV: @FooLab what do you mean by update suppliers product quantities? I'm not aware that such information is stored inside tb. We have only product / combination quantities, and then stock information for warehouses. Yes it's true, I think that I need warehouses as it's not possible to set quantities by suppliers. In the datakick module how can I updates warehouses stocks? I can't find info about it in the docs and the only field I found in the demo installed in my sandbox is "quantity".
  11. @datakick as the products I will import will be half-dropshipping* products but sometimes I will have some products locally too, do you suggest to use warehouses or simply different suppliers to maintain the quantities precisely? datakick module can update suppliers product quantities too? products are not in our warehouse but we order from the supplier asap we receive the customer order and then we drive to the warehouse and self-ship it.
  12. "Next" (and "Back"?) need to become a more specific phrase like: "Deliver to this address", or "Pay with this payment method" so the customer with the "click/tap" confirm what want to do and is taken to the next step.
  13. I see this also to be used to create Prime like subscriptions.
  14. Hello, I wanto to update my sandbox, can you confirm that I only need to overwrite/merge files/directories and nothing more?
  15. you need a mass edit module like: https://www.getdatakick.com/ https://forum.thirtybees.com/topic/925/prestools-the-mass-edit-toolset or using the CSV import feature of Thirtybees
  16. @datakick said in PGRD Compliancy Module: The link you have provided describes requirements for content published on Europa website. I'm sure these requirements meet all the European laws (cookie law, gdpr law, etc...). But that does not mean these requirements are the law. It's basically just a 'company policy', a policy that is more tough than necessary. When we are talking about GDPR, we should stick to the text of GDPR law. So once again, where in the actual law is written that "Persistent cookies are considered to be personal data"? It's really a rhetorical question. We clearly don't see eye to eye on this matter, so it's indeed moot to continue this conversation. I'm very frightened, though. I really hope you guys don't strip all the important features from the tb platform, and render it unusable for merchants I think you're right, on the same page I can see: "EUROPA websites must follow the Commission's guidelines on privacy and data protection and inform users that cookies are not being used to gather information unnecessarily."
  17. @datakick said in PGRD Compliancy Module: So, the first thing you’ll wanna do is to disable module Data mining for statistics – that will fix this problem. We will lose statistics, though. While we are talking about this, you’ll also need to modify your apache/nginx logging settings, and omit/obfuscate IP addresses from your access/error logs, as this is also a GDPR violation. What?! And what evidences can we have in case of abuse?
  18. @datakick said in How to set 0 quantity if not present in CSV: Not directly, but it will be supported soon. Meanwhile, I can offer this workaround: 0) Preparation step - create custom field named Imported Quantity for products (or combination) Then: 1) run Mass Update that will reset Imported Quantity field to zero for every product 2) run Import that will import data into this new custom field Imported Quantity, instead of build-in quantity field 3) run Mass Update that will copy data from Imported Quantity to standard quantity field If you run these 3 steps in sequence you'll get wanted results. Unfortunately, datakick module does not support task sequencing at the moment. But you schedule these task to run at specific times. For example, you can schedule first mass update to run at 10:00, import at 10:05, and copy data task at 10:10 (or maybe later, depending on how long does it take to import data) In this way, I have to update every product every time. I found a relative simple shell solution to compare two ordinated CSV and then have as output a CSV only NO MORE AVAILABLE products (and a simple shell script that convert CSV to XML)... but if actually, datakick module can't do it directly I think that Imported Quantity solution can be good. About datakick docs I can see editable quantity here, or is only a limit about put to 0? @kleijn36 said in How to set 0 quantity if not present in CSV: This is how i handle it, We have a shop with a POS system what is the main inventory. For update the Thirtybees inventory set quantities of the whole DB to zero. In the Db run Query "Before testing make backup of the DB!!!" UPDATE tb_stock_available SET quantity=0; UPDATE tb_stock SET physical_quantity=0; UPDATE tb_stock SET usable_quantity=0 After that i upload the CSV with the new stock. Don't forget to rebuilt the index. PREFERENCES/SEARCH I know that can be a solution but I would like to avoid to write directly in the DB. Thank you anyway... I will use it as a last resort.
  19. is @datakick module able to do this? and how about this? https://forum.thirtybees.com/topic/1780/warehouses-or-not-warehouses
  20. I want to load different inventory from different suppliers... but sometimes they have products with the same EAN (but with different references). At the same time one of the suppliers didn't give availability information... if the product is present on the CSV it means that is available but I don't know how many units, if the product row disappears from the next CSV it means that is not available anymore. I don't have used "warehouse" features until now, but I think that maybe is what I need. Is it possible to use it in a way that the customer knows nothing about and the merchant will have warehouse stats available only on the backend? Is warehouse feature really what I need?
  21. On the CMS there's already the option to deny CSM articles to be indexed... is that not working?
  22. @datakick said in CSV Import killer app features list: @30knees said in CSV Import killer app features list: Take a look at the @datakick module. It's very capable! Thanks for the shout-out! Unfortunately my module can import only XML files at the moment, CSV support will come soon. Any ETA? Meanwhile, maybe I can convert CSV to XML with this
  23. https://github.com/L3o-pold/prestashopamp/issues/3
  24. @lesley said in can't translate until a restart php5-fpm service: Do you have your opcache set to not revalidate on changes? Bingo! I had: opcache.validate_timestamps=0 I solved changing it to: opcache.validate_timestamps=1 I need to remember this! I think I changed it to 0 for performance when in production.
  25. This is something that is happening on PrestaShop too. I'm on nginx+php5-fpm. If I translate and hit save the system reply as the save got success but the translated phrase is not there. If I restart php5-fpm service I can translate some phrases and then the same issue appear again. Is it something that happens to someone else too?
×
×
  • Create New...