From: Vincent Vanwaelscappel Date: Mon, 6 Nov 2023 10:42:45 +0000 (+0100) Subject: wait #6453 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0be2448311871b89ccd3a48fd0801f050cca87be;p=fluidbook-toolbox.git wait #6453 @0:20 --- diff --git a/app/Fluidbook/Compiler/Cart.php b/app/Fluidbook/Compiler/Cart.php index 77794c6b6..5d3c14f39 100644 --- a/app/Fluidbook/Compiler/Cart.php +++ b/app/Fluidbook/Compiler/Cart.php @@ -515,7 +515,7 @@ trait Cart $referencesFile = $this->wdir . '/commerce/' . $this->config->product_zoom_references; } if (file_exists($referencesFile) || Url::isDistant($referencesFile)) { - $this->config->product_zoom_references = ExcelToArray::excelToArrayKeyValMulti($referencesFile, 'Excel2007', true); + $this->config->product_zoom_references = ExcelToArray::excelToArrayKeyValMulti($referencesFile, null, true); } } @@ -532,7 +532,7 @@ trait Cart if ($this->config->basketManager == "ZoomProductLink") { $function = 'excelToArrayKeyVal'; } else { - $function = 'excelToArray'; + $function = 'excelToArrayRaw'; } $this->config->basketReferences = ExcelToArray::$function($referencesFile); if ($this->fluidbookSettings->customLinkClass == 'AtlanticDownloadLink') { diff --git a/package-lock.json b/package-lock.json index 7114deb30..750ce7f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11055,7 +11055,7 @@ "node_modules/webpack-sources": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", - "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "integrity": "sha512-lgTS3XhvlCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "dev": true, "dependencies": { "source-list-map": "^2.0.0",