Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,397
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by 30knees

  1. Oh, so it bodes even worse for Mollie. Such a pity!
  2. 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.
  3. Just a warning to others, my update to 3.4.4 fails and the module gets disabled.
  4. @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. 🙂
  5. @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.
  6. 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. 🙂
  7. 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!
  8. We're using 3.35 and have TB 1.1 - no problems so far.
  9. I use the current stats module only and have graphs, if that's what you mean. Example:
  10. 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
  11. 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?
  12. 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: /**
  13. Tiene un error encriptado?
  14. @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!
  15. In the current 1.0.x bleeding edge (this didn't happen before), adding a discount to the order throws the below exception for me. Does this happen to others, too? Stack trace: 1. classes/ObjectModel.php:324 source ObjectModelCore->validateFields() 2. classes/order/Order.php:285 source ObjectModelCore->getFields() 3. classes/ObjectModel.php:755 source OrderCore->getFields() 4. controllers/admin/AdminOrdersController.php:1532 source ObjectModelCore->update() 5. classes/controller/Controller.php:197 source AdminOrdersControllerCore->postProcess() 6. classes/Dispatcher.php:837 source ControllerCore->run() 7. administrator/index.php:63 source DispatcherCore->dispatch() Property Order->total_discounts is not valid in file classes/ObjectModel.php at line 1037 1034: $message = $this->validateField($field, $this->$field); 1035: if ($message !== true) { 1036: if ($die) { 1037: throw new PrestaShopException($message); 1038: } 1039: 1040: return $errorReturn ? $message : false;
  16. I found this in the module's own error log. Perhaps packages aren't always compatible with other setups? Value '3' is not a valid select key: [1, 2, 5] Rule #2: Location: /home/abcde/public_html/modules/conseqs/classes/parameters/select-parameter-definition.php line 50 Stacktrace: #0 /home/abcde/public_html/modules/conseqs/classes/parameter-values.php(96): Conseqs\Parameters\SelectParameterDefinition->convertFromString('3') #1 /home/abcde/public_html/modules/conseqs/actions/create-voucher.php(145): Conseqs\ParameterValues->getValue('params.currency') #2 /home/abcde/public_html/modules/conseqs/classes/rules-manager.php(120): Conseqs\Actions\CreateVoucher->execute(Object(Conseqs\ParameterValues), Object(Conseqs\ParameterValues), Object(Conseqs\ParameterValues), Object(Conseqs\RuntimeModifier)) #3 [internal function]: Conseqs\RulesManager->runRuleInternal(Array, Array, Object(Conseqs\RuntimeModifier)) #4 /home/abcde/public_html/modules/conseqs/classes/error-handler.php(45): call_user_func_array(Array, Array) #5 /home/abcde/public_html/modules/conseqs/classes/rules-manager.php(57): Conseqs\ErrorHandler->handleErrors('Rule #2', Array, Array, Array) #6 /home/abcde/public_html/modules/conseqs/classes/rules-manager.php(330): Conseqs\RulesManager->runRule(Array, Array, Object(Conseqs\RuntimeModifier)) #7 /home/abcde/public_html/modules/conseqs/conseqs.php(355): Conseqs\RulesManager->dispatchHook('hookactionRevws...', Array) #8 /home/abcde/public_html/classes/Hook.php(761): Conseqs->__call('hookactionRevws...', Array) #9 /home/abcde/public_html/classes/Hook.php(469): HookCore::coreCallHook(Object(Conseqs), 'hookactionRevws...', Array) #10 /home/abcde/public_html/classes/Hook.php(288): HookCore::execWithoutCache('actionRevwsRevi...', Array, NULL, false, true, false, NULL) #11 /home/abcde/public_html/modules/revws/classes/notifications.php(152): HookCore::exec('actionRevwsRevi...', Array) #12 [internal function]: Revws\Notifications->processReviewApproved(120, 'visitor', Object(Revws\Settings), Object(Revws\KronaIntegration)) #13 /home/abcde/public_html/modules/revws/classes/notifications.php(77): call_user_func(Array, 120, 'visitor', Object(Revws\Settings), Object(Revws\KronaIntegration)) #14 /home/abcde/public_html/modules/revws/classes/notifications.php(57): Revws\Notifications->process(Object(Revws)) #15 /home/abcde/public_html/modules/revws/controllers/front/api.php(282): Revws\Notifications->closeConnectionAndProcess(Object(Revws)) #16 /home/abcde/public_html/modules/revws/controllers/front/api.php(52): RevwsApiModuleFrontController->reply(NULL, -1, Array) #17 /home/abcde/public_html/modules/revws/controllers/front/api.php(31): RevwsApiModuleFrontController->ajaxProcessCommand() #18 /home/abcde/public_html/classes/controller/Controller.php(208): RevwsApiModuleFrontController->initContent() #19 /home/abcde/public_html/classes/controller/FrontController.php(253): ControllerCore->run() #20 /home/abcde/public_html/classes/Dispatcher.php(837): FrontControllerCore->run() #21 /home/abcde/public_html/index.php(33): DispatcherCore->dispatch() #22 {main}
  17. Is it with all products? Does updating other fields work?
  18. Thanks! I removed the artifact, but I still get the error. This is what I get in the network console for consequences:
  19. Thanks for the update. Pity with servercow. 😞 Support is important. So far I've been lucky with them - I hope it stays like that. Good luck with OpenSRS!
  20. Are there other possibilities I can look at if debug mode is disabled?
  21. Great idea! I wanted to test the voucher for review rule, but I get "Failed to load rule" when I click on it after adding it. Do you have an idea why this might be?
  22. @FactorThank you! Now it works. In the meantime I ran the core updater again. It didn't find anything to change, however. No idea what caused the temporary issue, but thanks for the nudge to check again. 🙂
  23. Ah, really? So they always need to be matched. That's not the case now with all my emails. Then, together with the other answers, it sounds like the best way would be to keep everything very simple, have a text version I then use a WYSIWIG editor to make into a lookalike html email, and use that. Thanks @dynambeeand @Factor!
  24. But isn't that quite a niche thing? I'm not saying it's a bad idea, I'm only mindful of whether it would be a significant attractor.
  25. Maybe, and I could imagine this would help also to show that tb is actively being developed, we could have two demo installations on the website: bleeding edge (with latest update date) and stable.
×
×
  • Create New...