Outlet Accessori Posted August 14, 2023 Share Posted August 14, 2023 salve, come da titolo , dopo aver installato il modulo di packlink pro , mi esce questa lunga stringa direttamente nella home page in alto : /** * @var string Link to order draft on Packlink. */ /* * module: packlink * date: 2023-07-06 16:31:06 * version: 3.2.14 */ public $packlink_order_draft; /** * @inheritdoc */ /* * module: packlink * date: 2023-07-06 16:31:06 * version: 3.2.14 */ public function __construct($id = null, $id_lang = null) { parent::__construct($id, $id_lang); $this->initializePacklinkHandler(); } /** * Initializes Packlink module handler for extending order details page. */ /* * module: packlink * date: 2023-07-06 16:31:06 * version: 3.2.14 */ private function initializePacklinkHandler() { /** @noinspection PhpIncludeInspection */ require_once rtrim(_PS_MODULE_DIR_, '/') . '/packlink/vendor/autoload.php'; $column = Packlink\PrestaShop\Classes\Repositories\OrderRepository::PACKLINK_ORDER_DRAFT_FIELD; self::$definition['fields'][$column] = array( 'type' => self::TYPE_STRING, 'validate' => 'isUrl', ); $this->webserviceParameters['fields'][$column] = array(); } inoltre , quando si clicca per inserire un prodotto nel carrello esce un codice errore simile. ho già provato a disintallare , cancellare e aggiornare il modulo packlink ,ma il problema persiste. allego le immagini con gli errori Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now