This commit is contained in:
paoloar77
2025-01-16 08:57:09 +01:00
parent ad4e1c7578
commit e922b25403

View File

@@ -977,6 +977,9 @@ class ArticleFormatter
$stockInfo = self::getStockInfo($product); $stockInfo = self::getStockInfo($product);
$preorderInfo = self::getPreorderInfo($product); $preorderInfo = self::getPreorderInfo($product);
echo "PREORDERINFO ";
dd($preorderInfo);
return self::formatArticleRow( return self::formatArticleRow(
$article, $article,
$index, $index,