Files
2025-03-22 13:35:46 +02:00

12 lines
275 B
Smarty

{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}