Hallo zusammen,
ich bin dabei, einen isotope-Shop als Produktkatalog mit der Möglichkeit, den Warenkorb dann als Anfrage abzusenden.
Mein Problem ist derzeit, dass das Aufrufen des Warenkorbs einen Fehler wirft. Ich vermute, das isotope nichts zu Rechnen hat
Code:
[...]
<?php /* @var \Isotope\Interfaces\IsotopePrice $price */ if ($price = $this->product->getPrice()): ?>
<div class="offer" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
[...]
Der div class="offer" wird gar nicht erzeugt.
Kann ich irgendwie in der Konfiguration global einen Preis von 0 eingeben?
Der Fehler ist übrigens
Code:
[2023-11-21T15:47:46.230060+00:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Unsupported operand types: string * int" at /var/www/clients/client2/web352/web/v3/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Model/ProductCollectionItem.php line 342 {"exception":"[object] (TypeError(code: 0): Unsupported operand types: string * int at /var/www/clients/client2/web352/web/v3/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Model/ProductCollectionItem.php:342)"} []
Viele Grüße,
conter