Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,450
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by 30knees

  1. @occam said in How to edit the carrier of an existing order?:

    @30knees Just install musicmaster's awesome free Prestools suite and you are able to edit much more than just the carrier.

    Following a tip from @Occam, I installed the Prestools suite. I tried to install the mini-module prestoolssuite-module.zip but got this error:

    ``` [ThirtyBeesException]

    Property Tab->name is empty at line 1071 in file classes/ObjectModel.php

    1. }
    2. $message = $this->validateField($field, $value, $idLang);
    3. if ($message !== true) {
    4. if ($die) {
    5. throw new PrestaShopException($message);
    6. }
    7. return $errorReturn ? $message : false;
    8. }
    9. }

    ObjectModelCore->validateFieldsLang - [line 373 - classes/ObjectModel.php] ObjectModelCore->getFieldsLang - [line 610 - classes/ObjectModel.php] ObjectModelCore->add - [line 529 - classes/Tab.php] - [2 Arguments] TabCore->add - [line 56 - modules/prestoolssuite/prestoolssuite.php] PrestoolsSuite->install - [line 1643 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1506 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 355 - classes/controller/Controller.php] ControllerCore->run - [line 743 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 63 - admin/index.php] ``` Has anyone else tried to install and run the module or would know how to fix it?

  2. I don't mind the delays. It's the communication. I think a simple: "Sorry, things got busier than expected and I don't know when I'll finish updating the theme" would be good. We'd stop bugging him and we'd know to perhaps work on things ourselves or look around elsewhere.

  3. I wrote Jonny and asked about the tb version status together with some other questions. He didn't reply to the status, only to the other questions. Maybe someone else can ask, too.

  4. The DPD module is working great! But I'm not using the cron/email combo yet, as the shop is only half-live. It's running for Amazon orders (our old shop is still up for all orders directly from the shop). Some things with Amazon orders still need a manual check, which is why I'm exporting manually.

  5. I'm getting the following error during the checkout flow

    Notice: Trying to get property of non-object in /modules/advancedeucompliance/advancedeucompliance.php on line 920 on the page index.php?controller=order when you get the overview of the order.

    Line 920 is:

    $linkConditions = $this->context->link->getCMSLink($cmsConditions, $cmsConditions->link_rewrite, $isSslEnabled); It looks like some type of CMS page is missing. Does anyone know how to check what might be missing and potentially fix it?

    Thank you

×
×
  • Create New...