Lö,
ich habe für https://www.alles-vanille.de/b…vanille-gemahlen-15g.html das so gelöst:
Am Ende von prices.php die Zeilen
durch
PHP
- echo $currency->createPriceDiv ('unitPrice', $unitPriceDescription, $product->prices);
- }
- if (!empty($menge)) { ?>
- <!-- ÄNDERUNG-->
- <p class="versand"><span>
- Alle Preise zzgl. <a class="versand" title="Versandkosten" href=<?php echo '../versandkosten.html'; ?>>Versandkosten</a>
- </span>
- </p>
- <?php } ?>
- </div>
ersetzt. Die CSS-Class "versand" habe ich bei template.css eingefügt.
Kannst es ja mal in einem TEST-OVERRIDE ausprobieren.
HaeF