Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,428
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by 30knees

  1. @datakick Awesome that you'll be adding Amazon! Lesley wrote about the review module here: https://thirtybees.com/blog/crowdfunding-modules/
  2. How lovely, @datakick! Two suggestions: A multi-currency cryptocurrency module for people who want to host their own wallets: https://forum.thirtybees.com/topic/654/cryptocurrency-module A module to sell on Amazon (import orders from Amazon, upload products, etc)
  3. @lesley said in AEUC still not compatible. On mobile devices smarty nocache errors: To sum it up, give us a list. We can try to add as many as possible. When we can cherry pick features out of posts, we add them as well. We have added things to the dev path of 1.1.x from the posts on this forum to help with compliance, but if someone could get us a whole list together that would be the best. I am happy to do that. We talked about this in another thread and I already provided a list. How can we take this further?
  4. That's a good idea. That would solve it if one could have different MySQL logins.
  5. OK, good to know. The problem for me is not with the developers I use regularly, but say I have 10 modules from different developers and I only need them to take a look at something once. I'd rather give them each a revocable access. Perhaps I should set up a mirror site and let them work on that instead.
  6. I've been talking to Cloudways support and they say they only support one set of MySQL access credentials. So, unlike for SFTP, I can't give each developer unique access credentials. Is this the same with other hosting providers? If so, how do you deal with the security implications? Do you change the MySQL credentials manually regularly?
  7. OK, I'll keep an eye on it and report if it happens again.
  8. @basix101 Yes, the module works. I didn't fully set it up yet, but my tests were positive.
  9. Haha, but two different customers, two distinct orders :) So it can't be that.
  10. Hi @Daresh, I'm not sure whether this is your module, which I am using, or something with the shop, but I got two orders that have the same reference number. The order IDs are 377 and 378 and the reference numbers are each XX377. Any ideas hows to troubleshoot?
  11. Same problem: New messages and Pending messages.
  12. I'd just like to re-state how fantastic @datakick's customer support is. The tool is also incredibly powerful. You can use it as a bulk editing, too, too. It's highly recommended. One of the few exceptionally well-done modules out there.
  13. @mockob There are some things that need to be addressed by the software, but nothing major. Of more hassle are the organisational measures needed, such as Data Processing Agreements with all parties who can touch your customer data, etc.
  14. @mockob "Which law you think we have to comply with, keeping financial history or delete user data? I believe the greedy lawyers in Germany are eager to launch lawsuits against merchants because they perfectly know we don’t have the answer to that question." It is crystal clear for anyone who has a basic understanding of data protection law and law in general that there is absolutely no conflict here that needs to be resolved. It’s about deleting data that is a) no longer subject to a legal obligation to be kept or b) no longer required for the purposes for which it was originally collected. Any data required for tax purposes falls outside the scope of the right to be forgotten ... until the legal retention period has expired.
  15. I'd like to piggy back on this thread, as I'd have the same thread title. I would like to change the subject of an order status email. I get the same "No Subject was found for bankwire in the database" error when I click the order status to translate. I have it in my themes/theme/mails/language folder. Where can I change the order status? I am assuming I can change the name of the order status in Orders>Statuses, but I'd like to keep that one shorter/different (for usability purposes in the backend) than in the email subject.
  16. I think there is a misunderstanding. The "All groups" bit allows only one customer group to be selected. But you might want to exclude one customer group, so multiple groups are included in the specific price. This is currently not possible and requires that you create specific prices for each group separately except for the one group that shouldn't receive a specific price.
  17. Specific prices can be restricted to certain customer groups, but it's either that all customer groups are included or only one customer group that is included. One cannot select multiple customer groups that are not all customer groups. That means that if one wants to use a specific price for 3 out of 4 customer groups, one needs to create 3 separate specific prices for each of the 3 customer groups. A more efficient solution would be to be able to select multiple customer groups at once, either positively (to include) or negatively (to exclude).
  18. Ich verwende dafür: https://addons.prestashop.com/en/sizes-units/5756-basicprice-unit-price.html
  19. Awesome, tested and it works!
  20. Brilliant! Thank you so much for sharing.
  21. This is the error thrown by the first issue: Unknown column 'cp.idproductattrbute' in 'on clause' SELECT cp.`quantity`, cp.`id_product`, pac.`id_attribute`, cp.`id_product_attribute` FROM `tb_cart_product` cp LEFT JOIN `tb_product_attribute_combination` `pac` ON cp.`id_product_attrbute` = pac.`id_product_attribute` WHERE (cp.`id_cart` = 481) AND (cp.`id_product` IN (70,57,41)) AND (cp.`id_product_attribute` > 0)
  22. When I use a customer group restriction the voucher fails. A friend took a look at the error and he thinks the problem is: SELECT crg.id_cart_rule FROM tb_cart_rule_group crg WHERE (crg.id_cart_rule = 7) AND (crg.id_group = = 1) LIMIT 1 –> the = 7 should probably be = = 7 I couldn't find where this code would be to test, though.
  23. OK, so it looks like there are two separate issues here: There is the originally reported issue of the first post. Then there is an error that vouchers weren't working because of conditions a customer group selection. A friend took a look at the customer group error and he thinks the problem is: SELECT crg.id_cart_rule FROM tb_cart_rule_group crg WHERE (crg.id_cart_rule = 7) AND (crg.id_group = = 1) LIMIT 1 --> the = 7 should probably be = = 7 See https://forum.thirtybees.com/topic/1161/cart-rules-vouchers-customer-group-restrictions-throw-an-error
  24. [Edited due to different issues popping up and confusing the tread]
×
×
  • Create New...