first commit

This commit is contained in:
O K
2025-03-22 13:35:46 +02:00
parent af907b25a7
commit c23bec6dc0
8 changed files with 971 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{if $productGroupMeta}
<script type="application/ld+json">
{$productGroupMeta|json_encode nofilter}
</script>
{/if}
{if $productAggregateOffer}
<script type="application/ld+json">
{$productAggregateOffer|json_encode nofilter}
</script>
{/if}