fix: QC-Ratings aus 7 älteren Artikeln entfernt (CHECK 10)

This commit is contained in:
Hermes Agent
2026-06-23 23:47:51 +02:00
parent e73e0e88de
commit 4d90e4249d
656 changed files with 2602398 additions and 3 deletions
+27
View File
@@ -0,0 +1,27 @@
<!--
╔══════════════════════════════════════╗
║ JCE TEMPLATE: Deal-Box ║
║ Für brettspiel-news.de ║
╚══════════════════════════════════════╝
ANLEITUNG:
1. CSS aus deal-box.css in Template-Custom-CSS einfügen (einmalig)
2. Diesen HTML-Block in JCE als "Template" speichern
3. Pro Artikel: Werte anpassen (ALTER PREIS, NEUER PREIS, RABATT, SHOP-NAME, URL)
JCE Template speichern:
- JCE Editor → Insert → Template → Save as Template
- Oder: media/jce/templates/deal-box.html auf dem Server ablegen
-->
<div class="deal-box">
<p>
<span class="old-price">ALTER PREIS</span>
<span class="discount">-RABATT%</span>
</p>
<p><span class="new-price">NEUER PREIS</span></p>
<p class="shop-info">
bei der <a href="AFFILIATE-URL" target="_blank" rel="nofollow sponsored">SHOP-NAME →</a>
&middot; Sofort versandfertig
</p>
</div>