first commit
This commit is contained in:
12
views/templates/hook/widget.tpl
Normal file
12
views/templates/hook/widget.tpl
Normal 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}
|
||||
Reference in New Issue
Block a user