We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403f5de commit 10c09cfCopy full SHA for 10c09cf
Model/AbstractDataLayer.php
@@ -58,6 +58,11 @@ public function __construct(
58
*/
59
protected function getCategoryNames(Product $product): array
60
{
61
+ /* Temporary disable displaying category names,
62
+ * as it is optional and slows down the website speed
63
+ */
64
+ return [];
65
+
66
$result = [];
67
68
if ($productCategory = $this->getCategoryByProduct($product)) {
0 commit comments