12 lines
275 B
Smarty
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} |