Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,435
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by 30knees

  1. A brief update: It seems to work rather nicely. ๐Ÿ™‚
  2. @FooLabI saw you use sendy.co. How do you integrate it with thirty bees?
  3. Did you happen to try the module? I'm looking into newsletter options.
  4. It seems to me that Mailchimp generally doesn't work too well with tb. For example, Amazon customers are added as unsubscribed contacts. Also, there isn't a sync from Mailchimp to the tb newsletter database when a customer unsubscribes. At least in my store it's a total mess.
  5. ๐Ÿ˜… Thank you for pinging wakabayashi. I wonder what brought you to mind when I wrote the post. At least I PMed the right person. ๐Ÿ™‚
  6. I'm using PS Affiliate v1.2.1 - by Active Design. It's ok. Not the smoothest UX but gets the job done.
  7. @vincentdenkspelv2 sounds amazing. Thank you! 100h is an immense amount of time and truly exceptional dedication and generosity. I was one of the people asking for expiration of points. I apologise for not being active here sooner. My 'real job' is keeping me super busy and all I do for my shop right now is restocking when needed and answering customer emails. I'll hopefully have time to test the last two weeks the year and I will definitely try to test sooner. I will report here, even if community support has ended. Again, thank you so very much.
  8. @dynambeeWhen I login to PayPal and go to order details I see the tb shop order number, which PayPal calls invoice number. Is there anywhere else you'd like me to look?
  9. Yep, the one here: https://github.com/mollie/PrestaShop
  10. I'm on Mollie v3.3.5 and also Bleeding Edge. @dynambee's reasoning sounds like it could be what's happening (thanks!).
  11. This is happening again lately, always with PayPal orders. Has anybody else noticed this?
  12. Oh, so it bodes even worse for Mollie. Such a pity!
  13. Thanks for the investigation, @wakabayashi! I really like Mollie. Pity it looks like it might not be a viable option for thirtybees going forward. Fingers crossed it stays functional for a while yet.
  14. Just a warning to others, my update to 3.4.4 fails and the module gets disabled.
  15. @wakabayashiI'm a bit late. ๐Ÿ™‚ As has already been discussed, both expiration/refresh types have their advantages and disadvantages. I'm tending to think I'd prefer the customer-friendly refresh type. But choice is of course always welcome. ๐Ÿ™‚
  16. @SeaSkyI've not switched (yet). For now I've learned to live with the bugs. I'd not get it again and would go with something else, but I don't know how the others compare. p.s. You have to wait for the name to pop up when you use the @ (and then enter the first letters of the person to ping) so that person actually gets pinged.
  17. Brilliant, thank you so much! Worked like a charm. It's such a powerful tool, I really recommend it to everyone. Even if you don't use the module daily, it comes in handy often enough and you support datakick and thirtybees with it. ๐Ÿ™‚
  18. I'd like to generate a list based on the field "customer group" (for bookkeeping purposes), but I can't find the field. Does anybody see it or can @datakickpoint me in the right direction? Thanks!
  19. We're using 3.35 and have TB 1.1 - no problems so far.
  20. I use the current stats module only and have graphs, if that's what you mean. Example:
  21. Yes, sorry! I forgot that. I get this when trying to add a discount code. Property OrderInvoice->total_paid_tax_excl is not valid in file classes/ObjectModel.php at line 1036 And I get this when trying to remove the discount code that was already there. Property OrderInvoice->total_discount_tax_excl is not valid in file classes/ObjectModel.php at line 1036
  22. Thank you to all who made 1.1.X possible! I'm unable to find these modules on the server under /modules and also not in the backend under Modules & Services. Is there anything I can do to fix the error message?
  23. Thanks, @musicmaster. I think the new code gives me more or less the same error: Stack trace 1. classes/ObjectModel.php:324 source ObjectModelCore->validateFields() 2. classes/ObjectModel.php:755 source ObjectModelCore->getFields() 3. controllers/admin/AdminOrdersController.php:1518 source ObjectModelCore->update() 4. classes/controller/Controller.php:197 source AdminOrdersControllerCore->postProcess() 5. classes/Dispatcher.php:837 source ControllerCore->run() 6. administrator/index.php:63 source DispatcherCore->dispatch() 1018: * @throws PrestaShopException 1019: * 1020: * @since 1.0.0 1021: * @version 1.0.0 Initial version 1022: */ 1023: public function validateFields($die = true, $errorReturn = false) 1024: { 1025: foreach ($this->def['fields'] as $field => $data) { 1026: if (!empty($data['lang'])) { 1027: continue; 1028: } 1029: 1030: if (is_array($this->update_fields) && empty($this->update_fields[$field]) && isset($this->def['fields'][$field]['shop']) && $this->def['fields'][$field]['shop']) { 1031: continue; 1032: } 1033: 1034: $message = $this->validateField($field, $this->$field); 1035: if ($message !== true) { 1036: if ($die) { 1037: throw new PrestaShopException($message." - ".$this->$field); 1038: } 1039: 1040: return $errorReturn ? $message : false; 1041: } 1042: } 1043: 1044: return true; 1045: } 1046: 1047: /**
  24. Tiene un error encriptado?
  25. @datakickYes, it happens with all orders. @musicmasterUnfortunately, the whole site doesn't load anymore when I use that code. ๐Ÿ˜ž @wakabayashiI tried both commas and points and get the error. Perhaps this helps for further troubleshooting. The discount is registered but not processed, see screenshot. I also get an error thrown when I delete the (not processed) discount voucher from the order. Thanks!
ร—
ร—
  • Create New...