Skip to content
Code-Schnipsel Gruppen Projekte
Commit d1a94650 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

feat: products#221 - JSON LD structure data for products

Übergeordneter 060b24bb
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
<article class="cologne-productList-product-details" data-pid="{$Product->getId()}">
{$JsonLd->getJsonLd($Product)}
<div class="cologne-productList-product-details-image">
<a href="{$Product->getUrl()}" title="{$Product->getTitle()|escape:" html"}">
{image image=$Product->getImage() title=$Product->getTitle() width=200}
......@@ -49,4 +50,4 @@
</div>
</div>
</article>
\ No newline at end of file
</article>
<article class="cologne-products-productGallery-products-product"
data-pid="{$Product->getId()}"
>
{$JsonLd->getJsonLd($Product)}
{strip}
<a href="{$Product->getUrl()}" title="{$Product->getTitle()|escape:'html'}"
class="cologne-products-productGallery-products-product-image">
......@@ -47,4 +48,4 @@
{/if}
</div>
{/strip}
</article>
\ No newline at end of file
</article>
<article class="quiqqer-productList-product-list"
data-pid="{$Product->getId()}"
>
{$JsonLd->getJsonLd($Product)}
<div class="quiqqer-productList-product-list-text">
<header>
<a href="{$Product->getUrl()}" title="{$Product->getTitle()|escape:'html'}"
......@@ -54,4 +56,4 @@
{/if}
</div>
{/if}
</article>
\ No newline at end of file
</article>
......@@ -8,4 +8,4 @@
<div class="quiqqer-products-productList-sort__noProducts">
{locale group="quiqqer/products" var="message.product.search.empty"}
</div>
{/if}
\ No newline at end of file
{/if}
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren